related-skill
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for the agent to fetch and install external components from the
inference.shregistry and other specific repositories such asbelt-sh/cliusing thenpx skillstool. - [REMOTE_CODE_EXECUTION]: Through the
npx skills addcommand, the skill enables the dynamic integration and execution of remote code packages at runtime to expand the agent's functionality. - [COMMAND_EXECUTION]: The skill's configuration explicitly allows the use of shell commands via the
Bashtool to perform discovery and management tasks, such asnpx skills search,npx skills list, andnpx skills update. - [INDIRECT_PROMPT_INJECTION]: The skill features an attack surface where metadata (such as descriptions and names) retrieved from the external skill registry is processed by the agent. If the registry contains malicious content, it could potentially influence the agent's subsequent actions.
- Ingestion points: Data enters the agent's context when performing
npx skills searchornpx skills listagainst the remote registry. - Boundary markers: The instructions do not specify the use of delimiters or 'ignore embedded instructions' warnings for registry data.
- Capability inventory: The agent has shell access via
Bash(npx skills *), allowing it to modify its own execution environment by adding or removing skills. - Sanitization: No explicit sanitization or filtering is described for the text output returned from the skill registry.
Audit Metadata