hereshecodes
- 11 skills
- 0 followers
- 12 hours ago last updated
- ▌
- ▌ Access Control · hereshecodesUse when writing authorization logic, route guards, or resource access
- ▌ Authentication · hereshecodesUse when implementing login, signup, password reset, or session handling
- ▌ Input Validation · hereshecodesUse when processing user input, form data, file uploads, or query parameters
- ▌ Security Context · hereshecodesUse ALWAYS when writing any code. Sets the secure-by-default mindset for all development tasks.
- ▌
- ▌ Secrets Management · hereshecodesUse when handling API keys, passwords, connection strings, or credentials
- ▌ Dependency Security · hereshecodesUse when adding packages, updating dependencies, or reviewing lock files
- ▌ Injection Prevention · hereshecodesUse when writing database queries, SQL, ORM code, or shell commands
- ▌
- ▌