pixellab-mcp
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill interacts with the external API
https://api.pixellab.ai/mcpand generates direct download links for assets. The documentation notes that these downloads are unauthenticated and rely on UUIDs as access keys. - [DATA_EXFILTRATION]: User-provided descriptions and game asset metadata are transmitted to the PixelLab infrastructure. This is the intended purpose of the skill but constitutes external data transmission.
- [PROMPT_INJECTION]: The skill acts as an ingestion surface for indirect prompt injection via the
descriptionparameters in character and tileset creation tools. - Ingestion points:
description,lower_description,upper_description, andtransition_descriptionfields inSKILL.md. - Boundary markers: None present in the tool call examples; instructions are interpolated directly into service calls.
- Capability inventory: Network requests to the PixelLab API for asset generation.
- Sanitization: No sanitization or validation of input descriptions is specified in the skill instructions.
Audit Metadata