cdn-edge
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a high-quality technical reference for CDN architecture and operations. All provided code snippets, including Terraform HCL, JavaScript for CloudFront Functions/Workers, and Python for signed URLs, follow industry best practices for security and performance.
- [COMMAND_EXECUTION]: The skill provides examples of standard CLI commands for AWS CloudFront and Cloudflare API interactions (e.g.,
aws cloudfront create-invalidation,curl ... /purge_cache). These are documented as routine operational tasks for CDN management. - [EXTERNAL_DOWNLOADS]: Mentions standard DevOps tooling such as the AWS CLI, Wrangler (Cloudflare), and the Fastly CLI for deploying configurations to edge platforms.
- [CREDENTIALS_UNSAFE]: The Python snippet for generating signed URLs correctly references the use of an external
private_key.pemfile and environment variables (e.g.,KEY_ID,TOKEN) rather than hardcoding sensitive credentials, which is a safe and recommended practice.
Audit Metadata