moai-platform-vercel
Fail
Audited by Gen Agent Trust Hub on Feb 15, 2026
Risk Level: HIGHCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (HIGH): The skill possesses a high-risk attack surface due to the combination of external data ingestion and powerful system capabilities.
- Ingestion points: The skill utilizes
mcp__context7__get-library-docsto fetch external documentation for Vercel and Next.js. - Boundary markers: There are no instructions or delimiters provided to prevent the agent from obeying malicious instructions embedded within the fetched documentation or project configuration files.
- Capability inventory: The skill allows the agent to use
Writefor file modifications andBashfor executingnpm,npx, andvercelcommands. These tools can be used to modify code, install malicious packages, or exfiltrate data. - Sanitization: No sanitization or validation logic is present to filter content from external sources before it influences agent actions.
- [Command Execution] (MEDIUM): The skill grants the agent the ability to execute shell commands via
npm,npx, and thevercelCLI. While typical for deployment tasks, this capability allows for the installation of arbitrary packages and execution of scripts which could be leveraged if the agent is compromised via prompt injection. - [Dynamic Execution] (MEDIUM): The use of
npxandnpm installinvolves the dynamic execution of external code at runtime. Although the skill targets the Vercel ecosystem, it does not specify version locking or integrity checks for these operations.
Recommendations
- AI detected serious security threats
Audit Metadata