prior-work-retrieval

Warn

Audited by Socket on Aug 31, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/prior_work.py

No obvious built-in malware/backdoor logic (e.g., no network exfiltration, no persistence, no credential harvesting) is present in this fragment. However, the package intentionally executes external code in two ways: it dynamically imports and executes a local prior_work_hook.py module (exec_module), and it runs arbitrary command adapters defined by the manifest (subprocess.run with manifest-provided argv). If either the shipped prior_work_hook.py or the manifest content is attacker-controlled (common in supply-chain or dependency confusion scenarios), this code can execute arbitrary commands with the caller’s privileges. Additional environmental risk exists if PATH is manipulated so that ‘rg’ or ‘git’ resolves to a malicious binary.

Confidence: 72%Severity: 66%
Audit Metadata
Analyzed At
Aug 31, 2026, 03:06 AM
Package URL
pkg:socket/skills-sh/daymade%2Fclaude-code-skills%2Fprior-work-retrieval%2F@f632e3502e4ff77a5772365967e6f9f8be1ac6c7bb07ec673f42f73ec3d623c0
Security Audit — socket — prior-work-retrieval