make-check
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
make checkin the project root, which sequentially runsmake fmt,make lint,make test, andmake security. These are standard shell commands used in Go development workflows to maintain code quality and verify functionality. - [SAFE]: The functionality is restricted to running localized development tools (gofmt, go vet, golangci-lint, gosec, govulncheck). There are no indications of network exfiltration, credential harvesting, or unauthorized privilege escalation. The behavior aligns perfectly with the skill's stated purpose.
Audit Metadata