Registry
Explore community-led codemods to migrate, optimize, and transform your codebase.
Ready to contribute?
Build your own codemod and share it with the community.
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
Explore community-led codemods to migrate, optimize, and transform your codebase.
Codemod package for auth-derived-publish-fallback
Replace`new RegExp` usages with arkregex's type-safe `regex()` function
Migrate Cypress end-to-end tests to Playwright. Transforms test structure, selectors, actions, assertions, and navigation commands.
Transforms hardcoded Basic Authentication headers in Axios requests to use environment variables instead
Transform Koa.js applications using koa-body or koa-bodyparser without size limits to include proper limits
Automatically adds security-critical httpOnly and sameSite attributes to cookie configurations in Hono applications to prevent XSS and CSRF attacks
Transform fetch() calls to explicitly set credentials: 'same-origin' instead of 'include' to prevent CSRF vulnerabilities
Transform Express.js res.send() calls that concatenate user input directly into HTML to use proper HTML escaping to prevent XSS vulnerabilities
Transform express-session configuration to include secure: true, httpOnly: true, and sameSite settings
Automatically add rate limiting middleware to Express.js route handlers that don't have existing rate limiting
Transform Express.js static middleware configurations to explicitly disable directory listing
Transform CryptoJS.MD5() calls to use CryptoJS.SHA256() for stronger cryptographic security. MD5 is cryptographically broken and vulnerable to collision attacks.
Build your own codemod and share it with the community.