casperpro
Audited by Socket on Jul 2, 2026
10 alerts found:
Securityx7Malwarex2AnomalyHigh likelihood of malicious/offensive behavior. The module actively performs exploitation/probing for SSRF (including cloud metadata credential theft), generates deserialization RCE payloads (including pickle reverse shell and PHP/Java/NET command execution scaffolding), crafts request smuggling payloads via raw sockets, attempts cache poisoning leading to stored XSS, and uses prototype pollution payloads for auth bypass/XSS/RCE-adjacent effects. It also writes evidence and may print secrets. This should not be used as a dependency in production supply chains.
High supply-chain security risk. The provided code is an end-to-end offensive evasion toolkit: it fingerprints WAFs using malicious trigger payloads, generates and tests SQLi/XSS/path traversal/command-injection-style variants, performs rate-limit and bot evasion via concurrency, proxy/header/user-agent rotation, and Playwright stealth fingerprint overrides, and includes Cloudflare origin access attempts. No defensive safeguards (e.g., target allowlisting, strict authorization enforcement, misuse prevention) are evident in the shown fragment. This should be treated as dangerous capability even absent explicit malware behaviors like persistence or data exfiltration.
No clear malware/backdoor behavior is present in the provided snippet. The module is an active security testing/scan orchestrator that targets configured endpoints and may fail CI based on findings. The main security concerns are supply-chain integrity weaknesses (unverified 'curl | sh' installer, downloading nuclei binary zip without verification, and using 'go install ...@latest') and inclusion of high-impact probe payloads (SSRF to 127.0.0.1 and 169.254.169.254). These increase the risk of compromise or misuse if CI environments or targets are not strictly controlled.