Caveat verdict
flowchart-gen
Reads DeepSeek/OpenAI API keys from declared env vars for LLM-assisted flowchart generation; credential access is explicitly declared and used legitimately for the AI API call.
⚠ 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.
Permission integrity
package_install
Findings (7)
Accesses OpenClaw config/secrets directly
SKILL.md · frontmatter · ~/.openclaw/openclaw.json
Possible hardcoded credential
FAQ.md · prose · downgraded · API_KEY="your_api_key_here
subprocess execution — runs system commands from Python
scripts/generate.py · code · subprocess.run(
subprocess with shell=True — command injection vector
scripts/generate.py · code · subprocess.run(cmd, capture_output=True, text=True, timeout=30, shell=True
References sudo — requests elevated privileges
install.sh · prose · downgraded · sudo
pip3 install — installs Python packages at runtime
install.sh · prose · downgraded · pip3 install
Python os.environ.get — reads environment variable
scripts/generate.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
Requires 2 environment variables. (2 sensitive: DEEPSEEK_API_KEY # 可选,DeepSeek API密钥, OPENAI_API_KEY # 可选,OpenAI API密钥). Requires 2 system binaries.
package_installcredential_access Is this flag fair?
Thanks — recorded.