patchxnote-mcp
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to execute
npx -y patchxnote-agent@latestto install the necessary CLI tools and set up the MCP environment. This command downloads and executes code from the npm registry. - [COMMAND_EXECUTION]: The skill uses various shell commands for configuration, verification, and installation, such as
npx patchxnote-agent setup,mcp config, andmcp status --verify. - [EXTERNAL_DOWNLOADS]: The skill references and downloads the
patchxnote-agentpackage from npm and points to documentation/resources on GitHub and Feishu. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data including transcripts, summaries, and memories from the PatchX Freenote service. This represents a vulnerability surface where malicious instructions could be embedded in the ingested data. The skill includes explicit instructions for the agent to treat this content as data rather than instructions to mitigate this risk.
- Ingestion points: Untrusted data enters the context through tools like
patchxnote_list_memories,patchxnote_get_memory, andpatchxnote_search_memoriesdescribed inSKILL.mdandreferences/workflows.md. - Boundary markers: Explicit instructions are present in
SKILL.mdandreferences/security-and-evidence.mdtelling the agent to treat these inputs as user data and ignore embedded instructions. - Capability inventory: The skill has the capability to execute shell commands (
npx), write local files (Markdown drafts), and perform network operations (browser OAuth login, webhooks). - Sanitization: The skill instructions recommend redacting sensitive identifiers and using out-of-band browser authorization for secret handling.
Audit Metadata