eigent-ai/eigent✦ 精选0°

skill-security-auditor

仓库创建 2025年7月29日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

包含实用检测规则与审计工作流,适合安全评估与加固流程化。

▸ 风险提示

需要访问代码库/基础设施权限,可能产生误报。

这个 Skill 做什么

代码、配置与基础设施的安全审计流程与检测规则指南。

对代码、配置和基础设施做安全审计,能发现 SQL 注入、XSS、命令注入、路径遍历、硬编码密钥和依赖库中的 CVE 等问题并给出修复建议。常在发布前安全检查、合规审计或应急响应安全事件时用。特点是覆盖代码、依赖和配置三层,能产出可执行的检测规则和安全报告,便于落地整改。

▸ 展开 SKILL.md 英文原文

Security auditing for code, configs, and infrastructure. Use when the user wants to audit or improve security: scan for vulnerabilities (SQL injection, XSS, command injection, path traversal), detect hardcoded secrets and credentials, review auth and authorization, check dependencies for known CVEs, audit config files for insecure defaults, or generate security reports. Trigger on "security audit", "vulnerability scan", "code review for security", "find secrets", "check for vulnerabilities", "OWASP", "CVE", or questions about code security.

开发编程安全审计漏洞扫描秘密检测通用
1.5w
Stars
1.7k
Forks
6
仓库内 Skill
+185
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/eigent-ai/eigent/main/resources/example-skills/skill-security-auditor/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/eigent-ai/eigent/main/resources/example-skills/skill-security-auditor/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Security Auditor Guide

## Overview

This guide covers security auditing workflows for source code, dependencies, and configurations. For detailed vulnerability patterns and detection rules, see references/vulnerability-patterns.md. For secrets detection patterns, see references/secrets-patterns.md.

## Quick Start

Run the bundled scan script against a project directory:

```bash
python scripts/scan_project.py /path/to/project
```

This performs a lightweight scan for common issues: hardcoded secrets, dangerous function calls, and insecure patterns. For deeper analysis, follow the workflows below.

### Testing the scripts

```bash
python scripts/scan_project.py /path/to/some/project --for
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有