notion-sdk-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation resource for using official Notion SDKs. No malicious patterns or behaviors were identified during analysis.
- [CREDENTIALS_UNSAFE]: The skill follows security best practices by instructing the user to store the Notion integration token in environment variables (e.g.,
NOTION_TOKEN) rather than hardcoding them in the source code. - [EXTERNAL_DOWNLOADS]: The skill references official and well-known libraries, including
@notionhq/clienton NPM andnotion-clienton PyPI, which are the standard tools for interacting with the Notion API. - [DATA_EXFILTRATION]: All network operations described in the code examples target the official Notion API domains, which are legitimate for the skill's intended purpose.
Audit Metadata