golang
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill is composed of architectural and coding guidelines for Go projects. Analysis of all four files (integration-testing.md, linting.md, logging.md, unit-testing.md) reveals no malicious commands, unauthorized file access, or network exfiltration.
- [LINTING] (SAFE): The provided golangci-lint configuration is robust and enables the gosec linter, which helps identify common security vulnerabilities in Go code.
- [LOGGING] (SAFE): The logging standards explicitly instruct developers not to log sensitive data (passwords, tokens, PII), which reduces the risk of credential exposure and data leakage.
- [PROMPT_INJECTION] (SAFE): No instructions targeting agent behavior override or safety filter bypass were found.
Audit Metadata