Caveat verdict

clawguard-auditor

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

Reads files AND uses eval/Function

Static security auditor that reads skill files and analyzes code patterns locally; no network exfiltration, all analysis output stays in the local session.

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

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

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read

Findings (16)

Pattern match critical

Uses eval() — can execute arbitrary code

SKILL.md · code · eval(

Pattern match critical

Accesses sensitive system files

README.md · code · /etc/passwd

Pattern match high

References child_process — can spawn system processes

README.md · code · child_process

Pattern match high

Dynamic __import__('os') — Python OS command execution

SKILL.md · prose · downgraded · __import__('os')

Pattern match high

Accesses .ssh directory

SKILL.md · code · .ssh/

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

Dynamic Function constructor — equivalent to eval()

SKILL.md · prose · downgraded · new Function(

Pattern match high

Accesses cloud provider credentials

SKILL.md · code · ~/.aws

Pattern match high

Pipe to bash — executes piped content as shell commands

src/auditor.js · prose · downgraded · |bash

Pattern match medium

Uses exec() — may execute shell commands

SKILL.md · prose · downgraded · exec(

Pattern match medium

os.system/popen — direct OS command execution

SKILL.md · prose · downgraded · os.system(

Pattern match medium

Popular HTTP library — network access

SKILL.md · code · axios

Pattern match low

String.fromCharCode — can build strings to evade detection

SKILL.md · prose · downgraded · String.fromCharCode

Pattern match low

Python urllib.request — network access

src/intent-drift-detector.js · prose · downgraded · urllib.request

Pattern match low

Opens WebSocket connection

src/sast-analyzer.js · prose · downgraded · WebSocket

Pattern match low

Node http/https module — low-level network access

src/supply-chain-analyzer.js · prose · downgraded · require('https')

Why the tier is capped

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

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