scrypted
Fail
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill recommends a installation method that downloads a shell script from a remote URL and pipes it directly into the bash interpreter.
- Evidence:
curl -s https://raw.githubusercontent.com/koush/scrypted/main/install/docker/install-scrypted-docker-compose.sh | bashin SKILL.md. - [COMMAND_EXECUTION]: The skill requires and uses high-privilege system tools for installation, diagnostics, and monitoring.
- Evidence: Commands such as
npm install -g,docker logs,ffprobe,ping, andavahi-browseare referenced throughout the documentation for use with theBashtool. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its handling of untrusted data from system logs and network streams.
- Ingestion points: The skill reads external data via
docker logs scryptedand network discovery tools likeavahi-browse(SKILL.md). - Boundary markers: No delimiters or explicit instructions to ignore embedded commands are present in the provided instructions.
- Capability inventory: The skill has access to
Bash,Edit,Write, andWebFetchtools (YAML frontmatter). - Sanitization: There is no evidence of sanitization or validation for the content of logs or stream metadata before processing.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/koush/scrypted/main/install/docker/install-scrypted-docker-compose.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata