find-complexity
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the
gocycloandgocognitutilities from their official GitHub repositories using thego installcommand to provide code analysis capabilities. - [COMMAND_EXECUTION]: Employs standard Unix utilities including
find,awk,grep,wc, andrgto 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
.gofiles identified viagit difforfindcommands in theSKILL.mdinstructions. - 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 likeawkandripgrep. - Sanitization: Analyzes file contents directly as text without escaping or validation mechanisms.
Audit Metadata