Caveat verdict

qqbot-voice-transcribe

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Writes files AND executes processes

QQ Bot voice message transcription skill using open-source silk-v3-decoder and local Whisper model; exec calls are documented audio processing steps (decode, transcribe, cleanup) within the agent's own filesystem, with no external exfiltration of data.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
90
transparency
90
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination critical

Writes files AND executes processes — may drop and execute malicious scripts

LLM05 · LLM06 · ASI05

Capability combination critical

Reads files AND uses eval/Function — may execute locally stored payloads

LLM05 · LLM06 · ASI05

Capability combination critical

Encodes data AND uses eval — the obfuscated-execution pattern (atob + eval; data-flow not verified)

LLM05 · ASI05 · ASI10

Capability combination high

Installs packages AND executes processes — opaque dependency chain with execution

LLM03 · ASI04

Capability combination medium

Both reads and writes files — verify scope is limited to intended directories

LLM06 · ASI02

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (7)

Pattern match high

yum install — installs system packages

SKILL.md · code · yum install

Pattern match high

Uses exec() — may execute shell commands

SKILL.md · code · exec(

Pattern match high

References child_process — can spawn system processes

SKILL.md · code · child_process

Pattern match high

Dynamic import() — loads module at runtime

SKILL.md · code · import("

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · code · pip3 install

Pattern match medium

subprocess execution — runs system commands from Python

scripts/process_qq_voice.py · prose · downgraded · subprocess.run(

Pattern match low

Python os.getenv — reads environment variable

scripts/process_qq_voice.py · prose · downgraded · os.getenv(

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

Requires 4 system binaries. (1 elevated: git).

data_encodingpackage_installfile_readfile_writeprocess_execdynamic_eval
Check another skill Browse the registry Auditing your own skills or configs? Use the API