Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

secure-code-review安全代码审查

Agent Skill

secure-code-review 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

593

周安装

24

GitHub Stars

6

下载量

186
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/hack23/homepage --skill secure-code-review

简介

安全代码审查技能处理 GitHub 协作信息,支持仓库状态与代码变更跟踪。

  • 适用于围绕 Issue、Pull Request 和分支管理的信息组织与整理任务。
  • 通过 npx skills add 命令安装,需查阅原始文档了解具体功能细节。
  • 使用前应确认权限和操作类型,避免触发不必要的网络请求或文件修改。
  • 建议在实际使用中验证输出,确保不引入安全风险或误判情况。

SKILL.md

Secure Code Review Skill

Purpose

Establish security-focused code review practices across all Hack23 projects, ensuring security vulnerabilities, insecure patterns, and compliance violations are identified and remediated before code reaches production.

Rules

Review Requirements

MUST:

  • Review all code changes for security implications before merging
  • Use automated security scanning (CodeQL, Dependabot) as first line of defense
  • Check for OWASP Top 10 vulnerabilities in every review
  • Verify proper input validation and output encoding
  • Confirm no secrets, credentials, or keys in code or configuration
  • Validate proper error handling (no information leakage)
  • Check authorization controls on new endpoints or resources
  • Verify proper use of cryptographic functions
  • Review dependency additions for known vulnerabilities

MUST NOT:

  • Approve code with known Critical/High vulnerabilities
  • Skip security review for "minor" changes (attackers exploit small changes)
  • Approve code that disables security controls without documented justification
  • Allow self-approval on security-sensitive changes

Security Review Checklist

For every pull request, verify:

Authentication & Authorization:

  • Authentication enforced for non-public resources
  • Authorization checked at each access point
  • Principle of least privilege applied

Input/Output:

  • All input validated (allowlist approach)
  • Output properly encoded for context
  • No raw user input reflected without sanitization

Data Protection:

  • Sensitive data encrypted at rest and in transit
  • No secrets in source code or configuration files
  • Data classification appropriate for handling

Error Handling:

  • No stack traces exposed to users
  • Errors logged securely (no sensitive data in logs)
  • Graceful failure without security bypass

Dependencies:

  • New dependencies checked for vulnerabilities
  • Dependency versions pinned to specific versions
  • No unnecessary dependencies added

Automated Scanning Integration

MUST configure on all repositories:

  • GitHub CodeQL analysis on push and PR
  • Dependabot alerts enabled
  • Secret scanning enabled
  • Branch protection requiring status checks to pass

Hack23 ISMS Policy References

Compliance Mapping

  • ISO 27001:2022: A.8.25 (Secure Development Lifecycle), A.8.4 (Access to Source Code)
  • NIST CSF 2.0: PR.DS (Data Security), PR.IP (Information Protection)
  • CIS Controls v8.1: Control 16 (Application Software Security)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.5%
按下载量换算68

Claude

32.26%
按下载量换算60

Cursor

19.99%
按下载量换算37

Gemini CLI

9.03%
按下载量换算17

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills