Caveat verdict

skill-security-vet

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

Encodes data AND uses eval

This skill scans installed skills for dangerous patterns (eval, exec, sensitive paths) and optionally checks them against VirusTotal for malware detection; the VirusTotal API call is for the stated security scanning purpose and API key is user-provided.

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

Capability combination high

Accesses credentials AND encodes data — may obfuscate stolen credentials

LLM02 · ASI03 · ASI04

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (7)

Pattern match critical

Uses eval() — can execute arbitrary code

SKILL.md · code · eval(

Pattern match high

Dynamic Function constructor — equivalent to eval()

SKILL.md · prose · downgraded · new Function(

Pattern match high

Accesses sensitive system files

SKILL.md · prose · downgraded · /etc/passwd

Pattern match medium

Uses exec() — may execute shell commands

SKILL.md · prose · downgraded · exec(

Pattern match medium

References child_process — can spawn system processes

SKILL.md · prose · downgraded · child_process

Pattern match medium

Accesses .ssh directory

SKILL.md · prose · downgraded · .ssh/

Pattern match medium

References sudo — requests elevated privileges

vet.ts · prose · downgraded · sudo

Why the tier is capped

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

Permissions & capabilities

Requires 1 system binary.

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