hiclaw-collaborative-agent-os

Fail

Audited by Snyk on Jun 26, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). Several links point to direct installer scripts (https://higress.ai/hiclaw/install.sh, https://higress.ai/hiclaw/install.ps1 and raw.githubusercontent.com install scripts) and the prompt includes curl|bash and iex patterns — running remote .sh/.ps1 directly is an inherently high-risk distribution vector even though many other links (GitHub repos, higress.io, discord, skills.sh, api.openai.com) appear legitimate.

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

  • Third-party content exposure detected (high risk: 0.70). The skill’s runtime workflow ingests free-form text from Matrix room messages (user/participants) into the Manager/Workers’ LLM context; since those messages can be authored by non-operating users, this creates an indirect prompt-injection path from outsider-authored chat content.

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 (high risk: 0.90). The prompt instructs the agent/user to run installers (curl | bash), helm/kubectl/ docker commands that modify the host/cluster state and create resources including "Human" accounts and CLI-invited users, so it actively guides changes to the machine/cluster state and thus should be flagged.

Issues (4)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

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

W012
MEDIUM

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

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jun 26, 2026, 06:31 AM
Issues
4
Security Audit — snyk — hiclaw-collaborative-agent-os