Caveat verdict

jax-skill-security-scanner

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

Writes files AND executes processes

OpenClaw skill security scanner that performs local static analysis of skill files to detect malicious patterns; the skill honestly discloses it requires broad access to detect security issues and all scanning operations are local, matching its stated security audit purpose.

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
100
transparency
100
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

Writes files AND executes processes — may drop and execute malicious scripts

LLM05 · LLM06 · ASI05

Capability combination critical

Reads files AND uses eval/Function — may execute locally stored payloads

LLM05 · LLM06 · ASI05

Capability combination critical

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

LLM05 · ASI05 · ASI10

Capability combination high

Installs packages AND executes processes — opaque dependency chain with execution

LLM03 · ASI04

Capability combination medium

Both reads and writes files — verify scope is limited to intended directories

LLM06 · ASI02

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (5)

Pattern match critical

Prompt injection — tries to override agent instructions

README.md · code · ignore previous instructions

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

References child_process — can spawn system processes

SKILL.md · code · child_process

Pattern match low

Opens WebSocket connection

dist/trojan-detector.js · prose · downgraded · WebSocket

Pattern match low

Popular HTTP library — network access

dist/trojan-detector.js · prose · downgraded · axios

Why the tier is capped

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

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