ClawAudit verdict

WebSecurityAuditSkillSkill

web-security-audit-skills

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

Receives external input AND executes processes

Static code security audit skill using 60+ regex rules across PHP/Java/Python/Go; all operations read local source files and write a Security.md report — no network exfiltration of code or credentials.

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
70
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 critical

Receives external input AND executes processes — the shape of a command & control channel

LLM05 · LLM06 · ASI10

Capability combination critical

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

LLM05 · LLM06 · ASI05

Capability combination critical

Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)

LLM02 · LLM06 · ASI03

Capability combination critical

Reads files, encodes data, AND makes external network calls — the obfuscated-exfiltration pattern (data-flow not verified)

LLM02 · ASI03

Capability combination high

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

LLM02 · LLM06 · ASI03

Capability combination medium

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

LLM06 · ASI02

Permission integrity

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

network_out

Findings (9)

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · |python

Pattern match critical

<script> tag in markdown — potential code injection

SKILL.md · code · <script>

Pattern match critical

Accesses sensitive system files

SKILL.md · code · /etc/passwd

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match high

Uses eval() — can execute arbitrary code

README.md · prose · downgraded · eval(

Pattern match high

Gopher protocol — SSRF attack vector

scripts/security_md.py · code · gopher://

Pattern match medium

Uses exec() — may execute shell commands

README.md · prose · downgraded · exec(

Pattern match medium

subprocess execution — runs system commands from Python

README.md · prose · downgraded · subprocess.run(

Pattern match medium

os.system/popen — direct OS command execution

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

Why the tier is capped

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

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