jfrog-ai-catalog
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto download and execute the@jfrog/agent-guardpackage from the vendor's official registry athttps://releases.jfrog.io/artifactory/api/npm/coding-agents-npm/. This is used for catalog discovery and repository provisioning. - [COMMAND_EXECUTION]: The skill extensively uses the
jfCLI for operations likeinstall,update,publish, andlist. It also interacts with harness-specific CLI tools (e.g.,claude,cursor) to manage plugin states within those environments. - [INDIRECT_PROMPT_INJECTION]: The skill processes and displays data fetched from external sources in the JFrog AI Catalog.
- Ingestion points: Data is ingested via
npx @jfrog/agent-guard --list-skillsandjf skills listcommands described inSKILL.mdand reference files. - Boundary markers: Results are presented to the user using structured Markdown tables.
- Capability inventory: The skill has permissions to write to the filesystem and execute commands via the installation of new skills and plugins (references/installing-skills.md, references/installing-plugins.md).
- Sanitization: The skill parses output from the CLI tools but does not explicitly implement additional sanitization or escaping for the strings returned from the catalog descriptions before rendering.
Audit Metadata