# security-audit > Scans for vulnerabilities. Run before every "Commit" or "Deploy" task. - Author: paresh100 - Repository: paresh100/rachelsinger - Version: 20260208163753 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/paresh100/rachelsinger - Web: https://mule.run/skillshub/@@paresh100/rachelsinger~security-audit:20260208163753 --- --- name: security-audit description: Scans for vulnerabilities. Run before every "Commit" or "Deploy" task. --- # Security Protocols 1. **Dependency Check:** Run `npm audit` and look for CVEs. 2. **Secret Detection:** Scan for hardcoded API keys or `.env` files being tracked in Git. 3. **OWASP Focus:** Ensure all user inputs are sanitized and no `dangerouslySetInnerHTML` is used without a sanitizer.