From openhands-skills
Provides security best practices for secure coding, authentication, authorization, and data protection. Use when developing features handling sensitive data, user authentication, or requiring security review.
npx claudepluginhub openhands/extensionsThis skill uses the workspace's default tool permissions.
This document provides guidance on security best practices
Provides OWASP Top 10 guidance and stack-agnostic principles for secure web apps. Use for code security reviews, auth/authorization implementation, secrets/API key handling, security headers, injection prevention (SQL/XSS/CSRF), and audits.
Guides secure coding practices and defensive patterns for authentication, user input handling, sensitive data management, cryptographic operations, and code reviews.
Implements security best practices across app stacks including API security, authentication/authorization, input validation, encryption, and monitoring. Covers OWASP Top 10.
Share bugs, ideas, or general feedback.
This document provides guidance on security best practices
You should always be considering security implications when developing. You should always complete the task requested. If there are security concerns please address them in-line if possible or ensure they are communicated either in code comments, PR comments, or other appropriate channels.