ClawAudit verdict
notion-sync-obsidian
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.
Permission integrity
credential_access
package_install
Findings (5)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
INSTALL.md · code · curl -fsSL https://clawhub.com/install.sh | bash
Pipe to bash — executes piped content as shell commands
INSTALL.md · code · | bash
apt-get install — installs system packages
INSTALL.md · code · apt-get install
Sets world-executable permissions
INSTALL.md · code · chmod 755
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?
Thanks — recorded.