ClawAudit verdict

micropython-skills

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

Writes files AND executes processes

Embedded development skill for ESP32 and Pico boards via MicroPython REPL; all operations are local hardware interactions with no network exfiltration.

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

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

LLM05 · LLM06 · ASI05

Capability combination medium

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

LLM06 · ASI02

Findings (10)

Pattern match critical

Possible hardcoded credential

references/esp32.md · code · password="12345678

Pattern match high

Uses exec() — may execute shell commands

SKILL.md · code · exec(

Pattern match medium

Instructs covert action — may act without user awareness

SKILL.md · prose · downgraded · silently

Pattern match medium

References sudo — requests elevated privileges

SKILL.md · prose · downgraded · sudo

Pattern match medium

Opens WebSocket connection

skills/network/SKILL.md · frontmatter · WebSocket

Pattern match medium

Blob URL — may embed executable content

references/esp32.md · code · blob:

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match medium

POSTs data to external URL

skills/network/SKILL.md · code · .post( "http://

Pattern match low

Python urllib.request — network access

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

Pattern match low

Python directory traversal

skills/diagnostic/SKILL.md · code · os.listdir(

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

Requires 3 system binaries.

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