agent-notion
Warn
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The
auth import-browserandauth import-desktopcommands are designed to access sensitive local authentication material, including browser cookies and session tokens from various browsers (Chrome, Firefox, Safari, etc.) and the Notion Desktop application. While intended for authentication, this functionality grants the agent access to highly sensitive local credential stores. - [COMMAND_EXECUTION]: The skill executes a custom binary
agent-notionwhich performs network requests to Notion APIs and can modify workspace state. It also utilizes system tools likeGrepandGlobto process data. - [PROMPT_INJECTION]: The skill retrieves and processes untrusted data from Notion pages, comments, and databases, which may contain malicious instructions targeting the agent (Indirect Prompt Injection).
- Ingestion points:
SKILL.mdandreferences/commands.mddescribe commands likepage get --content,database query, andcomment listthat ingest external data into the agent's context. - Boundary markers: There are no explicit delimiters or instructions to the agent to ignore command-like text within the retrieved Notion content.
- Capability inventory: The agent possesses extensive capabilities to modify Notion data (
block append,page update,block delete) and interact with Notion AI through the same binary. - Sanitization: While output is structured as NDJSON, the natural language content is not sanitized for potential injection patterns.
Audit Metadata