Caveat verdict
skill-security-vet
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.
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.
Encodes data AND uses eval — the obfuscated-execution pattern (atob + eval; data-flow not verified)
LLM05 · ASI05 · ASI10
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
credential_access
Findings (7)
Uses eval() — can execute arbitrary code
SKILL.md · code · eval(
Dynamic Function constructor — equivalent to eval()
SKILL.md · prose · downgraded · new Function(
Accesses sensitive system files
SKILL.md · prose · downgraded · /etc/passwd
Uses exec() — may execute shell commands
SKILL.md · prose · downgraded · exec(
References child_process — can spawn system processes
SKILL.md · prose · downgraded · child_process
Accesses .ssh directory
SKILL.md · prose · downgraded · .ssh/
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 Thanks — recorded.