ClawAudit verdict
icom-7610
Reads local files AND makes external network calls
Ham radio transceiver control via Hamlib/rigctl for frequency, mode, and CW operations; network/file access is limited to local USB/LAN control of the radio, consistent with the stated 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.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Permission integrity
file_read
Findings (4)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Pipe to python — executes piped content as Python code
references/FULL-REFERENCE.md · prose · downgraded · | Python
Hex-encoded string — possible obfuscated payload
references/FULL-REFERENCE.md · code · \xFE\xFE\x98\xE0\x18\x01\xFD
pip3 install — installs Python packages at runtime
SKILL.md · prose · downgraded · pip3 install
Permissions & capabilities
Requires 3 system binaries. (1 elevated: curl).
network_outfile_read Thanks — recorded.