security-audit
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a set of standard command-line tools for the agent to execute during an audit, including
npm audit,pip-audit,git grep,trufflehog, and container scanners liketrivyanddocker scan. These are industry-standard tools for security assessment and do not involve unauthorized privilege escalation or persistence. - [PROMPT_INJECTION]: The skill is designed to analyze and process untrusted code and configuration files provided by users, which presents a surface for indirect prompt injection.
- Ingestion points: Source code, dependency lists, and infrastructure configuration files provided by the user for audit via the skill's primary function.
- Boundary markers: The skill does not define specific delimiters or instructions to prevent the agent from following instructions potentially embedded within the audited content.
- Capability inventory: The skill utilizes shell commands for security scanning (
git grep,trufflehog,npm audit, etc.) across theSKILL.mdfile. - Sanitization: No explicit sanitization or filtering is performed on the audited content before processing.
Audit Metadata