security-best-practices

Audits web apps and implements HTTPS, input validation, CSRF protection, rate limiting, and secure authentication.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/TheBoomerDev/feedback_proyect --skill security-best-practices-theboomerdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-best-practices
Source: https://github.com/TheBoomerDev/feedback_proyect/tree/main/.agents/skills/security-best-practices
Command: npx skills add https://github.com/TheBoomerDev/feedback_proyect --skill security-best-practices-theboomerdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mitigates security risks in web apps and infrastructure by providing a structured set of best practices and implementation guidelines.

Core Features & Use Cases

  • Enforce HTTPS and security headers with middleware like helmet and hsts.
  • Implement input validation, parameterized queries, and CSRF protection to defend against common attacks.
  • Manage secrets securely via environment variables and rotating credentials, plus JWT-based authentication and token rotation.
  • Align with OWASP Top 10 and promote security-aware design across API and backend services.

Quick Start

Audit your project and implement HTTPS, security headers, input validation, CSRF protection, secret management, and JWT-based authentication.

Frequently Asked Questions about security-best-practices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I secure my API backend against the OWASP Top 10 vulnerabilities?

To secure your API backend against OWASP Top 10 vulnerabilities, enforce HTTPS, apply secure headers, validate inputs, use parameterized queries, and implement rate limiting. This framework provides structured guidelines to mitigate common web application security risks.

What's the best way to implement CSRF protection and rate limiting in web applications?

The best way to implement CSRF protection and rate limiting is by applying a comprehensive best-practices framework that includes middleware for security headers, input validation, and strict token rotation. This secures frontend-backend services effectively.

How do I manage environment variables and rotate JWT credentials securely?

To manage environment variables and rotate JWT credentials securely, use environment-based secret management and rotating credentials. This approach ensures JWT-based authentication and token rotation align with secure infrastructure design practices.

Do I need HTTPS enforcement and helmet middleware for infrastructure security?

Yes, HTTPS enforcement and security headers using middleware like helmet and HSTS are required for infrastructure security. They mitigate risks by ensuring encrypted connections and protecting against common web vulnerabilities across deployed services.

Does this security framework apply to frontend-backend services and deployed infrastructure?

Yes, this security framework applies to API backends, frontend-backend services, and deployed infrastructure. It requires HTTPS enforcement, secure headers, input validation, and secure authentication to mitigate security risks effectively.