ClawAudit verdict
bun-scripts
Reads local files AND makes external network calls
Reference guide for using Bun as a TypeScript runtime and package manager; process_exec is used to run Bun scripts which is the core stated purpose, and no credentials or exfiltration are involved.
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.
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.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Permission integrity
network_out
Findings (9)
<script> tag in markdown — potential code injection
references/REFERENCE.md · code · <script>
Runtime subprocess creation
SKILL.md · code
Uses spawn() — can execute external programs
SKILL.md · code · spawn(
Bun.spawn — spawns subprocess in Bun runtime
SKILL.md · code · Bun.spawn
References child_process — can spawn system processes
SKILL.md · prose · downgraded · child_process
Bun file read API
SKILL.md · code · Bun.file(
Opens WebSocket connection
references/REFERENCE.md · code · websocket
File read operation
SKILL.md · code
Makes HTTP request to external URL
SKILL.md · code · fetch("https://
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 1 system binary.
network_outfile_readprocess_exec Thanks — recorded.