notion
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
curlfor making HTTP requests to the Notion API andjqfor processing the resulting JSON data. These are standard system utilities used appropriately for API integration. - [DATA_EXFILTRATION]: Network activity is restricted to
api.notion.com, which is the official endpoint for the Notion service. No sensitive local files are accessed, and data is only transmitted to this well-known service as part of the intended workflow. - [CREDENTIALS_UNSAFE]: Secrets are handled securely through the
NOTION_INTEGRATION_KEYenvironment variable. The skill includes checks to ensure the variable is set and does not contain any hardcoded API keys or tokens.
Audit Metadata