ClawAudit verdict

funasr-nano-transcribe

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

Reads local files AND makes external network calls

Local Chinese speech-to-text skill using a locally-hosted FunASR model; all processing is on-device, network is only for optional model download from ModelScope, and no credentials or sensitive data are exfiltrated.

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
40
transparency
70
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

Permission integrity

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

network_out

Performs file operations but does not declare file-accessing binaries

file_read

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (7)

Pattern match high

Pipe to python — executes piped content as Python code

QUICKSTART.md · prose · downgraded · | Python

Pattern match high

Uses eval() — can execute arbitrary code

scripts/FunASRNano.py · prose · downgraded · eval(

Pattern match high

Raw model control tokens — prompt injection via token manipulation

scripts/FunASRNano.py · prose · downgraded · <|im_start|>

Pattern match medium

POSTs data to external URL

SKILL.md · code · .post('http://

Pattern match medium

subprocess with shell=True — command injection vector

scripts/api_client.py · prose · downgraded · subprocess.Popen(cmd, shell=True

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

scripts/api_client.py · prose · downgraded · http://127.0.0.1

Pattern match low

Python os.environ.get — reads environment variable

scripts/FunASRNano.py · prose · downgraded · os.environ.get(

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