Skip to content

Compliance Checklist

Scaffolds a compliance management package with control inventory, audit trail tracking, and remediation workflows. Optionally includes evidence collection templates. Supports SOC 2, ISO 27001, HIPAA, and other frameworks through configurable control definitions.

Namecompliance-checklist
Version0.1.0
Categoryoperations
LicenseApache-2.0
Personaoperations
Tagscompliance, audit, soc2, controls, remediation
Sourcetemplates/compliance-checklist

Render it

Three front doors, one catalog. Pick whichever suits the caller.

# CLI
npx @nanohype/sdk render compliance-checklist --out ./my-app

# SDK
import { LocalSource, renderTemplate } from "@nanohype/sdk";
const result = await renderTemplate(source, "compliance-checklist", variables);

# MCP — from an agent
get_template({ name: "compliance-checklist" })

Variables

Required

ProjectName string
Kebab-case project name used as the document directory Must be lowercase kebab-case starting with a letter.

Optional

Framework string — defaults to soc2
Compliance framework (soc2, iso27001, hipaa, pci-dss)
IncludeEvidenceTemplates bool — defaults to true
Include evidence collection templates

What it produces

4 files. Placeholder names such as __APP_NAME__ are what the renderer substitutes into.

compliance/audit-trail.yaml
compliance/controls.yaml
compliance/evidence/collection-template.md
compliance/remediation-tracker.yaml

Composes with