Caveat verdict

file-upload-to-local-workspace

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Local web upload UI that saves files to the local workspace for AI analysis; files do not leave the server, the skill reads local config only to display the upload URL, and the content explicitly avoids exposing auth tokens.

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

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

18
security
70
transparency
80
maintenance

Findings (6)

Pattern match high

Accesses OpenClaw config/secrets directly

SKILL.md · code · ~/.openclaw/openclaw.json

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match medium

References child_process — can spawn system processes

src/upload-server.js · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

src/upload-server.js · prose · downgraded · spawn(

Pattern match low

Node http/https module — low-level network access

src/upload-server.js · prose · downgraded · require('http')

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.

network_in

Is this flag fair?

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