Show HN: Security Test Framework – 16 automated security checks
2 therealprwilo 0 8/28/2025, 10:01:19 PM npmjs.com ↗
I built a Security Test Framework for Node.js projects because most security tools are either too heavy, too expensive, or too scattered.
Run npx security-test auto — it auto-detects your project, runs 16 categories of security tests (XSS, SQL injection, CSRF, auth, headers, dependency vulns, etc.), and generates HTML/JSON/text reports. • GitHub: https://github.com/yourname/security-test-framework • NPM: https://www.npmjs.com/package/security-test-framework
Would love feedback from the HN community — especially on what tests or CI/CD integrations you’d want next.
No comments yet