Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "jfrog",
"description": "JFrog Platform integration with MCP, security skills, and supply-chain best practices",
"version": "1.0.5",
"version": "1.0.6",
"source": "plugin",
"categories": [
"security",
Expand Down
2 changes: 1 addition & 1 deletion plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jfrog",
"description": "JFrog Platform integration with MCP, security skills, and supply-chain best practices",
"version": "1.0.5",
"version": "1.0.6",
"author": { "name": "JFrog", "url": "https://jfrog.com" },
"hooks": "hooks/hooks.json"
}
9 changes: 8 additions & 1 deletion plugin/skills/jfrog/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ description: >-
Also use when the user mentions jf, jfrog, artifactory, xray, distribution,
evidence, apptrust, onemodel, graphql, workers, mission control, curation,
advanced security, exposures, or any JFrog product name.
Do NOT use this skill to install, add, remove, list, or manage MCP servers.
compatibility: >-
Requires jq on PATH.
metadata:
role: base
version: "0.15.0"
version: "0.16.0"
---

# JFrog Skill
Expand All @@ -30,6 +31,12 @@ Interact with the JFrog Platform through three tool tiers — see
by the agent. If the agent does not resolve it, determine the path by locating
this SKILL.md file and using its parent directory.

> **Out of scope: MCP server management.** Installing, listing, removing, or
> configuring MCP servers (e.g. "install an MCP", "what MCPs can I install",
> "list my MCPs", "which MCP servers can I use", "what's in my approved MCP
> catalog") is handled by the JFrog Agent Guard workflow
> (`@jfrog/agent-guard`) — a separate workflow, not this skill.

## Tool selection strategy

Try the tiers in order; move to the next only when the current does not
Expand Down
Loading