c-notion
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
notion-clicommand-line utility for managing Notion pages, databases, and blocks. This behavior is expected and aligned with the skill's stated purpose.- [CREDENTIALS_UNSAFE]: The skill documentation correctly identifies the need for aNOTION_TOKENor the use ofnotion-cli auth. It does not include or encourage the use of hardcoded secrets, following security best practices for credential management.- [PROMPT_INJECTION]: The skill interacts with untrusted data from Notion workspaces, which presents a surface for indirect prompt injection. - Ingestion points: Data is retrieved using
notion-cli page get,notion-cli page search,notion-cli db query, andnotion-cli block listas described in SKILL.md. - Boundary markers: No specific boundary markers or 'ignore' instructions are provided to the agent to distinguish between system instructions and retrieved Notion content.
- Capability inventory: The skill allows for data modification via
create,update,append, anddeletecommands. - Sanitization: No explicit sanitization or validation of retrieved content is implemented within the skill instructions.
Audit Metadata