find-agents
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto download and execute theagentshqpackage from the npm registry at runtime. - [EXTERNAL_DOWNLOADS]: The
addaction allows fetching agent content from remote GitHub repositories or arbitrary URLs provided by the user. - [COMMAND_EXECUTION]: The skill executes multiple subcommands through
npx agentshq(find, add, list, remove, check, update, init) using user-provided arguments such as search queries, repository names, and URLs. - [INDIRECT_PROMPT_INJECTION]: The skill facilitates the installation of third-party agent definitions which could contain malicious instructions designed to influence the behavior of the host agent.
- Ingestion points: The
npx agentshq add <owner>/<repo>andnpx agentshq add <url>commands inSKILL.mdingest content from external, untrusted sources. - Boundary markers: Absent. The skill does not provide instructions to the agent to treat imported files as data only or to ignore embedded instructions.
- Capability inventory: The skill has access to the
Bashtool for command execution, theReadtool for file access, and theAskUserQuestiontool for interaction. - Sanitization: Absent. The skill instructions do not specify any validation, filtering, or sanitization of the downloaded agent content before it is translated and installed into the local environment.
Audit Metadata