yds-vulnerability-scan
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute multiple common security analysis tools, including
semgrep,npm audit,pip-audit,govulncheck,cargo audit, andtrivy. These tools are used to perform static analysis and dependency auditing on the current working directory. - [EXTERNAL_DOWNLOADS]: Several of the security auditing tools mentioned (such as
trivyandnpm audit) inherently download vulnerability database updates and security advisories from official registries and well-known repositories to maintain up-to-date scanning capabilities. - [SAFE]: The skill implements strong safety boundaries by explicitly instructing the agent to perform a read-only inspection, preventing it from modifying the code being audited. It also provides a structured framework for triaging results and documenting false positives.
Audit Metadata