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

hack23-isms-compliancehack23 主义合规性

Agent Skill

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

总安装

196

周安装

8

GitHub Stars

219

下载量

63
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/hack23/cia --skill hack23-isms-compliance

简介

hack23 主义合规性技能处理 GitHub 协作信息,支持仓库状态与代码变更跟踪。

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

SKILL.md

Hack23 ISMS Compliance Skill

Purpose

Ensure all Hack23 organization projects comply with the Information Security Management System (ISMS) requirements. Covers ISO 27001:2022, NIST CSF 2.0, CIS Controls v8, NIS2, and GDPR compliance across the development lifecycle. Provides actionable guidance for audit preparation and policy enforcement.

When to Use

  • ✅ Starting new projects or repositories under Hack23
  • ✅ Preparing for internal or external security audits
  • ✅ Reviewing compliance status of existing projects
  • ✅ Implementing security controls for new features
  • ✅ Creating or updating security policies and procedures
  • ✅ Responding to security incidents

Do NOT use for:

  • ❌ Specific code-level security patterns (use secure-code-review skill)
  • ❌ Threat modeling exercises (use threat-modeling skill)
  • ❌ Infrastructure security (use aws-cloudwatch-monitoring skill)

ISMS Framework Overview

┌─────────────────────────────────────────────────────────┐
│                  Hack23 ISMS Framework                   │
├─────────────────────────────────────────────────────────┤
│                                                         │
│  ┌──────────────┐  ┌──────────────┐  ┌──────────────┐  │
│  │ ISO 27001    │  │ NIST CSF 2.0 │  │ CIS Controls │  │
│  │ :2022        │  │              │  │ v8           │  │
│  │ 93 Controls  │  │ 6 Functions  │  │ 18 Controls  │  │
│  └──────────────┘  └──────────────┘  └──────────────┘  │
│                                                         │
│  ┌──────────────┐  ┌──────────────┐  ┌──────────────┐  │
│  │ NIS2         │  │ GDPR         │  │ EU CRA       │  │
│  │ Directive    │  │              │  │              │  │
│  │              │  │ Data Privacy │  │ Cyber        │  │
│  └──────────────┘  └──────────────┘  └──────────────┘  │
│                                                         │
│  Reference: github.com/Hack23/ISMS-PUBLIC               │
└─────────────────────────────────────────────────────────┘

Compliance Checklist Per Repository

Mandatory Documents

DocumentStatusDescription
SECURITY.mdRequiredSecurity policy and vulnerability reporting
SECURITY_ARCHITECTURE.mdRequiredSecurity architecture documentation
THREAT_MODEL.mdRequiredThreat model using STRIDE framework
LICENSE.txtRequiredApache 2.0 license file
CODEOWNERSRequiredCode ownership and review requirements
CODE_OF_CONDUCT.mdRequiredCommunity standards

Required GitHub Settings

  • Branch protection on main — require PR reviews
  • Secret scanning enabled with push protection
  • Dependabot alerts enabled for all ecosystems
  • Code scanning (CodeQL) enabled
  • OSSF Scorecard action configured
  • Signed commits required (recommended)

Required CI/CD Controls

  • OWASP Dependency Check in pipeline
  • SAST scanning (CodeQL or SonarCloud)
  • License compliance check
  • SBOM generation (CycloneDX)
  • Container scanning (if applicable)

ISO 27001:2022 Control Mapping

Key Controls for Development

Control IDControl NameImplementation
A.5.1Policies for information securitySECURITY.md, ISMS policies
A.8.4Access to source codeGitHub branch protection, CODEOWNERS
A.8.9Configuration managementInfrastructure as Code, version control
A.8.25Secure development lifecycleCI/CD pipeline with security gates
A.8.26Application security requirementsInput validation, OWASP Top 10
A.8.28Secure codingCode review, SAST scanning
A.8.31Separation of environmentsDev/staging/prod separation
A.8.33Test informationNo production data in test environments

NIST CSF 2.0 Mapping

FunctionCategoryCIA Platform Implementation
IdentifyAsset ManagementRepository inventory, SBOM
ProtectAccess ControlSpring Security, RBAC
ProtectData SecurityEncryption, input validation
DetectContinuous MonitoringCodeQL, Dependabot, OSSF
RespondIncident ResponseSECURITY.md reporting process
RecoverRecovery PlanningBackup procedures, DR plans

GDPR Compliance for Political Data

Data Classification

CategoryExamplesHandling
Public political dataVotes, speeches, motionsOpen access, no restrictions
Politician profilesName, party, committeePublic figure exception applies
User accountsEmail, preferencesMinimize, encrypt, consent required
Analytics dataUsage patternsAnonymize, aggregate

GDPR Requirements Checklist

  • Data Processing Register maintained
  • Privacy Impact Assessment for new features
  • Data retention periods defined and enforced
  • Right to erasure implemented for user data
  • Data breach notification procedure documented
  • Third-party data processor agreements in place

Audit Preparation Guide

Pre-Audit Checklist

  1. Documentation Review

- All mandatory documents up to date - Architecture diagrams current - Risk register reviewed within 90 days

  1. Technical Controls Verification

- Run full security scan suite - Verify all CI/CD security gates active - Check dependency vulnerability status - Review access control configuration

  1. Evidence Collection # Generate compliance evidence mvn dependency-check:check # Vulnerability scan mvn org.cyclonedx:cyclonedx-maven-plugin:makeBom # SBOM mvn site # Project reports
  2. Metrics Preparation

- Mean time to remediate vulnerabilities - Code coverage percentages - Open security issue count and age - Dependency update compliance rate

Policy Enforcement

Automated Enforcement

# Branch protection rules (enforce via GitHub API)
protection:
  required_reviews: 1
  dismiss_stale_reviews: true
  require_code_owner_reviews: true
  required_status_checks:
    - "build"
    - "codeql"
    - "dependency-check"
  enforce_admins: true

Manual Review Requirements

Change TypeReviewerApproval
Security policySecurity leadRequired
Architecture changeTech leadRequired
New dependencyAny reviewerRequired + security scan
CI/CD pipelineDevOps + SecurityBoth required
Data model changeTech leadRequired

Incident Response Alignment

When a security incident occurs:

  1. Detect — CodeQL alerts, Dependabot alerts, manual report via SECURITY.md
  2. Contain — Disable affected component, revoke compromised credentials
  3. Eradicate — Fix vulnerability, update dependencies
  4. Recover — Deploy fix, verify resolution
  5. Lessons Learned — Update threat model, create ADR if architectural change needed

ISMS Reference

The authoritative ISMS documentation is maintained at:

  • Repository: github.com/Hack23/ISMS-PUBLIC
  • Secure Development Policy: Secure_Development_Policy.md
  • Key Management Policy: Key_Management_Policy.md
  • Access Control Policy: Access_Control_Policy.md

All Hack23 projects must align with these organization-wide policies.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.08%
按下载量换算24

Claude

27.2%
按下载量换算17

Cursor

17.73%
按下载量换算11

Gemini CLI

8.83%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills