ClawAudit verdict
mimo-web-search
Executes processes AND makes external network calls
Uses the Xiaomi MiMo API for web search via curl/exec; API key read from env var, all calls go to documented api.xiaomimimo.com, behavior matches the stated search 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.
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Permission integrity
network_out
Findings (3)
Uses exec() — may execute shell commands
SKILL.md · code · exec(
References child_process — can spawn system processes
index.js · prose · downgraded · child_process
Accesses sensitive environment variables
index.js · prose · downgraded · process.env.MIMO_API_KEY
Permissions & capabilities
No declared permissions — minimal attack surface.
credential_accessnetwork_outprocess_exec Thanks — recorded.