find-agents
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONREMOTE_CODE_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses the
Bashtool to executenpx agentshq. This command downloads and executes theagentshqpackage from the NPM registry at runtime. - [EXTERNAL_DOWNLOADS]: The
addcommand (npx agentshq add <url>) allows the user to fetch agent definitions from remote repositories and URLs, introducing external content into the environment. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it installs agent definitions from external, potentially untrusted sources without sanitization.
- Ingestion points: Agent repositories and URLs provided to the
addcommand. - Boundary markers: None implemented for the content of downloaded agents.
- Capability inventory: The skill has access to
Bash,Read, andAskUserQuestiontools. - Sanitization: No validation or sanitization of the downloaded agent instructions is performed.
- [COMMAND_EXECUTION]: The skill executes shell commands via
npxto manage the lifecycle of AI agents across various IDEs and CLIs.
Audit Metadata