go-development
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing standard Go development and security tools such as
golangci-lint,govulncheck,gremlins(for mutation testing),lefthook(for git hooks), andgci(for import formatting) from their official GitHub repositories. It also references reusable GitHub Actions workflows from thenetresearchandslsa-frameworkorganizations for managing CI/CD and release processes. - [COMMAND_EXECUTION]: The skill includes a project verification script (
scripts/verify-go-project.sh) and standard Makefile templates that execute Go toolchain commands likego test,go build,go vet, andgo fix. These commands are standard operations for validating, building, and modernizing Go projects within a localized development or CI environment. - [SAFE]: The skill actively promotes security best practices by documenting vulnerability scanning requirements, providing payloads for fuzz testing to detect common vulnerabilities like path traversal and XSS, and offering detailed patterns for preventing authorization leaks in LDAP connection pooling. No obfuscation, prompt injection, or suspicious data exfiltration patterns were detected.
Audit Metadata