Caveat verdict

fund-advisor

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

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.

0
security
60
transparency
70
maintenance

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.

Capability combination high

Accesses credentials AND writes files — may persist stolen credentials locally

LLM02 · LLM06 · ASI03

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (5)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="your-api-key-here

Pattern match high

Accesses shell history/config

SKILL.md · code · ~/.zshrc

Pattern match medium

References agent configuration files

references/REFERENCE.md · code · CLAUDE.md

Pattern match medium

subprocess execution — runs system commands from Python

tools/src/env_checker.py · prose · downgraded · subprocess.run(

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API