Notion

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill appears purpose-aligned for Notion automation, but users should carefully scope Notion access, understand the Evolink data flow, and verify the undeclared `notion-cli` setup.

Before installing, create a dedicated Notion integration, share only the pages or databases needed, verify the `notion-cli` you use is trustworthy, and review all create/update/schema operations before allowing the agent to run them.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent could make real changes to shared Notion pages or databases if invoked with the right IDs and credentials.

Why it was flagged

The skill documents commands that can create or update Notion content and apply database schema changes. This is purpose-aligned, and the skill also tells users to inspect diffs and require explicit confirmation for schema/destructive actions.

Skill content
notion-cli page create --database <database_id> --props <json>
notion-cli page update <page_id> --props <json>
notion-cli db schema apply <database_id> --desired <json>
Recommendation

Review create/update payloads before running them, require explicit confirmation for schema changes, and share only the minimum Notion pages or databases needed.

What this means

Anyone or any agent process with the Notion token can access and modify Notion content that has been shared with that integration.

Why it was flagged

The skill requires API credentials. A Notion integration token is expected for this purpose, and the artifact explains that access is limited to pages/databases shared with the integration.

Skill content
Required environment variables:
- `NOTION_API_KEY`: Internal Integration Token from Notion
- `EVOLINK_API_KEY`: API Key for Evolink services.
Recommendation

Use a dedicated Notion integration, share only necessary pages/databases, store keys securely in environment variables, and rotate or revoke tokens when no longer needed.

What this means

If an unexpected or untrusted `notion-cli` is on the PATH, it could receive Notion-related commands and credentials.

Why it was flagged

The instructions rely on a `notion-cli` executable, but the supplied registry data says there are no required binaries and no install spec. Users need to verify which CLI implementation will actually run.

Skill content
notion-cli page get <page_id>
Recommendation

Install `notion-cli` only from a trusted source, verify its documentation, and ensure the registry/install metadata accurately declares the dependency.

What this means

Some Notion-related content may be processed by external provider services depending on how the CLI and Evolink integration are implemented.

Why it was flagged

The skill discloses Notion and Evolink as external services, but the artifacts do not detail exactly what Notion content, prompts, or metadata may be sent to Evolink.

Skill content
"description": "Notion API integration powered by Evolink AI for intelligent content processing",
"externalServices": ["api.notion.com", "api.evolink.ai"]
Recommendation

Avoid sharing highly sensitive Notion pages unless necessary, review Evolink’s privacy/data-handling terms, and confirm what data the CLI sends to Evolink.