go-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several scripts that execute shell commands to facilitate Go development tasks and quality verification.
scripts/quality_checker.pyexecutesmake checkthrough the Fish shell to run the project's automated tests and linters.scripts/bench-compare.shwrapsgo test -benchandbenchstatfor performance benchmarking.- Various analysis scripts in the
scripts/directory use standard utilities likegrep,find, andsedto scan source files for convention violations. - These executions are restricted to local file analysis and standard development tools, which is consistent with the skill's purpose as a quality gate.
- [SAFE]: Detailed analysis across all 10 threat categories confirms the skill is benign. There is no evidence of data exfiltration, credential harvesting, or prompt injection. The scripts are well-structured, use standard libraries, and lack any obfuscation or persistence mechanisms.
Audit Metadata