
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@savvy-web/commitlint
Advanced tools
Dynamic, intelligent commitlint configuration with auto-detection of DCO, workspace scopes, and versioning strategies.
Dynamic, intelligent commitlint configuration that auto-detects DCO requirements, workspace scopes, and versioning strategies. Stop manually configuring commit rules for every project.
ai and release commit types beyond
conventional commitssavvy-commitnpm install -D @savvy-web/commitlint @commitlint/cli @commitlint/config-conventional husky
// commitlint.config.ts
import { CommitlintConfig } from "@savvy-web/commitlint";
export default CommitlintConfig.silk();
Or use the static configuration without auto-detection:
// commitlint.config.ts
export { default } from "@savvy-web/commitlint/static";
Bootstrap your project automatically with the CLI:
npx savvy-commit init
This package has a companion Claude Code plugin that will remind your agents of commit standards and provide guidance on checking commits:
# Add the Savvy Web plugin marketplace (one-time setup)
/plugin marketplace add savvy-web/systems
# Install the commitlint plugin for this project
/plugin install commitlint@savvy-web-systems --scope project
For configuration options, API reference, and advanced usage, see docs/.
MIT
FAQs
Dynamic, intelligent commitlint configuration with auto-detection of DCO, workspace scopes, and versioning strategies.
The npm package @savvy-web/commitlint receives a total of 203 weekly downloads. As such, @savvy-web/commitlint popularity was classified as not popular.
We found that @savvy-web/commitlint demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.