diff --git a/README.md b/README.md index 5bf79a9..e68aadf 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The JFrog plugin provides the following capabilities, grouped by component: | --- | --- | --- | | **MCP** | JFrog MCP server | Bundled `jfrog` MCP server ([`.mcp.json`](.mcp.json)) at `https:///mcp`; this server signs in via OAuth (`codex mcp login jfrog`), so it needs no API key. | | **Skill** | JFrog Platform | Interact with Artifactory repositories, builds, permissions, users, access tokens, projects, release bundles, and platform administration via the JFrog CLI and REST/GraphQL APIs. Also covers security audits, CVE lookups, and Advanced Security exposure queries. | -| **Skill** | Package safety & download | Check whether npm, Maven, PyPI, Go, and other packages are safe, curated, or allowed, then download them through Artifactory remote caches or curation-aware package managers. | +| **Skill** | Package curation | Check whether npm, Maven, PyPI, Go, and other packages are safe, curated, or allowed, then download them through Artifactory remote caches or curation-aware package managers. | | **Skill** | Agent Guard | Codex manages MCPs through the JFrog Agent Guard. Through the Agent Guard you can discover, install, configure, update, and remove MCP servers from the JFrog AI Catalog approved for your project, and authenticate to remote HTTP MCPs via OAuth, API key, or bearer token. | --- @@ -106,7 +106,7 @@ Examples are grouped by capability. | "Create a scoped access token for CI." | Creates an access token with the requested scope. | | "Promote this release bundle to production." | Uses Lifecycle / Distribution APIs to promote the bundle. | -### Package safety & download skill +### Package curation skill | Ask the agent… | What happens | | --- | --- | diff --git a/VENDOR.md b/VENDOR.md index b2dece3..7849ef1 100644 --- a/VENDOR.md +++ b/VENDOR.md @@ -8,7 +8,7 @@ The skill packages under `skills/` are vendored from **[jfrog/jfrog-skills](http | **Pinned release** | see `pin` in [`scripts/sync-skills-vendor.json`](scripts/sync-skills-vendor.json) | Included skill directories (as of the pinned release): `jfrog/`, -`jfrog-package-safety-and-download/`, `jfrog-setup-package-managers/`, +`jfrog-package-curation/`, `jfrog-setup-package-managers/`, `jfrog-ai-catalog-skills/`, `jfrog-mcp-management/` (JFrog Agent Guard MCP management, including the Codex harness), and `jfrog-reference-architecture/`.