Second Brain Setup

ReviewAudited by ClawScan on May 16, 2026.

Overview

This is a coherent Notion setup skill, but it can search your connected Notion workspace and automatically move existing databases named Reading List or Inbox without confirmation.

Install only if you want this skill to modify the connected Notion workspace. Limit the Notion integration to the intended parent page, check for existing Reading List or Inbox databases first, and be aware that any automatic moves may need to be undone manually in Notion.

Findings (2)

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

An unrelated accessible Notion database named Reading List or Inbox could be moved under the new Second Brain page, changing the user's workspace organization.

Why it was flagged

The skill authorizes workspace mutations based on broad Notion search results, including selecting any visible page as a parent and moving existing databases, without requiring a user confirmation before those changes.

Skill content
Otherwise, pick any visible page as `INTEGRATION_PARENT_ID`... If its parent is something else, call `notion-move-pages` to move it under `SECOND_BRAIN_ID`.
Recommendation

Before running, check whether accessible Notion pages already contain databases with these names, and prefer a workflow that asks for confirmation before moving existing databases.

What this means

If the Notion integration has broad access, the skill can inspect visible page results and create or move objects within that accessible workspace.

Why it was flagged

The skill depends on delegated Notion integration access. That is expected for a Notion scaffolder, but the effective scope is whatever pages the integration has been shared with.

Skill content
Call `notion-search` with: {"query": "", "query_type": "internal"} ... This returns every page the integration can see.
Recommendation

Share the Notion integration only with the page or area you intend this setup skill to use, and review its Notion access before invocation.