netlify-caching
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [SAFE]: The skill provides documentation for Netlify's caching mechanisms and how to use them securely.
- [CREDENTIALS_UNSAFE]: The skill explicitly advises against hardcoding secrets, recommending the use of environment variables for personal access tokens. Examples use placeholders like '<personal_access_token>'.
- [EXTERNAL_DOWNLOADS]: The skill references the installation of '@netlify/cache' and '@netlify/functions' via npm, which are legitimate packages from the vendor.
- [COMMAND_EXECUTION]: A shell example uses 'curl' to interact with Netlify's official API ('api.netlify.com') for cache purging. This is consistent with the skill's purpose and targets a well-known service.
Audit Metadata