Caveat verdict

skill-trust-auditor

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

Accesses agent memory/notes AND makes external network calls

This skill audits ClawHub skills for security risks before installation by running a local Python audit script and producing a trust score report; the network_out capability is used to query GitHub API for skill metadata, which is consistent with the stated 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
90
transparency
90
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

Accesses agent memory/notes AND makes external network calls — may leak personal data

LLM02 · LLM07 · ASI03 · ASI06

Capability combination high

Accesses agent memory AND makes external network calls — may leak conversation history

LLM02 · LLM07 · ASI06

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Accesses agent memory/configuration files

agent_memory

Findings (19)

Pattern match critical

Accesses AWS credentials file

references/clawhavoc-patterns.md · code · ~/.aws/credentials

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

scripts/analyze_skill.py · prose · downgraded · curl | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

scripts/analyze_skill.py · prose · downgraded · | bash

Pattern match high

Accesses cloud provider credentials

references/clawhavoc-patterns.md · code · ~/.aws

Pattern match high

Accesses shell history/config

references/clawhavoc-patterns.md · code · ~/.zshrc

Pattern match high

Bash /dev/tcp — raw TCP connection via shell

scripts/patterns.json · prose · downgraded · /dev/tcp/

Pattern match high

Pipe to sh — executes piped content as shell commands

scripts/patterns.json · prose · downgraded · |sh

Pattern match high

Pipe to python — executes piped content as Python code

scripts/patterns.json · prose · downgraded · |python

Pattern match medium

References agent memory files

SKILL.md · code · MEMORY.md

Pattern match medium

Uses exec() — may execute shell commands

scripts/patterns.json · prose · downgraded · exec(

Pattern match medium

POSTs data to external URL

references/clawhavoc-patterns.md · code · .post('https://

Pattern match medium

Accesses .ssh directory

references/clawhavoc-patterns.md · prose · downgraded · .ssh/

Pattern match medium

subprocess execution — runs system commands from Python

scripts/analyze_skill.py · prose · downgraded · subprocess.run(

Pattern match medium

References sudo — requests elevated privileges

scripts/patterns.json · prose · downgraded · sudo

Pattern match medium

Accesses system credential store

scripts/patterns.json · prose · downgraded · Keychain

Pattern match low

Makes HTTP request to external URL

references/clawhavoc-patterns.md · code · fetch('https://

Pattern match low

References webhook/callback URL

references/clawhavoc-patterns.md · prose · downgraded · WEBHOOK_URL

Pattern match low

Python urllib.request — network access

scripts/analyze_skill.py · prose · downgraded · urllib.request

Pattern match low

Popular HTTP library — network access

scripts/analyze_skill.py · prose · downgraded · got

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

Requires 1 system binary.

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