caveman-compress
Audited by Socket on Jul 9, 2026
2 alerts found:
Anomalyx2No strong evidence of intentional supply-chain malware is present in the provided material. However, the tool’s workflow creates meaningful security risks: it sends selected local file contents to an external LLM service (confidentiality/privacy risk) and writes model output back into persistent “memory” files (integrity risk via persistent prompt-injection/instruction poisoning). Subprocess-based CLI fallback and readable backups add additional operational risk. Confidence is limited because the actual executable code is not included in the provided fragment.
No clear malware/backdoor behavior is visible in the provided fragment. The primary security concern is intentional data exposure by design: the full markdown content is embedded into LLM prompts and sent to Anthropic when configured (or processed by a local `claude` binary). The module also overwrites files with untrusted LLM output and relies on a validator (not shown) for safety. Truncation/incomplete context (missing `build_fix_prompt`, incomplete return) reduces assurance; review the rest of the module—especially `build_fix_prompt()` and `validate()`—before treating this as safe.