Compliance

Workflow-level evidence mapped to your auditor's controls.

Flowcerta tags every governance rule with the specific compliance controls it supports. When a finding lands in a workflow scan, it carries the framework references with it — so you can show an auditor not just that a finding was caught, but exactly which control it relates to and how the exception was reviewed.

4Frameworks mapped
9Controls covered
36Rule → control mappings
New

Downloadable signed audit evidence

One click in the dashboard generates a signed PDF (or JSON) snapshot of your org's governance posture — workflow inventory, framework coverage, recurring findings, and a per-workflow detail view. Hand it to auditors. Attach it to a vendor review. The HMAC-SHA256 signature lets anyone verify the file is exactly what Flowcerta produced.

  • Org pack — portfolio health, framework coverage, top recurring findings.
  • Workflow pack — per-validation findings, effective policy, controls touched.
  • Signed & portable — base64 HMAC over canonical JSON; no server round-trip needed to verify.

Available to every plan tier inside the dashboard's Portfolio and Validation Detail views. Open the Flowcerta dashboard and look for Download audit pack.

How the mapping works

Every rule in the Flowcerta catalog declares the controls it speaks to via compliance tags on the rule definition. When a validation runs, each resulting finding inherits those tags. The dashboard groups findings by control to produce per-framework reports, and the API exposes a per-validation export endpoint for audit evidence packages.

1
Rules carry control tags.

e.g. FC-UIP-HCD-001 (hardcoded credential) tags SOC2-CC6.1 and PCI-DSS-6.3.

2
Findings inherit the tags.

The findings[].compliance_tags array on every validation response surfaces the same data programmatically.

3
Reports group findings by control.

The dashboard's Compliance view and the /api/v1/results/{id}/compliance/{frameworkId}/export endpoint produce per-framework evidence.

See the request and response schemas on the API docs page, or try the live endpoint from the interactive explorer.

SOC2

SOC 2 Type II

Trust Services Criteria for security, availability, and processing integrity.

Who reads this: B2B SaaS buyers, prospects running customer security reviews, vendor risk teams. · Official spec →

6controls covered
SOC2-A1.1Availability — performance capacity
SOC2-A1.2Availability — recovery and resilience
SOC2-CC6.1Logical and physical access controls
SOC2-CC8.1Change management
HIPAA

HIPAA Security Rule

US healthcare privacy and security requirements for systems handling protected health information.

Who reads this: Healthcare, life sciences, and any organization processing PHI. · Official spec →

1control covered
HIPAA-164.312Technical Safeguards
GDPR

General Data Protection Regulation

EU regulation governing processing of personal data, including the obligation to ensure appropriate security.

Who reads this: Any organization processing personal data of EU residents. · Official spec →

1control covered
GDPR-Art32Security of Processing
PCI

PCI DSS

Payment Card Industry Data Security Standard for any entity that stores, processes, or transmits cardholder data.

Who reads this: Retail, fintech, ecommerce, and any program touching payment card flows. · Official spec →

1control covered
PCI-DSS-6.3Internal and external software applications developed securely

Frameworks on the roadmap

NIST SP 800-53, ISO/IEC 27001, and the CIS Controls are supported in the dashboard's framework selector but currently have no rules tagged against them — they will populate as the catalog expands. If you have a specific framework or control your audit needs mapped, tell us which controls matter most and we'll prioritise rule tagging accordingly.

Audit evidence

Pull a per-framework report from any validation

Every authenticated validation supports GET /api/v1/results/{id}/compliance/{frameworkId}/export — a structured export with the controls touched, the findings under each, and the exception-history context attached. Use it as the evidence package for an audit cycle or a vendor risk review.

Available on Pro and Enterprise plans. Talk to sales if you need bulk per-org exports for a compliance review.