notionctl
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard Rust development tools (cargo) to format, check, and test the CLI code. These operations are restricted to the local workspace and are appropriate for the skill's stated purpose of CLI development.\n- [DATA_EXFILTRATION]: Contains hardcoded absolute file paths pointing to a specific local user directory. While this exposes local filesystem structure, it is configuration for a specific local development environment and does not involve exfiltrating data to external sources.\n- [CREDENTIALS_UNSAFE]: References the NOTION_ACCESS_TOKEN environment variable for authentication. This is a standard security practice for secret management, and no actual secrets are hardcoded in the skill.
Audit Metadata