security-advisor

Identify and document security risks in code and architecture during reviews.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Denissvgn/project-team-ag --skill security-advisor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-advisor
Source: https://github.com/Denissvgn/project-team-ag/tree/main/.agent/skills/security-advisor
Command: npx skills add https://github.com/Denissvgn/project-team-ag --skill security-advisor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security risk identification and risk-based guidance for code and architecture during reviews, helping teams prevent security issues from shipping.

Core Features & Use Cases

  • Code Review: Detect vulnerabilities in source code and libraries.
  • Architecture Review: Evaluate security of system design and deployment configs.
  • Risk Assessment: Classify findings by severity and provide remediation guidance.
  • Compliance Check: Verify alignment with security standards and policies.
  • Remediation Guidance: Propose fixes and secure-by-default configurations.

Quick Start

Run the security-advisor against a PR or codebase to generate a Security Review Report with prioritized findings and fixes.

Frequently Asked Questions about security-advisor

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

FAQPage Schema
How do I identify security vulnerabilities in code before a merge?

To identify security vulnerabilities in code before a merge, run an automated review against your pull request to detect risks in source code and generate a Security Review Report with severity-based findings and remediation guidance.

What is a security architecture review and when do I need it?

A security architecture review evaluates the security of system design and deployment configurations. You need it during the design phase to support risk-based decision making and prevent security issues from shipping to production.

Can I check code compliance against security standards during a pull request review?

Yes, you can verify code compliance against security standards and policies during a pull request review. The process checks alignment with security policies and outputs compliance results alongside risk assessment findings.

How do I assess security risks in system architecture and deployment configs?

Assess security risks in system architecture by evaluating system design and deployment configs against risk-based criteria. This classifies findings by severity and provides remediation guidance for secure-by-default configurations.

What is the best way to document security findings and remediation guidance for a codebase?

The best way to document security findings is to generate a Security Review Report that classifies vulnerabilities by severity, verifies compliance, and provides actionable remediation guidance for secure-by-default configurations.