ClawAudit verdict

safe

uwvwko-safe

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Executes processes AND makes external network calls

Web browsing security protection skill that lists dangerous patterns (/etc/passwd, .ssh, eval) as things to DETECT and BLOCK — all sensitive references are in a defensive context defining what the skill should prevent, not execute.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
30
transparency
70
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination high

Executes processes AND makes external network calls — may exfiltrate command output

LLM02 · LLM06 · ASI03

Permission integrity

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

network_out

Findings (10)

Pattern match critical

Recursive delete from root or home — destructive command

SKILL.md · code · rm -rf /

Pattern match high

Accesses sensitive system files

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

Pattern match high

Uses eval() — can execute arbitrary code

SKILL.md · prose · downgraded · eval(

Pattern match high

Uses exec() — may execute shell commands

SKILL.md · code · exec(

Confirmed in code medium

Accesses process.env — reads environment variables

SKILL.md · code

Pattern match medium

References sudo — requests elevated privileges

SKILL.md · prose · downgraded · sudo

Pattern match medium

Accesses .ssh directory

SKILL.md · prose · downgraded · .ssh/

Pattern match medium

References SSH/GPG private keys

SKILL.md · prose · downgraded · ssh_key

Pattern match medium

Accesses sensitive environment variables

SKILL.md · code · process.env.API_KEY

Confirmed in code low

fetch() — outbound network request

SKILL.md · code

Permissions & capabilities

No declared permissions — minimal attack surface.

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