Skip to content

Commit c28ad17

Browse files
authored
Rename package-safety skill to package curation in plugin docs. (#43)
1 parent 6b3b0eb commit c28ad17

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The JFrog plugin provides the following capabilities, grouped by component:
1313
| --- | --- | --- |
1414
| **MCP** | JFrog Platform MCP server | Registers the remote JFrog Platform MCP (`https://${JFROG_PLATFORM_URL}/mcp`, OAuth) into OpenCode's `config.mcp.jfrog`. Authenticate once with `opencode mcp auth jfrog`. Opt out with `JFROG_MCP_DISABLE=true`. |
1515
| **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. |
16-
| **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. |
16+
| **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. |
1717
| **Skill** | Agent Guard | OpenCode manages MCPs through the JFrog Agent Guard. 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. |
1818

1919
The skills ship **with the plugin** (vendored and pinned) — they are **not** downloaded
@@ -162,7 +162,7 @@ grouped by capability.
162162
| "Create a scoped access token for CI." | Creates an access token with the requested scope. |
163163
| "Promote this release bundle to production." | Uses Lifecycle / Distribution APIs to promote the bundle. |
164164

165-
### Package safety & download skill
165+
### Package curation skill
166166

167167
| Ask the agent… | What happens |
168168
| --- | --- |

VENDOR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The result is a flat, committed tree:
3939
```
4040
skills/
4141
jfrog/SKILL.md (+ references/ scripts/ assets/)
42-
jfrog-package-safety-and-download/SKILL.md
42+
jfrog-package-curation/SKILL.md
4343
jfrog-setup-package-managers/SKILL.md
4444
jfrog-ai-catalog-skills/SKILL.md
4545
jfrog-mcp-management/SKILL.md

0 commit comments

Comments
 (0)