Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

security-audit安全审计

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

256

周安装

11

GitHub Stars

21

下载量

90
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:security-audit(安全审计)
来源仓库:https://github.com/shipshitdev/library
仓库路径:skills/security-audit
安装命令:
npx skills add https://github.com/shipshitdev/library --skill security-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/shipshitdev/library --skill security-audit

简介

security-audit 用于辅助安全审计、权限检查和漏洞排查。

  • 适合梳理敏感配置、分析鉴权逻辑或生成安全复核清单。
  • 不能将工具输出直接当最终结论,需人工复核关键结果。
  • 涉及密钥、令牌或生产系统时,应先确认最小权限和操作边界。
  • 适用于系统安全评估和风险排查场景。security-audit 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Security Audit

Standalone workflow for reviewing a web application or API without depending on other skills.

When to Use

Use this skill when:

  • auditing a web application or API for security issues
  • reviewing authentication, authorization, or session handling
  • checking input validation, injection risk, or data exposure
  • performing a structured hardening and reporting pass before release

Scope and Safety

  • Confirm the target, authorized boundaries, and whether testing is read-only or allows active probing.
  • Do not run destructive checks, high-volume fuzzing, or denial-of-service style traffic unless explicitly authorized.
  • Record assumptions, environment limits, and access level before starting.
  • Prefer reproducible evidence over broad claims.

Audit Workflow

Phase 1: Scope and Reconnaissance

  1. Identify the in-scope domains, apps, APIs, jobs, and background workers.
  2. Map the attack surface:

- routes and entry points - authentication flows - admin surfaces - file upload or import paths - third-party callbacks and webhooks

  1. Note the framework, hosting model, data stores, and external integrations.
  2. Build a simple asset inventory before testing.

Phase 2: Baseline Review

  1. Check dependency versions, known exposure areas, and obvious misconfigurations.
  2. Review environment and deployment assumptions:

- secret handling - logging - debug mode - CORS - cookie flags - security headers

  1. Identify areas where automated scanning would be useful, but keep the workflow self-contained: describe the scan you would run and why.

Phase 3: Manual Web Application Testing

Check:

  • injection risk in query params, forms, search, filters, uploads, and template rendering
  • XSS risk in stored, reflected, and DOM-driven flows
  • broken authentication, weak session handling, and insecure password reset flows
  • broken access control and IDOR patterns across user, team, and admin scopes
  • CSRF exposure on state-changing requests
  • path traversal, file handling, and unsafe object access
  • sensitive data exposure in UI, logs, client storage, and error messages

For each finding, capture:

  • entry point
  • required privileges
  • reproduction steps
  • observed impact
  • fix direction

Phase 4: API Security Review

Check:

  • endpoint inventory and undocumented routes
  • authn/authz coverage on every state-changing endpoint
  • tenant isolation and object-level authorization
  • rate limiting and abuse resistance
  • request validation and schema enforcement
  • unsafe defaults in error responses
  • webhook signature verification and replay handling

Where useful, describe the exact request variants that should be tested:

  • missing auth
  • low-privilege auth
  • cross-tenant identifiers
  • malformed payloads
  • boundary values
  • repeated requests

Phase 5: Hardening Review

Review:

  • password and token lifecycle
  • MFA or step-up auth where appropriate
  • least-privilege roles and admin separation
  • audit logging for privileged actions
  • secrets management and rotation
  • SSRF, open redirect, and outbound request controls
  • file upload validation and storage isolation
  • backup, recovery, and incident response readiness

Phase 6: Reporting

Produce a report with:

  1. Executive summary
  2. Scope and methodology
  3. Findings ordered by severity
  4. Reproduction notes and evidence
  5. Remediation guidance
  6. Residual risks and follow-up checks

Security Checklist

Web

  • Authentication flows reviewed
  • Authorization boundaries reviewed
  • Session handling reviewed
  • Input validation reviewed
  • Injection risk reviewed
  • XSS risk reviewed
  • CSRF protection reviewed
  • Error handling and data exposure reviewed

API

  • Endpoint inventory captured
  • Auth coverage checked per endpoint
  • Object-level authorization checked
  • Rate limiting reviewed
  • Validation and schema handling reviewed
  • Webhook verification reviewed

Operations

  • Secrets handling reviewed
  • Logging and audit trail reviewed
  • Security headers and cookie settings reviewed
  • Dependency posture reviewed
  • Recovery and incident readiness reviewed

Output Standard

Every finding should include:

  • title
  • severity
  • affected surface
  • reproduction steps
  • impact
  • remediation
  • confidence level

Limits

  • This skill structures the audit; it does not replace environment-specific testing or specialist review.
  • If access, authorization, or rules of engagement are unclear, stop and clarify before continuing.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.47%
按下载量换算31

Claude

31.2%
按下载量换算28

Cursor

18.26%
按下载量换算16

Gemini CLI

9.25%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills