find-skills
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
npx skillscommand to interact with the skills ecosystem and uses a local bash scriptscripts/scan_skill.shto perform repository management and security scanning. - [EXTERNAL_DOWNLOADS]: The
scan_skill.shscript utilizesgit cloneandcurlto download third-party skill code into temporary directories for the purpose of security evaluation. All downloaded content is cleaned up after analysis. - [REMOTE_CODE_EXECUTION]: The skill uses
uvxto dynamically download and execute thesnyk-agent-scanpackage from Snyk. This is used as a legitimate security measure to audit the code of candidate skills before they are presented to the user. - [PROMPT_INJECTION]: The
SKILL.mdfile contains various phrases associated with prompt injection and behavioral manipulation. Analysis indicates these are examples provided to the agent as part of a defensive checklist for auditing external content, rather than attempts to hijack the agent's behavior. - [DATA_EXFILTRATION]: While the skill reviews sensitive file paths (e.g.,
.env,.ssh/), it does so strictly as an auditor looking for risks in other skills. There are no patterns suggesting the skill itself accesses or transmits user credentials.
Audit Metadata