Caveat verdict

skill-security-reviewer

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

Encodes data AND uses eval

This is a malicious skill detection tool with anti-obfuscation capabilities; it performs read-only analysis with safe decoding and focuses on detecting how skills attack users rather than performing attacks itself.

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 critical

Encodes data AND uses eval — the obfuscated-execution pattern (atob + eval; data-flow not verified)

LLM05 · ASI05 · ASI10

Permission integrity

Accesses agent memory/configuration files

agent_memory

Findings (9)

Pattern match high

Uses eval() — can execute arbitrary code

SKILL.md · prose · downgraded · eval(

Pattern match high

Pipe to bash — executes piped content as shell commands

SKILL.md · prose · downgraded · |bash

Pattern match high

Accesses AWS credentials file

SKILL.md · prose · downgraded · ~/.aws/credentials

Pattern match high

Pipe to sh — executes piped content as shell commands

SKILL.md · prose · downgraded · |sh

Pattern match medium

Uses exec() — may execute shell commands

SKILL.md · prose · downgraded · exec(

Pattern match medium

Accesses .ssh directory

SKILL.md · prose · downgraded · .ssh/

Pattern match medium

Accesses cloud provider credentials

SKILL.md · prose · downgraded · ~/.aws

Pattern match medium

Accesses Kubernetes config (may contain cluster credentials)

SKILL.md · prose · downgraded · ~/.kube/config

Pattern match medium

References sudo — requests elevated privileges

SKILL.md · prose · downgraded · sudo

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/D). 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.

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