Caveat verdict
paper-diagram
ynu-papergraphgeneration-qclaw
Accesses credentials AND encodes data
Duplicate of ynu-papergraphgeneration-openclaw with identical purpose and implementation; generates academic diagrams with user-configured API credentials and no malicious behavior.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
package_install
Findings (5)
Base64 encoding/decoding
SKILL.md · code · base64-encode
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json
subprocess execution — runs system commands from Python
scripts/chart_generator.py · prose · downgraded · subprocess.run(
Python urllib.request — network access
scripts/draw.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/draw.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 environment variables. (1 sensitive: BANANA2_API_KEY). Requires 1 system binary.
credential_accessdata_encodingpackage_install Thanks — recorded.