software-security-appsec

Community

Secure applications with modern AppSec patterns.

Authorvasilyu1983
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Software vulnerabilities are a constant threat, leading to data breaches, compliance failures, and reputational damage. This Skill provides production-grade security patterns for building secure applications in today's threat landscape.

Core Features & Use Cases

  • OWASP Top 10:2025 Mitigation: Implement defenses against the latest OWASP threats, including supply chain failures, injection attacks, and broken authentication.
  • Zero Trust Architecture: Design and implement zero trust principles with mTLS, policy-based access, and secure defaults for cloud-native systems.
  • Defensive Coding: Apply best practices for secure password storage (bcrypt/Argon2), input validation (allowlist), parameterized queries, and robust authentication/authorization (JWT, OAuth2).

Quick Start

Use the software-security-appsec skill to generate a secure authentication flow using JWT and refresh tokens for a new web application.

Dependency Matrix

Required Modules

None required

Components

referencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: software-security-appsec
Download link: https://github.com/vasilyu1983/AI-Agents-public/archive/main.zip#software-security-appsec

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository