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.py executes make check through the Fish shell to run the project's automated tests and linters.
  • scripts/bench-compare.sh wraps go test -bench and benchstat for performance benchmarking.
  • Various analysis scripts in the scripts/ directory use standard utilities like grep, find, and sed to 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
Risk Level
SAFE
Analyzed
Apr 30, 2026, 12:34 PM
Security Audit — agent-trust-hub — go-patterns