security-testing
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze external source code, API responses, and dependency manifests, creating a surface for indirect prompt injection attacks.
- Ingestion points: Targets specified in
SKILL.md(e.g.,src/andhttps://staging.example.com), scanning scopes inreferences/compliance-agent-commands.md, and code fixtures withinevals/security-testing.yaml. - Boundary markers: The instructions do not define explicit delimiters or instructions to ignore embedded commands within the analyzed data.
- Capability inventory: The skill utilizes
node -efor file system writes,docker runfor dynamic scanning, andfetchandnpm auditfor network-based operations. - Sanitization: There is no evidence of sanitization or content validation performed on the external data before it is incorporated into the agent's context.
- [DYNAMIC_EXECUTION]:
SKILL.mdcontains a template for anode -ecommand block used to update therun-history.jsonfile. This is categorized as simple script generation from templates for the purpose of local state management. - [EXTERNAL_DOWNLOADS]: The skill references well-known security resources, including the
trufflehogGitHub Action and theowasp/zap2docker-stableDocker image. These are industry-standard tools from established organizations. - [COMMAND_EXECUTION]: The skill instructions incorporate the use of system commands such as
npm audit,docker run, and project-specific CLI tools likeaqeto perform its core security scanning and auditing functions.
Audit Metadata