skills/terminalskills/skills/go-echo/Gen Agent Trust Hub

go-echo

Pass

Audited by Gen Agent Trust Hub on Aug 31, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill instructs users to install the echo and echo-jwt packages from github.com/labstack. These are official repositories for the well-known Echo web framework and are considered safe dependencies for Go backend development.
  • [COMMAND_EXECUTION]: The skill provides standard go get commands for package installation in the documentation section, which is expected for a development-focused skill.
  • [SAFE]: The skill demonstrates security best practices such as retrieving the JWT_SECRET from environment variables using os.Getenv("JWT_SECRET") rather than hardcoding it. It also includes examples for implementing security middleware such as CORS, Logger, Recover, and RateLimiter.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 31, 2026, 08:03 PM
Security Audit — agent-trust-hub — go-echo