aegis

Audit code changes for security vulnerabilities and policy violations.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/pandaworks-software-plt/pandahrms-skills --skill aegis-pandaworks-software-plt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aegis
Source: https://github.com/pandaworks-software-plt/pandahrms-skills/tree/main/skills/aegis
Command: npx skills add https://github.com/pandaworks-software-plt/pandahrms-skills --skill aegis-pandaworks-software-plt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aegis automates security reviews for code changes, surfacing vulnerabilities and governance gaps before they reach production.

Core Features & Use Cases

  • Threat-aware checks for OWASP top 10, tenant isolation, audit trails, and PII handling.
  • Scope-aware analysis targets working tree changes or a defined feature area to tailor checks.
  • Guided remediation support by listing findings and suggested fixes without making commits.

Quick Start

Trigger a security review on the current working tree or a specified scope.

Frequently Asked Questions about aegis

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

FAQPage Schema
How do I automate security audits for code changes before they reach production?

Automated security audits for code changes identify vulnerabilities and policy violations across authentication, authorization, API endpoints, and data storage by analyzing working tree diffs. This process surfaces governance gaps and threats early without modifying your code.

What security checks are needed for tenant isolation and PII handling?

Security checks for tenant isolation and PII handling assess code changes to ensure data separation and privacy compliance. These threat-aware checks evaluate audit trails and general security controls against specific policy requirements to prevent unauthorized data access.

Does the automated security review scan the entire codebase or just the working tree?

Automated security reviews target the working tree changes or a specified feature scope rather than scanning the entire codebase. Scope-aware analysis tailors threat assessments and vulnerability checks to only the relevant code diffs.

How do I find OWASP top 10 vulnerabilities in my API endpoints and integrations?

Finding OWASP top 10 vulnerabilities in API endpoints and cross-project integrations requires threat-aware automated checks. The review applies security controls to your working tree diffs to list findings and suggest fixes for exposed vulnerabilities.

Can automated code review tools fix security vulnerabilities automatically?

Automated security review tools do not fix vulnerabilities or modify code automatically. They provide guided remediation support by listing identified security findings and suggesting fixes for developers to implement manually.