ClawAudit verdict

net-intel

agentic-wireless-manager

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

Fetches from network AND uses eval/Function

This skill provides Wi-Fi/cellular network diagnostics and optimization using OS network commands and a local SAC-LTC PyTorch model; it explicitly states it only passively receives AP beacon signals and never authenticates to or modifies APs, consistent with its stated network intelligence purpose.

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
50
transparency
80
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

Fetches from network AND uses eval/Function — the remote-code-execution pattern (data-flow not verified)

LLM05 · LLM06 · ASI05

Capability combination critical

Receives external input AND uses eval — the remote code-injection pattern (data-flow not verified)

LLM01 · LLM05 · ASI01 · ASI05

Permission integrity

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

network_out

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (5)

Pattern match critical

Pipe to python — executes piped content as Python code

README.md · code · | python3

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

subprocess execution — runs system commands from Python

README.md · code · subprocess.run(

Pattern match high

Uses eval() — can execute arbitrary code

train_sac_ltc.py · prose · downgraded · eval(

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · code · pip3 install

Why the tier is capped

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

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