auto-secure

Audit code changes against OWASP Top 10 security risks.

106|74|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Insajin/autopus-adk --skill auto-secure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-secure
Source: https://github.com/Insajin/autopus-adk/tree/main/.autopus/plugins/auto/skills/auto-secure
Command: npx skills add https://github.com/Insajin/autopus-adk --skill auto-secure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits and gates change requests to ensure security alignment with OWASP Top 10, catching risky changes before deployment.

Core Features & Use Cases

  • OWASP-aligned security checks: Verifies change scope against OWASP Top 10 risks.
  • Security gating for workflow routing: Ensures safe delegation to the main auto workflow.
  • Use Case: When integrating security checks into a change request to prevent unsafe deployments.

Quick Start

Run the thin alias shim with your change request to trigger the detailed auto workflow.

Frequently Asked Questions about auto-secure

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

FAQPage Schema
How do I add OWASP Top 10 security gating to code change routing?

Security gating validates code changes against OWASP Top 10 risks by running a thin alias shim that preserves invocation flags and delegates to the detailed auto workflow for safe change routing.

What is security gating for workflow routing?

Security gating is the process of auditing change requests against OWASP Top 10 risks to catch unsafe deployments, ensuring safe delegation to the main auto workflow before changes are routed.

How do I run a security audit for change reviews using an alias shim?

Run the alias shim with your change request and applicable invocation flags like --auto, --loop, --multi, --quality, --model, --variant, --team, or --solo to trigger the detailed auto workflow for security auditing.

Can I use invocation flags like --auto and --multi with security gating?

Yes, the alias shim preserves invocation flags including --auto, --loop, --multi, --quality, --model, --variant, --team, and --solo, passing them through to the detailed auto workflow during security validation.

When do I need OWASP Top 10 security checks for code changes?

You need OWASP Top 10 security checks when integrating security validation into change requests to prevent risky changes and unsafe deployments before they reach production environments.