skills/sainytk/skills/notion/Gen Agent Trust Hub

notion

Pass

Audited by Gen Agent Trust Hub on Aug 12, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The README.md instructions suggest downloading and installing the Bun runtime from https://bun.sh/install. This reference targets a well-known technology service.
  • [REMOTE_CODE_EXECUTION]: The setup guide includes a pattern to pipe a remote script to bash (curl -fsSL https://bun.sh/install | bash). While this is a remote execution pattern, it is a standard installation method for the Bun developer tool.
  • [COMMAND_EXECUTION]: The skill's primary functionality relies on executing a TypeScript script using the bun runtime, which is the intended execution environment.
  • [DATA_EXPOSURE]: The skill accesses a NOTION_API_KEY stored in a local .env file. The documentation and code include safeguards to prevent accidental exposure of these credentials in logs or chat outputs.
  • [SAFE]: The implementation in scripts/notion.ts communicates exclusively with the official Notion API domain (api.notion.com) for reading and writing workspace data.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 12, 2026, 04:42 PM
Security Audit — agent-trust-hub — notion