netlify-mcp-servers
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill demonstrates high security standards by implementing
timingSafeEqualfor bearer token validation to prevent timing attacks and emphasizing the use of secret environment variables for all sensitive credentials. - [INDIRECT_PROMPT_INJECTION]: The skill facilitates the creation of a remote endpoint that processes untrusted tool call requests from AI clients.
- Ingestion points: The
netlify/functions/mcp.tshandler parses HTTP request bodies from external clients. - Boundary markers: Uses
zodfor strict input schema validation and provides specific guidance on writing tool descriptions to constrain model behavior. - Capability inventory: The server enables arbitrary tool execution based on external input, but the skill advises the principle of least privilege and provides patterns for audit logging.
- Sanitization: Input validation is enforced via
zodschemas for all tool parameters. - [EXTERNAL_DOWNLOADS]: The skill references standard, well-known libraries such as
@modelcontextprotocol/sdkandzodvia official package registries. - [COMMAND_EXECUTION]: Instructions include standard CLI commands for setting up development environments and connecting clients using
netlify-cliandnpxutilities.
Audit Metadata