isms-compliance-checking

Validate code changes against Hack23 ISMS policies and security frameworks.

8|6|Updated May 26, 2025
One-click install
npx skills add https://github.com/Hack23/blacktrigram --skill isms-compliance-checking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: isms-compliance-checking
Source: https://github.com/Hack23/blacktrigram/tree/main/.github/skills/isms-compliance-checking
Command: npx skills add https://github.com/Hack23/blacktrigram --skill isms-compliance-checking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The ISMS compliance skill helps teams verify that every code change aligns with Hack23 ISMS policies and global security frameworks, ensuring consistent security governance across the development lifecycle.

Core Features & Use Cases

  • Enforces ISO 27001:2022, NIST CSF 2.0, and CIS Controls v8.1 mapping for all changes.
  • Checks GDPR/NIS2/EU CRA compliance, and tracks supply chain security (OSSF Scorecard, SBOM generation, SBOM provenance, and SBOM verification) and SLSA provenance.
  • Generates a comprehensive compliance traceability matrix and architecture documentation updates as part of PR checks.
  • Use Case: When you modify authentication logic or change third-party dependencies, this skill validates policy references, generates evidence, and flags any gaps.

Quick Start

To apply ISMS compliance validation, reference Hack23 ISMS policies in your PR description and ensure architecture docs are updated. Then run the compliance checks as part of your CI/CD workflow.

Frequently Asked Questions about isms-compliance-checking

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

FAQPage Schema
How do I enforce ISO 27001 compliance checks on pull requests?

To enforce ISO 27001 compliance on pull requests, reference Hack23 ISMS policies in the PR description and run compliance checks within your CI/CD workflow. This validates code changes and generates a comprehensive traceability matrix with supporting evidence.

What is ISMS compliance traceability for code changes?

ISMS compliance traceability maps code and documentation changes to security frameworks like ISO 27001:2022 and NIST CSF 2.0. It produces a comprehensive record that validates policy references, generates evidence, and flags compliance gaps.

How does GDPR compliance validation work for dependency updates?

GDPR compliance validation for dependency updates checks supply chain security by tracking OSSF Scorecard, SBOM generation, and SLSA provenance. It maps these changes against GDPR, NIS2, and EU CRA requirements to produce supporting evidence.

Can I use CIS Controls mapping for architecture documentation updates?

Yes, you can use CIS Controls v8.1 mapping for architecture documentation updates. Running compliance checks as part of your PR workflow validates policy references and generates architecture documentation updates aligned with CIS Controls.

Do I need to reference Hack23 ISMS policies to validate NIST CSF 2.0 compliance?

Yes, you need to reference Hack23 ISMS policies in your PR description to validate NIST CSF 2.0 compliance. This ensures your code changes and dependency updates are checked against aligned security frameworks and produce a traceability record.

Why does SBOM verification fail when updating third-party dependencies?

SBOM verification may fail during dependency updates if changes lack proper SLSA provenance or OSSF Scorecard tracking. The compliance check flags these gaps against Hack23 ISMS policies and generates evidence for supply chain security requirements.