easy-notion-mcp-integration
Fail
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs users to install and run code using
npx -y easy-notion-mcpor by cloninghttps://github.com/Grey-Iris/easy-notion-mcp.gitfollowed bynpm installandnpm run build. These methods involve downloading and executing code from external, untrusted third-party sources. - [EXTERNAL_DOWNLOADS]: The skill documentation points to external code hosted on the NPM registry (
easy-notion-mcp) and a GitHub repository (Grey-Iris/easy-notion-mcp) for deployment. - [COMMAND_EXECUTION]: Setup involves executing local shell commands such as
git clone,npm install, andnpm run build, which are triggered by the user following the skill's instructions. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from Notion pages and databases, which could contain malicious prompts designed to hijack the agent's behavior.
- Ingestion points: Data enters the agent's context through
read_page,query_database, andsearch_notiontools. - Boundary markers: The skill provides a
NOTION_TRUST_CONTENTconfiguration (defaulting to false) which adds a content-notice prefix to ingested data as a safety measure. - Capability inventory: The skill possesses extensive capabilities, including creating, updating, and deleting Notion content, as well as uploading files from the local filesystem.
- Sanitization: Documentation mentions the use of content sanitization and URL validation to mitigate risks.
Recommendations
- AI detected serious security threats
Audit Metadata