genshijin-compress
Fail
Audited by Snyk on Aug 26, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill sends raw file contents to the Anthropic/Claude API and requires exact preservation of code blocks/inline code (which may contain secrets), so the LLM would receive and could output secret values verbatim despite filename-based exclusions.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). ユーザーが指定した任意のローカル
filepathの内容をscripts/compress.pyがoriginal_text = filepath.read_text(...)で読み取り、その全文をcall_claude(build_compress_prompt(original_text))により Anthropic/Claudeへ送って圧縮(またはエラー時の修正)しているため、外部(ユーザー起点)の自由記述テキストがそのままLLM入力に混入し得ます。
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata