PreCommit
Warn
Audited by Socket on Feb 15, 2026
1 alert found:
AnomalyAnomalyTools/package.json
LOWAnomalyLOW
Tools/package.json
The install script will execute local TypeScript code during installation (via bun run). That behavior is potentially dangerous because the executed code can perform arbitrary actions: modify git hooks, write/remove files, run network requests (telemetry/exfiltration), spawn shells, or otherwise harm the system. There are no obvious external HTTP fetches or non-registry dependency specifiers in this package.json, which reduces some supply-chain concerns, but you should inspect the PreCommitManager.ts (and any code it loads) before running npm/bun install. If you cannot review the code, treat this as untrusted and avoid running it as a privileged user.
Confidence: 80%Severity: 60%
Audit Metadata