Caveat verdict
baidu-drive-scan
Writes files AND executes processes
This skill sends user-provided images to Baidu's own scanning service (aiconvert.baidu.com) using a user-supplied BDPAN_API_KEY for document enhancement; the data flow is transparently disclosed and matches the stated image processing purpose.
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.
Writes files AND executes processes — may drop and execute malicious scripts
LLM05 · LLM06 · ASI05
Findings (4)
Possible hardcoded credential
SKILL.md · code · API_KEY="your_api_key_here
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
subprocess execution — runs system commands from Python
SKILL.md · code · subprocess.run(
Python os.getenv — reads environment variable
scripts/config.py · prose · downgraded · os.getenv(
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 1 environment variable. (1 sensitive: BDPAN_API_KEY). Requires 2 system binaries. (1 elevated: curl).
data_encodingfile_writeprocess_exec Thanks — recorded.