notion
Fail
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONMETADATA_POISONINGINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to install the
ntnCLI by piping a remote script fromhttps://ntn.devdirectly intobash. This pattern allows for the execution of arbitrary, unverified code on the host system without prior inspection. - [METADATA_POISONING]: The skill documentation falsely claims that
ntnis "Notion's official CLI". Official Notion developer resources and tools are hosted onnotion.soornotion.com(e.g.,developers.notion.com). There is no evidence that thentn.devdomain or thentnpackage on npm are official Notion properties, making these claims deceptive and potentially leading users to trust unverified software. - [INDIRECT_PROMPT_INJECTION]: The skill enables the agent to fetch and process arbitrary content from Notion pages via
/markdownendpoints. This creates a vulnerability surface where malicious instructions embedded in a Notion page could influence the agent's behavior during summarization or processing tasks. - Ingestion points: Reading page metadata, markdown content, or block children from the Notion API (SKILL.md).
- Boundary markers: None present; content is processed directly without delimiters or instructions to ignore embedded commands.
- Capability inventory: The skill has capabilities to execute shell commands (
ntn,curl) and perform file operations (ntn files create). - Sanitization: No sanitization or validation of the fetched Notion content is implemented before it is passed to the agent context.
- [EXTERNAL_DOWNLOADS]: The skill facilitates the download of external software from unverified sources, including the
ntn.devdomain and thentnpackage vianpm. These sources are not recognized as official Notion distribution channels. - [COMMAND_EXECUTION]: The instructions rely heavily on executing shell commands (
ntn,curl) that handle sensitive integration tokens, providing a path for potential abuse if these tools are malicious or compromised.
Recommendations
- HIGH: Downloads and executes remote code from: https://ntn.dev - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata