ClawAudit verdict
dropbox-kb-auto
The skill syncs Dropbox files to a local OpenClaw knowledge base using documented OAuth credentials stored in ~/.openclaw/.env; executionSinkDetected reflects documented cron and Python sync commands, with all data staying on the user's machine.
⚠ 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
package_install
Findings (10)
References sudo — requests elevated privileges
SKILL.md · code · sudo
apt-get install — installs system packages
SKILL.md · code · apt-get install
Pipe to python — executes piped content as Python code
README.md · prose · downgraded · | python
pip3 install — installs Python packages at runtime
SKILL.md · code · pip3 install
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/.env
subprocess execution — runs system commands from Python
dropbox-sync.py · prose · downgraded · subprocess.run(
yum install — installs system packages
setup.sh · prose · downgraded · yum install
Downloads executables from external URLs
setup.sh · prose · downgraded · Install from https://
Python urllib.request — network access
dropbox-sync.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
dropbox-sync.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D). 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.
package_install Is this flag fair?
Thanks — recorded.