network_call
Outbound network call
Outbound network call
Line 537Snippets
fetch('/api/data', {fetch('/api/data', {env_access
Environment variable access
Environment variable access
Line 429Snippets
const prodOrigins = process.env.CORS_ORIGINS?.split(',') ?? [];prod_origins = os.getenv("CORS_ORIGINS", "").split(",")origins = prod_origins if os.getenv("ENV") == "production" else dev_origins level: process.env.LOG_LEVEL ?? 'info',const prodOrigins = process.env.CORS_ORIGINS?.split(',') ?? [];Trust Score
Mis a jour il y a 6 jours
Analyse le
31 mars 2026, 15:57
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 6 jours
Analyse le 31 mars 2026, 15:57
Description
"Sets up logging, error handling, CORS, health checks, and API docs. Use when adding cross-cutting concerns to backend projects."
Scans recents
31 mars 2026, 15:57
Latest analysis
31 mars 2026, 15:12
Run 2
27 mars 2026, 15:49
Run 1