skills/quad4-software/ai/ci-security/Gen Agent Trust Hub

ci-security

Pass

Audited by Gen Agent Trust Hub on Sep 10, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: Fetches the gosec security scanner from its official GitHub repository using the command go install github.com/securego/gosec/v2/cmd/gosec@latest.
  • [COMMAND_EXECUTION]: The skill requires local command execution to build and test its Go components (go test ./... && go build).
  • [INDIRECT_PROMPT_INJECTION]: The skill's primary function involves scanning external, potentially untrusted file content (YAML workflows and Dockerfiles), which is an inherent injection surface.
  • Ingestion points: File content passed as arguments to the scan_workflow and scan_dockerfile functions mentioned in SKILL.md.
  • Boundary markers: No specific delimiters or instructions to ignore instructions embedded within the scanned files are provided.
  • Capability inventory: The skill utilizes go build and go test and executes the resulting ci-security binary.
  • Sanitization: The instructions do not define specific input validation or escaping mechanisms for the content being audited.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 10, 2026, 08:18 PM
Security Audit — agent-trust-hub — ci-security