rabbit-claude-md

Warn

Audited by Socket on Aug 30, 2026

1 alert found:

Anomaly
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%
Audit Metadata
Analyzed At
Aug 30, 2026, 10:29 AM
Package URL
pkg:socket/skills-sh/whit3rabbit%2Frabbit-writes%2Frabbit-claude-md%2F@67ca1c55caf399d0623cf155b00adc4ffe8b13ab1088175be40ebf4cc23a1e98
Security Audit — socket — rabbit-claude-md