caveman-compress

Warn

Audited by Socket on Jul 9, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
skill-report.json

No 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.

Confidence: 45%Severity: 63%
AnomalyLOW
scripts/compress.py

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.

Confidence: 55%Severity: 62%
Audit Metadata
Analyzed At
Jul 9, 2026, 09:04 PM
Package URL
pkg:socket/skills-sh/aiskillstore%2Fmarketplace%2Fcaveman-compress%2F@3aad352e77a54481dc88f70f4648106c241c0d0fec7cf60d6c926b3e30a65544
Security Audit — socket — caveman-compress