kuroco-docs

Fail

Audited by Snyk on Feb 23, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). This is a direct raw GitHub link to a shell script that the skill tells users to curl and pipe to bash — executing remote .sh files without inspecting the content is a high-risk practice even if hosted on GitHub, so treat it as suspicious unless you fully trust and have reviewed the repository and script.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 1.00). SKILL.md explicitly instructs syncing external documentation (via curl of the GitHub script and scripts/sync-docs.sh), and that script downloads and unpacks a ZIP from https://rcms.g.kuroco-img.app/files/user/skills/current.zip into the docs/ directory which the agent is expected to read/search and therefore could contain untrusted third‑party instructions influencing its behavior.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (medium risk: 0.60). The skill tells the agent to run a remote script via "curl ... | bash" to sync and modify files under the plugin root—this alters the host filesystem (though it does not explicitly request sudo, create users, or edit system config files), so it poses a moderate risk of compromising machine state.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 23, 2026, 07:07 AM