caching
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFE
Full Analysis
- Data Exposure (SAFE): The code examples correctly utilize environment variables (REDIS_URL, VERCEL_TOKEN) for managing sensitive credentials, avoiding the risk of hardcoded secrets.
- Network Operations (SAFE): Outbound network activity is limited to a legitimate API call to Vercel for the purpose of cache invalidation, which is consistent with the skill's primary purpose.
- Dependency Analysis (SAFE): The skill references standard and reputable open-source libraries including ioredis, nanoid, and lru-cache.
Audit Metadata