security-standards

Enforces OWASP, CWE, HIPAA, SOC2, and ISO27001 security standards for code generation.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/spallempati/AI-Studio --skill security-standards-spallempati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-standards
Source: https://github.com/spallempati/AI-Studio/tree/main/skills/security/security-standards
Command: npx skills add https://github.com/spallempati/AI-Studio --skill security-standards-spallempati

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive security standards to prevent common vulnerabilities and ensure compliance with industry regulations, safeguarding your code and sensitive data.

Core Features & Use Cases

  • Vulnerability Prevention: Addresses OWASP Top 10 and CWE Top 25 risks like injection, broken access control, and XSS.
  • Compliance Assurance: Helps meet requirements for HIPAA, SOC2, and ISO27001.
  • Data Protection: Enforces secure handling of PHI/PII, secrets management, and cryptographic best practices.
  • Use Case: When developing a new API endpoint that handles user authentication and data storage, consult this Skill to ensure all security rules are applied, from input validation to output encoding and secure secret management.

Quick Start

Apply the security-standards skill to ensure all user inputs are validated and sanitized before being used in database queries.

Frequently Asked Questions about security-standards

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

FAQPage Schema
How do I prevent OWASP Top 10 vulnerabilities when generating code for a new API endpoint?

To prevent OWASP Top 10 vulnerabilities like injection and broken access control in new API endpoints, enforce secure coding standards that mandate strict input validation, output encoding, and robust authorization checks during code generation.

What secure coding standards are required to ensure HIPAA and SOC2 compliance for handling PHI and PII?

Ensuring HIPAA and SOC2 compliance for handling PHI and PII requires secure coding standards that enforce proper cryptography, strict access control, secure secrets management, and comprehensive data protection protocols across your application.

How does secrets management and input validation work to prevent CWE Top 25 risks in application development?

Preventing CWE Top 25 risks through input validation and secrets management works by sanitizing all user inputs before database execution and securely encrypting or storing application credentials to block injection attacks and unauthorized data exposure.

Can I use these security standards to enforce authentication and authorization rules for ISO27001 compliance?

Yes, you can use these security standards to enforce authentication and authorization rules for ISO27001 compliance by applying industry best practices that address broken access control and ensure secure user identity verification across your systems.

What is the best way to apply cryptography and data protection rules for sensitive information in generated code?

The best way to apply cryptography and data protection rules for sensitive information is to enforce industry best practices during code generation, ensuring proper encryption, secure secrets management, and strict adherence to compliance regulations like HIPAA.