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-cli via npm and the use of external modules from esm.sh and @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 dev command 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 Request object (body, headers, URL) and Context metadata (cookies, geolocation, path parameters) in SKILL.md are 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 in SKILL.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
Risk Level
SAFE
Analyzed
Sep 9, 2026, 03:52 AM
Security Audit — agent-trust-hub — netlify-edge-functions