caching
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides standard architectural patterns for implementing various caching layers in web applications.
- [EXTERNAL_DOWNLOADS]: The skill includes code snippets for purging caches via the Cloudflare API, which is a well-known service. These operations are aligned with the skill's stated purpose of CDN management.
- [CREDENTIALS_UNSAFE]: No hardcoded secrets were found. The examples correctly demonstrate using environment variables or placeholders for API tokens and database URLs.
- [COMMAND_EXECUTION]: No patterns of arbitrary command execution or shell injection were identified.
- [SAFE]: Indirect prompt injection surface: The skill processes data from APIs and databases (SKILL.md). While boundary markers are absent, the examples use safe practices like
yaml.safe_loadand restricted capabilities (standard Redis/HTTP operations).
Audit Metadata