ClawAudit verdict

notion-sync-obsidian

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Notion-to-Obsidian sync skill that reads articles via official Notion API and writes to a local Obsidian directory; all operations are local and the API key is stored in a local config file.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
40
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (5)

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

INSTALL.md · code · curl -fsSL https://clawhub.com/install.sh | bash

Pattern match critical

Pipe to bash — executes piped content as shell commands

INSTALL.md · code · | bash

Pattern match high

apt-get install — installs system packages

INSTALL.md · code · apt-get install

Pattern match medium

Sets world-executable permissions

INSTALL.md · code · chmod 755

Pattern match low

POSTs data to external URL

scripts/debug_page_structure.py · prose · downgraded · .post( "https://

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

credential_accesspackage_install

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API