codemod

Warn

Audited by Socket on Sep 18, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/run-codemod.mjs

No direct malicious operations (e.g., network calls, credential access, or destructive filesystem actions) are present in this wrapper module. The dominant security concern is that it dynamically imports and executes codemod/transform.mjs without sandboxing, making the supply-chain/trustworthiness of that transform module critical. The wrapper includes reasonable constraints to limit which files it will persist changes to (within targetRoot; avoids .git/dist/node_modules), but these controls do not mitigate arbitrary side effects performed by transform.mjs during execution.

Confidence: 72%Severity: 66%
Audit Metadata
Analyzed At
Sep 18, 2026, 03:30 PM
Package URL
pkg:socket/skills-sh/pmndrs%2Fglyph%2Fcodemod%2F@4fbbc0835a675db86e2aa8fb3b81e442dd3a60c490736cd836efd3189ec281da
Security Audit — socket — codemod