notion-common-errors
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill provides reference material for handling Notion API errors using official endpoints and established SDK practices.
- [COMMAND_EXECUTION]: Provides Bash snippets using
curlto interact with official Notion API (api.notion.com) and status (status.notion.so) endpoints for diagnostic purposes. These operations use environment variables for authentication. - [EXTERNAL_DOWNLOADS]: References the official
@notionhq/clientpackage from the standard NPM registry. - [PROMPT_INJECTION]: Identifies a potential indirect prompt injection surface as the skill instructs the agent to process error messages which may originate from external systems.
- Ingestion points: Notion API error response bodies and application logs (SKILL.md).
- Boundary markers: Not explicitly defined in the provided snippets.
- Capability inventory: Shell execution via
Bash(curl:*)and file access viaRead(SKILL.md). - Sanitization: Not explicitly implemented in the provided troubleshooting examples.
Audit Metadata