ClawAudit verdict
net-intel
agentic-wireless-manager
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.
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.
Fetches from network AND uses eval/Function — the remote-code-execution pattern (data-flow not verified)
LLM05 · LLM06 · ASI05
Receives external input AND uses eval — the remote code-injection pattern (data-flow not verified)
LLM01 · LLM05 · ASI01 · ASI05
Permission integrity
network_out
package_install
Findings (5)
Pipe to python — executes piped content as Python code
README.md · code · |
python3
References sudo — requests elevated privileges
SKILL.md · code · sudo
subprocess execution — runs system commands from Python
README.md · code · subprocess.run(
Uses eval() — can execute arbitrary code
train_sac_ltc.py · prose · downgraded · eval(
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 Thanks — recorded.