auto-skill-fit
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs shell command execution using
npx skills findto search for packages andnpx skills addto install them. - [EXTERNAL_DOWNLOADS]: The skill initiates the download and installation of external agent skills from remote repositories based on the project's detected technology stack.
- [PROMPT_INJECTION]: The skill ingests data from untrusted project files (such as
package.jsonandrequirements.txt) to drive its recommendation engine, which is a form of indirect prompt injection surface. -- Ingestion points: Local project files includingpackage.json,requirements.txt,Cargo.toml,go.mod, andDockerfile. -- Boundary markers: None; the skill reads and parses these files directly for keyword extraction. -- Capability inventory: Execution ofnpxcommands which can download and run external code. -- Sanitization: Keywords are normalized and filtered by installation count, and all installations require manual user selection and confirmation.
Audit Metadata