notion
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for using the Notion API. It utilizes official API endpoints (api.notion.com) and provides examples for common data operations such as searching, creating, and updating pages.
- [DATA_EXFILTRATION]: The skill documents interactions with Notion's official API. These network operations are directed at a well-known service for the purpose of managing user data, following standard integration patterns for cloud-based productivity tools.
- [COMMAND_EXECUTION]: The skill includes curl command examples to demonstrate API usage. These commands are illustrative and facilitate the intended functionality of the skill within a command-line environment.
- [PROMPT_INJECTION]: The skill facilitates reading content from external Notion pages and databases. Ingestion points: Reads block content via GET /v1/blocks/{page_id}/children and search results via POST /v1/search. Boundary markers: None provided in the examples. Capability inventory: Subprocess calls via curl for reading, creating, and patching Notion resources. Sanitization: None mentioned. These components are inherent to the skill's primary purpose of interacting with external data sources.
Audit Metadata