netlify-functions
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill documents how to handle external inputs via HTTP requests, path parameters, and form events (e.g., in
netlify/functions/travel.mtsandnetlify/functions/on-deploy.mts). - Ingestion points: Untrusted data enters the agent context through the
Requestobject,context.params, andevent.data. - Boundary markers: No explicit instructions are provided for using delimiters or warnings to isolate untrusted content.
- Capability inventory: The functions demonstrate capabilities including network requests via
fetch, database queries using@netlify/database, and access to environment variables viaNetlify.env.get. - Sanitization: The provided examples do not demonstrate input validation or sanitization before processing external content.
- [EXTERNAL_DOWNLOADS]: The skill documentation recommends the installation of official libraries such as
@netlify/functionsand@netlify/vite-pluginfrom a well-known service provider via NPM. - [COMMAND_EXECUTION]: Instructions describe the use of standard development tools like the Netlify CLI for local testing (
netlify dev) and function invocation (netlify functions:invoke).
Audit Metadata