
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.
SEO analysis CLI - scan websites for SEO issues directly from your terminal.
# Scan a website (default: terminal-friendly output)
npx fixseo https://example.com
# Install as global CLI
npm install -g fixseo
fixseo https://example.com
# Default: terminal output (nice to read)
npx fixseo https://example.com
# Export to file with format
npx fixseo https://example.com --output=report.md --format=markdown
npx fixseo https://example.com --output=report.html --format=html
npx fixseo https://example.com --output=report.json --format=json
# Other options
npx fixseo https://example.com --serve # Open HTML report in browser
npx fixseo https://example.com --max-pages=50 # Limit pages
npx fixseo opencode # Install OpenCode tool
For complete documentation, see: https://fixseo.deno.dev/docs
npm test # Run tests
npm run pub # Publish to npm
MIT
FAQs
SEO analysis CLI and OpenCode tool - scan websites for SEO issues
We found that fixseo 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.