security-code-analysis

Audit code, configurations, and dependencies for security gaps.

83|8|Updated May 6, 2026
One-click install
npx skills add https://github.com/Q16G/aster --skill security-code-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-code-analysis
Source: https://github.com/Q16G/aster/tree/main/skills/code-audit/security-code-analysis
Command: npx skills add https://github.com/Q16G/aster --skill security-code-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

代码安全审计的痛点在于需要系统性地识别攻击面、理解用户意图并按清单执行任务,从而提升发现率和复现性。

Core Features & Use Cases

  • 能力覆盖 SAST、数据流分析、授权审查等多维度的静态与结构化审计流程,支持按需组合任务。
  • 适用于独立仓库、单体应用与多仓库的持续集成场景,能够在本地离线或CI/流水线中并行执行。
  • 提供可追踪的证据链、清晰的入口点报告和可复用的审计模板,便于跨团队协作与合规对齐。

Quick Start

运行该技能以对指定代码目标路径触发端到端的代码安全审计流程。

Frequently Asked Questions about security-code-analysis

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

FAQPage Schema
How do I perform a structured security code audit on a monorepo?

A structured security code audit on a monorepo involves executing end-to-end static analysis, data-flow checks, and authorization reviews across the codebase to identify vulnerabilities and generate traceable evidence reports.

What is data-flow analysis in the context of static code security reviews?

Data-flow analysis in static code security reviews tracks how sensitive data moves through an application, identifying potential vulnerabilities by evaluating entry points and ensuring end-to-end security requirements are met.

Can I integrate static analysis and vulnerability checks into my CI pipelines?

Yes, you can integrate static analysis and vulnerability checks into CI pipelines to perform parallel security audits on standalone codebases and multi-repo configurations, ensuring continuous compliance and automated code review.

How do I conduct an authentication and authorization review for my codebase?

Conducting an auth-review for a codebase requires evaluating authentication mechanisms and authorization structures through white-box review processes, mapping entry points, and verifying access controls against compliance requirements.

Does white-box security review work for multi-repo continuous integration scenarios?

White-box security review supports multi-repo continuous integration scenarios by applying SAST and data-flow analysis across local offline environments or CI pipelines, delivering clear entry point reports and reusable audit templates.