netlify-edge-functions
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documents the installation of the
netlify-clivia npm and the use of external modules fromesm.shand@netlify/edge-functions. These are standard tools and well-known services associated with the Netlify platform and Deno runtime environment. - [COMMAND_EXECUTION]: The documentation includes instructions for running the
netlify devcommand to facilitate local development and testing of edge functions. - [INDIRECT_PROMPT_INJECTION]: As a framework for handling web requests, the skill describes logic that processes untrusted data from the internet.
- Ingestion points: The
Requestobject (body, headers, URL) andContextmetadata (cookies, geolocation, path parameters) inSKILL.mdare the primary entry points for external data. - Boundary markers: None are explicitly provided for the custom code handlers shown in examples.
- Capability inventory: The Deno runtime provides access to network operations (
fetch), cryptography, and response generation as documented inSKILL.md. - Sanitization: The skill provides technical templates focused on functionality and does not explicitly include input validation or sanitization patterns for the processed request data, which is typical for developer-focused documentation.
- [SAFE]: The skill includes a changelog indicating it was synchronized with canonical workflows from a trusted vendor repository (
github.com/netlify/context-and-tools). All documented external resources are official components of the Netlify development stack.
Audit Metadata