rabbit-rewrites

Warn

Audited by Socket on Aug 30, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
tests/conftest.py

This fragment itself does not show explicit malicious behavior (no networking/subprocess/credential theft in the visible code), but it establishes an arbitrary-code-execution path by dynamically executing a local helpers.py via exec_module during pytest lifecycle hooks, while also manipulating sys.path and overwriting sys.modules['helpers']. The true security risk hinges on the contents of helpers.py; if that file is compromised or malicious, code will run repeatedly in the pytest process.

Confidence: 60%Severity: 55%
AnomalyLOW
tests/helpers.py

This module is primarily an orchestrator/test utility, but it contains a powerful mechanism to dynamically execute local Python files from computed filesystem paths (spec.loader.exec_module) while also mutating sys.path and sys.modules. No explicit malware behavior (exfiltration, credential theft, subprocess/system damage) is observable in this fragment itself, yet the execution pathway makes overall risk highly dependent on whether the referenced scripts (scripts/bench.py and rabbit-writes/scripts/scan.py) are trustworthy and integrity-protected. Treat as moderate-to-high supply-chain execution risk pending review of the loaded target files.

Confidence: 63%Severity: 55%
Audit Metadata
Analyzed At
Aug 30, 2026, 10:29 AM
Package URL
pkg:socket/skills-sh/whit3rabbit%2Frabbit-writes%2Frabbit-rewrites%2F@5fef7697107420373413b5a88194bd19951addb755ea050592e71eb7cfaa6bb6
Security Audit — socket — rabbit-rewrites