.agents/skills/security/SKILL.md
Security audits and vulnerability remediation. Use when auditing code for SQL injection, XSS, or handling sensitive data.
npx skillsauth add FRmicrow/dataFootV1 securityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides expertise in ensuring the safety and integrity of the statFootV3 project.
Use this skill for:
.env).helmet or similar middleware to set secure HTTP headers.DOMPurify (frontend) and validator (backend) to sanitize input.npm audit) and update vulnerable packages.backend skill to implement secure logic.devops skill to ensure secure deployments.web-dev skill by providing secure UI patterns.development
Écrire des tests unitaires Node.js. Utiliser quand on teste une fonction isolée avec Vitest dans backend/test/.
testing
Tester l'intégration entre services. Utiliser quand on vérifie l'interaction contrôleur/service avec Supertest + Vitest.
development
Tester les composants React avec Vitest + Testing Library. Utiliser quand on teste le rendu ou les interactions.
testing
Écrire des tests end-to-end Playwright. Utiliser quand on teste l'application complète du point de vue utilisateur.