security_standards

Comprehensive security standards and secure coding practices for application security.

Content Preview
# Security Standards Reference

Comprehensive security standards and secure coding practices for application security.

---

## Table of Contents

- [OWASP Top 10](#owasp-top-10)
- [Secure Coding Practices](#secure-coding-practices)
- [Authentication Standards](#authentication-standards)
- [API Security](#api-security)
- [Secrets Management](#secrets-management)
- [Security Headers](#security-headers)

---

## OWASP Top 10

### A01:2021 - Broken Access Control

**Description:** Access control en
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/security_standards.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/senior-secops/references/security_standards.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/senior-secops/references/security_standards.md

Related Skills