caching
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill instructions or code examples.
- [DATA_EXPOSURE]: The skill includes explicit security guidelines (under 'WHEN_NOT_TO_CACHE') warning against storing sensitive user data such as authentication tokens or payment information in shared cache layers like Redis or CDNs.
- [CREDENTIALS_UNSAFE]: Implementation examples follow security best practices by referencing environment variables (e.g.,
process.env.REDIS_URL) instead of hardcoding credentials.
Audit Metadata