netlify-image-cdn
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references and installs dependencies from official Netlify sources, which is expected for its functionality.
- Evidence:
npm install @netlify/blobsfound inreferences/user-uploads.md. - Evidence: References the official repository
https://github.com/netlify/context-and-toolsinCHANGELOG.md. - [INDIRECT_PROMPT_INJECTION]: The skill documentation describes an architecture that processes untrusted external data (images and URLs).
- Ingestion points:
references/user-uploads.ts(Processes multipart form data from user uploads);SKILL.md(Processes remote image URLs via theurlquery parameter). - Boundary markers: None explicitly mentioned for prompt injection, though standard for an image transformation API.
- Capability inventory:
references/user-uploads.ts(Writes to storage using@netlify/blobs);SKILL.md(Network fetching of external images via/.netlify/imagesendpoint). - Sanitization:
references/user-uploads.tsincludes server-side validation forALLOWED_TYPES(mime types) andMAX_SIZE(file size limits).
Audit Metadata