CD kiwi-voice
Manage and configure Kiwi Voice assistant service. Use when starting/stopping Kiwi, editing voice config, checking logs, troubleshooting audio issues, or managing voice profiles.
As a process D 36/100 · Unfinished process — weak spots: steps, result and completion, when it triggers
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".
If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 41
✓ No critical or high findings
Medium and low: 41
-
medium Exfiltration
net-redirectable-api-keykiwi/config_loader.py:422Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Broad scope
meta-agent-memory-dumpSOUL.mdAgent memory / workspace files bundled with the skill (1) — likely a workspace dump with personal data or tokensSOUL.md
-
low Dangerous commands
cmd-privilegeconfig.yaml:237Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegeconfig.yaml:241Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Exfiltration
read-dotenvdocs/deployment/local.md:16Reads a .env filecp .env.example .env # Edit with your settings
-
low Dangerous commands
cmd-background-processdocs/deployment/systemd.md:31Starts a background / autostarted processsudo systemctl enable kiwi-voice
-
low Dangerous commands
cmd-background-processdocs/deployment/systemd.md:49Starts a background / autostarted process (documentation table row)| `systemctl enable kiwi-voice` | Enable on boot |
table -
low Exfiltration
exfil-webhook-urldocs/features/voice-security.md:67Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)2. Visit `https://api.telegram.org/bot<TOKEN>/getUpdates`
placeholder -
low Exfiltration
read-dotenvdocs/getting-started/installation.md:57Reads a .env filecp .env.example .env
-
low Exfiltration
read-dotenvdocs/index.md:102Reads a .env filecp .env.example .env
-
low Dangerous commands
cmd-privilegekiwi/locales/ar.yaml:317Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/ar.yaml:322Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/de.yaml:327Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/de.yaml:332Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/en.yaml:320Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/en.yaml:325Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/es.yaml:323Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/es.yaml:328Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/fr.yaml:328Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/fr.yaml:333Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/hi.yaml:317Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/hi.yaml:322Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/id.yaml:320Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/id.yaml:325Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/it.yaml:328Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/it.yaml:333Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/ja.yaml:312Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/ja.yaml:317Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/ko.yaml:311Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/ko.yaml:316Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/pl.yaml:323Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/pl.yaml:328Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/pt.yaml:326Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/pt.yaml:331Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/ru.yaml:345Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/ru.yaml:349Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/tr.yaml:318Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/tr.yaml:323Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Dangerous commands
cmd-privilegekiwi/locales/zh.yaml:292Privilege escalation / world-writable permissions (string literal in code, not executed)- "sudo rm -rf"
code literal -
low Dangerous commands
cmd-privilegekiwi/locales/zh.yaml:297Privilege escalation / world-writable permissions (negated — the text forbids it)- "chmod 777"
negated -
low Exfiltration
read-dotenvREADME.md:88Reads a .env filecp .env.example .env
Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 36/100
- 0Steps. Prose only: no discrete steps
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 3 mutating operations with no state check
- 55Failures and branches. 1 branches
- 60Tools and files. Uses tools (bash, python) that frontmatter does not declare
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 787 tokens
- 100Progress reporting. Reports progress
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3No numbered steps or checklist
- +3Output format is not stated: the model decides each time
- -41 reference files, but SKILL.md never points to them: the model will not open them
- +1No license
- +2Single-language instructions
- +3Description length 178: enough signal without eating the budget
- +4Structure: 12 headings
- +4Has examples (6 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 77.