publish-facebook-post

Fail

Audited by Snyk on Jul 15, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). This is high risk: the skill downloads and immediately execs a raw script from a GitHub user/repo that isn’t an obviously trusted vendor, which is a direct remote-code-execution distribution vector.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). This code repeatedly downloads and executes a remote setup script (from raw.githubusercontent.com) before every run, creating a high-risk supply-chain / remote-code-execution vector that could install backdoors or exfiltrate data; no explicit data-exfiltration code is present in the repo itself, but the remote-exec behavior enables it.

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 skill explicitly instructs the agent to download and execute a remote setup script (scripts/setup.sh) before every run and to run a local daemon, which can install services or change system configuration and therefore modifies the machine state and can compromise the host.

Issues (4)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

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
Jul 15, 2026, 03:40 PM
Issues
4
Security Audit — snyk — publish-facebook-post