read-line-messages

Fail

Audited by Snyk on Aug 12, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs the transcriber to "transcribe every message verbatim" (a verbatim-constrained vision pass), which forces the LLM to output any secrets (passwords, API keys, tokens) present in the LINE screenshots verbatim, creating an exfiltration risk.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). The code is explicitly designed to capture private LINE conversation screenshots and pass them to a "codex" transcription agent (via codex exec), which creates a high risk of intentional data exfiltration to an external service even though there is no obfuscated backdoor or credential-theft code present.

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

  • Third-party content exposure detected (medium risk: 0.30). Source scripts/run.ts captures LINE chat contents via screencapture -l<windowid> from the user’s currently open/outside-authored conversation and then the transcribe codex pass ingests that screenshot text at runtime.

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W011
MEDIUM

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
Aug 12, 2026, 04:42 PM
Issues
3
Security Audit — snyk — read-line-messages