find-complexity

Pass

Audited by Gen Agent Trust Hub on Jul 3, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: Fetches the gocyclo and gocognit utilities from their official GitHub repositories using the go install command to provide code analysis capabilities.
  • [COMMAND_EXECUTION]: Employs standard Unix utilities including find, awk, grep, wc, and rg to locate and analyze source code files on the local file system.
  • [PROMPT_INJECTION]: The skill processes local Go source code files as part of its analysis, which constitutes a surface for indirect prompt injection.
  • Ingestion points: Processes the contents of .go files identified via git diff or find commands in the SKILL.md instructions.
  • Boundary markers: Lacks explicit delimiters or specific instructions to ignore embedded content within the analyzed source code.
  • Capability inventory: Possesses the capability to install tools via go install, execute shell scripts, and run text-processing commands like awk and ripgrep.
  • Sanitization: Analyzes file contents directly as text without escaping or validation mechanisms.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 3, 2026, 11:04 AM
Security Audit — agent-trust-hub — find-complexity