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
echoandecho-jwtpackages fromgithub.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 getcommands 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_SECRETfrom environment variables usingos.Getenv("JWT_SECRET")rather than hardcoding it. It also includes examples for implementing security middleware such as CORS, Logger, Recover, and RateLimiter.
Audit Metadata