gin-api

Pass

Audited by Gen Agent Trust Hub on Mar 1, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns, prompt injections, or obfuscated code were detected across the skill files.
  • [SAFE]: The skill promotes security best practices by providing implementations for input sanitization (using html.EscapeString), path traversal prevention (using filepath.Base), and secure CORS configurations.
  • [SAFE]: Includes production-ready middleware for rate limiting (supporting both in-memory and Redis-backed sliding window/token bucket algorithms), request timeouts, and panic recovery.
  • [SAFE]: WebSocket implementation includes origin validation (CheckOrigin) to prevent cross-site WebSocket hijacking (CSWSH) and message size limits (SetReadLimit) to mitigate denial-of-service attacks.
  • [SAFE]: External Go dependencies referenced (such as gin-gonic/gin, gorilla/websocket, and redis/go-redis) are well-known, industry-standard libraries.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 1, 2026, 09:34 PM