security

Apply OWASP-aligned security controls and secret management across software projects.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/artofrawr/claude-control --skill security-artofrawr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/artofrawr/claude-control/tree/main/skills/security
Command: npx skills add https://github.com/artofrawr/claude-control --skill security-artofrawr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security is often neglected or implemented inconsistently across projects, leading to hidden vulnerabilities, secrets leakage, and compliance gaps.

Core Features & Use Cases

  • OWASP-aligned security patterns and best practices embedded into project workflows.
  • Secrets management strategies, environment validation, and automated security testing.
  • Use Case: Teams can enforce a security baseline for new projects, run pre-commit security checks, and validate deployments.

Quick Start

Enable the security setup in your project and run the built-in checks to enforce secrets management and secure configurations.

Frequently Asked Questions about security

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

FAQPage Schema
How do I implement OWASP security patterns in my web application?▼

Secret scanning and environment-variable validation are enforced through automated pre-commit security checks and deployment validation, preventing secrets leakage and ensuring secure configurations across projects.

What is the best way to automate dependency auditing for security vulnerabilities?▼

Dependency auditing is best automated by integrating security baseline checks into your project workflow, allowing you to detect hidden vulnerabilities and compliance gaps during development and pre-commit stages.

Can I use these security testing controls across multiple programming languages?▼

Yes, the security testing controls support code-level security patterns and environment validation in multiple languages, allowing teams to enforce consistent security baselines across diverse software projects.

Does environment variable validation work for API app deployments?▼

Environment variable validation works for API app deployments by applying automated checks that validate secure configurations and prevent secrets leakage before code is committed or deployed.

Why do I need pre-commit hooks for secret management?▼

Pre-commit hooks are needed for secret management to automatically scan code for leaked secrets and enforce security baselines locally, stopping vulnerabilities and compliance gaps before they reach the repository.