mcp-developer
Fail
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: CRITICALINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONSAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill defines how to build tools and resource providers that ingest data from external, potentially untrusted sources such as web APIs, databases, and local file systems. This establishes an attack surface where an agent could process maliciously formatted data.
- Ingestion points: Identified in
references/tools.md(HTTP API and Database Tool examples) andreferences/resources.md(File System and Git resource providers). - Boundary markers: The documentation does not specify explicit boundary markers for the data it processes, instead relying on standard protocol encapsulation.
- Capability inventory: The skill demonstrates implementation of network operations (httpx), file system reads (fs.readFile), and database queries within tool handlers.
- Sanitization: The skill strongly emphasizes security, providing code examples for input validation with Zod and Pydantic, as well as path traversal prevention logic for file access.
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing the official Model Context Protocol SDKs and other standard development libraries from public package registries.
- Evidence: References to
npm install @modelcontextprotocol/sdk zodinreferences/typescript-sdk.mdandpip install mcp pydanticinreferences/python-sdk.md. - [COMMAND_EXECUTION]: The workflow describes the use of CLI utilities for project scaffolding and protocol compliance testing.
- Evidence:
SKILL.mdincludes instructions for runningnpx @modelcontextprotocol/create-serverandnpx @modelcontextprotocol/inspector. - [SAFE]: The skill includes explicit security constraints and implementation guidance designed to prevent common vulnerabilities.
- Evidence: The "Constraints" section in
SKILL.mdmandates input validation, authentication, and security controls, while prohibiting the hardcoding of credentials.
Recommendations
- CRITICAL: 1 file(s) identified as malware by FileRep - DO NOT USE
- Contains 2 malicious URL(s) - DO NOT USE
Audit Metadata