find-skills
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
npx skillscommands to find and add packages. It specifically utilize the-yflag to skip confirmation prompts during installation, which increases risk if the agent is misled. - [EXTERNAL_DOWNLOADS]: The skill facilitates downloading code from GitHub and npm. It references trusted sources such as
vercel-labs. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection via the processing of external search results.
- Ingestion points: Descriptions and metadata returned by
npx skills find(SKILL.md). - Boundary markers: None identified; the skill directly incorporates search results into its output.
- Capability inventory: The skill can install new executable code and update existing tools via the
npx skills addandnpx skills updatecommands (SKILL.md). - Sanitization: The skill does not perform validation or sanitization of the external registry data.
Audit Metadata