ClawAudit verdict

ragflow-runbook

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

End-to-end operational runbook for deploying and troubleshooting RAGFlow; uses user-configured env vars (RAGFLOW_BASE_URL, RAGFLOW_API_KEY) and all curl commands target the user's own RAGFlow instance, consistent with the documented ops-runbook purpose.

⚠ 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
80
transparency
100
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (7)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="${RAGFLOW_API_KEY}

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match medium

Changes file ownership

SKILL.md · code · chown

Pattern match medium

subprocess execution — runs system commands from Python

scripts/ragflow_alert.py · prose · downgraded · subprocess.run(

Pattern match low

Python os.environ.get — reads environment variable

scripts/ragflow_alert.py · prose · downgraded · os.environ.get(

Pattern match low

Python urllib.request — network access

scripts/ragflow_ping.py · prose · downgraded · urllib.request

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

Requires 1 system binary.

credential_access

Is this flag fair?

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