Caveat verdict

deepseek-balance

18
🔴 Dangerous
High-risk patterns flagged for review — automated deep scan, not behaviorally verified.

Accesses credentials AND writes files

The skill explicitly reads $ANTHROPIC_AUTH_TOKEN as a fallback and sends it as a Bearer token to api.deepseek.com — a third-party host — which is concrete exfiltration of Anthropic credentials to an external service.

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
30
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

Makes network requests but does not declare curl/wget in required binaries

network_out

Performs file operations but does not declare file-accessing binaries

file_read+write

Findings (3)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="${DEEPSEEK_API_KEY:-$ANTHROPIC_AUTH_TOKEN}

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python3

Pattern match critical

Pipe-to-python pattern — remote code execution risk

SKILL.md · code · curl -s -X GET 'https://api.deepseek.com/user/balance' -H "Authorization: Bearer

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class C/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

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