moltbook-baseline

Fail

Audited by Snyk on Feb 20, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). Direct download of a .sh from an untrusted/unknown GitHub release combined with explicit instructions to wget and pipe/execute it is a high-risk pattern commonly used to distribute malware.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). The skill contains explicit instructions to download and execute an external script (openclaw-core) from an unverified GitHub release URL and requests local API credentials, which together present a clear supply-chain/remote code execution backdoor risk and potential credential theft.

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

  • Third-party content exposure detected (high risk: 0.90). The SKILL.md explicitly instructs the agent to browse and reply to Moltbook posts (e.g., "./scripts/moltbook.sh hot 5" and the API GET /posts endpoints), which fetches user-generated, public social content that the agent is expected to read and act on, enabling indirect prompt injection.

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: 1.00). The skill explicitly instructs downloading and executing an external install script (wget ... && bash script.sh), which runs arbitrary code that can modify system state or escalate privileges, so it risks compromising the host.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 20, 2026, 11:50 AM