notion
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
curlandjqwithin a Bash environment to perform API requests to Notion for searching, reading, and writing data. - [SAFE]: Authentication is handled via the
$NOTION_TOKENenvironment variable, adhering to secure credential management practices. - [SAFE]: All network operations are confined to the official Notion API domain (
api.notion.com), which is a well-known and trusted service. - [SAFE]: Data processing is performed using
jq, which ensures that Notion API responses are handled as structured data rather than raw text.
Audit Metadata