skill-finder
Warn
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill facilitates the discovery and installation of external agent skills from third-party GitHub repositories using the
apm installcommand. It also utilizesnpx @mizchi/waxato run audit and evaluation tools on these unvetted sources.\n- [EXTERNAL_DOWNLOADS]: The skill usescurlto retrieve metadata and repository information from external community lists hosted on GitHub.\n- [PROMPT_INJECTION]: There is an inherent risk of indirect prompt injection because the skill parses and evaluates natural language instructions found in theSKILL.mdfiles of unvetted third-party repositories.\n - Ingestion points: External repository documentation and skill metadata are read during the discovery and evaluation phases (SKILL.md Workflow Step 3).\n
- Boundary markers: The process lacks explicit sanitization or strict boundary delimiters when interpreting instructions from external sources.\n
- Capability inventory: The skill environment includes capabilities for network access (
curl), code installation (apm), and script execution (npx,waxa).\n - Sanitization: There is no documented logic for filtering or sanitizing instructions from external sources before they are processed by the agent.
Audit Metadata