skills/tenequm/skills/go-dev/Gen Agent Trust Hub

go-dev

Pass

Audited by Gen Agent Trust Hub on Aug 6, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides configuration templates and documentation for a modern Go development stack. All recommended tools are industry-standard and sourced from official repositories.
  • [EXTERNAL_DOWNLOADS]: Fetches established Go development tools including golangci-lint, gofumpt, gotestsum, and golang-migrate from their official GitHub repositories and recognized package managers like Homebrew and Scoop. These represent well-known services in the software development ecosystem.
  • [COMMAND_EXECUTION]: Defines standard development tasks (build, test, lint) within a Justfile. It utilizes shell safety flags (-euo pipefail) to ensure robust and predictable execution of commands.
  • [CREDENTIALS_UNSAFE]: Handles database connection strings via the $DATABASE_URL environment variable. The skill promotes secure secret management by enabling automatic .env file loading, avoiding the use of hardcoded credentials.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 6, 2026, 03:57 PM
Security Audit — agent-trust-hub — go-dev