Caveat verdict
fund-advisor
Accesses credentials AND writes files
Personal fund portfolio management skill that imports local CSV holdings data and queries a qieman-mcp service using the user's own API key; no exfiltration to unauthorized third parties and the skill explicitly warns against using unreliable data sources.
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 writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
package_install
Findings (5)
Possible hardcoded credential
SKILL.md · code · API_KEY="your-api-key-here
Accesses shell history/config
SKILL.md · code · ~/.zshrc
References agent configuration files
references/REFERENCE.md · code · CLAUDE.md
subprocess execution — runs system commands from Python
tools/src/env_checker.py · prose · downgraded · subprocess.run(
Python os.environ.get — reads environment variable
tools/src/config.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D/F). 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: QIEMAN_API_KEY). Requires 4 system binaries. (1 elevated: pip).
file_writecredential_accesspackage_install Thanks — recorded.