caveman-compress

Fail

Audited by Snyk on Jul 29, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill explicitly requires copying code blocks, inline code, URLs, commands, file paths, and environment variables "EXACTLY" which forces the model to reproduce any embedded API keys, tokens, or passwords verbatim if they appear in the input files.

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

  • Third-party content exposure detected (medium risk: 0.30). In compress_file() the required workflow reads the user-specified local file (original_text = filepath.read_text(...)), then builds an LLM prompt containing that file’s free-form content (call_claude(build_compress_prompt(body))), so outsider-authored text is ingested whenever it is present in a file the user points the skill at.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

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

Audit Metadata
Risk Level
HIGH
Analyzed
Jul 29, 2026, 10:39 AM
Issues
2
Security Audit — snyk — caveman-compress