ClawAudit verdict

bun-scripts

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

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.

0
security
70
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

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

LLM02 · LLM06 · ASI03

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 (9)

Pattern match critical

<script> tag in markdown — potential code injection

references/REFERENCE.md · code · <script>

Confirmed in code high

Runtime subprocess creation

SKILL.md · code

Pattern match high

Uses spawn() — can execute external programs

SKILL.md · code · spawn(

Pattern match high

Bun.spawn — spawns subprocess in Bun runtime

SKILL.md · code · Bun.spawn

Pattern match medium

References child_process — can spawn system processes

SKILL.md · prose · downgraded · child_process

Pattern match medium

Bun file read API

SKILL.md · code · Bun.file(

Pattern match medium

Opens WebSocket connection

references/REFERENCE.md · code · websocket

Confirmed in code low

File read operation

SKILL.md · code

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API