Caveat verdict

flowchart-gen

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

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.

0
security
80
transparency
90
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (7)

Pattern match high

Accesses OpenClaw config/secrets directly

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

Pattern match high

Possible hardcoded credential

FAQ.md · prose · downgraded · API_KEY="your_api_key_here

Pattern match high

subprocess execution — runs system commands from Python

scripts/generate.py · code · subprocess.run(

Pattern match high

subprocess with shell=True — command injection vector

scripts/generate.py · code · subprocess.run(cmd, capture_output=True, text=True, timeout=30, shell=True

Pattern match medium

References sudo — requests elevated privileges

install.sh · prose · downgraded · sudo

Pattern match low

pip3 install — installs Python packages at runtime

install.sh · prose · downgraded · pip3 install

Pattern match low

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?

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