ClawAudit verdict

dropbox-kb-auto

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

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.

0
security
60
transparency
80
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (10)

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

apt-get install — installs system packages

SKILL.md · code · apt-get install

Pattern match high

Pipe to python — executes piped content as Python code

README.md · prose · downgraded · | python

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · code · pip3 install

Pattern match medium

Accesses OpenClaw config/secrets directly

SKILL.md · prose · downgraded · ~/.openclaw/.env

Pattern match medium

subprocess execution — runs system commands from Python

dropbox-sync.py · prose · downgraded · subprocess.run(

Pattern match medium

yum install — installs system packages

setup.sh · prose · downgraded · yum install

Pattern match medium

Downloads executables from external URLs

setup.sh · prose · downgraded · Install from https://

Pattern match low

Python urllib.request — network access

dropbox-sync.py · prose · downgraded · urllib.request

Pattern match low

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?

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