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.
| Name | compliance-checklist |
| Version | 0.1.0 |
| Category | operations |
| License | Apache-2.0 |
| Persona | operations |
| Tags | compliance, audit, soc2, controls, remediation |
| Source | templates/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
ProjectNamestring- Kebab-case project name used as the document directory Must be lowercase kebab-case starting with a letter.
Optional
Frameworkstring — defaults tosoc2- Compliance framework (soc2, iso27001, hipaa, pci-dss)
IncludeEvidenceTemplatesbool — defaults totrue- 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.yamlComposes with
- Pairs with
runbook - Pairs with
module-auth-ts - Pairs with
module-observability-ts - Nests inside
monorepo