FyVault
Enterprise Ready

Two weeks of scrambling. Or one command.

Your auditor just asked for 90 days of secret access logs. You have... a spreadsheet? The compliance pain is real, expensive, and entirely avoidable.

Audit season shouldn't be a fire drill

SOC 2 audit season arrives. The auditor needs: who accessed which secrets, when secrets were rotated, encryption verification, team access matrix, device inventory. Your engineering team spends two weeks pulling data from five different systems and formatting it into something presentable.

Every quarter, the same fire drill. The same scramble. The same engineer who “owns” compliance spending days on reports instead of shipping features. And if you fail the audit? Your enterprise customers walk.

Your auditor will think you hired a compliance team

One command generates the complete report. Every access, rotation, and policy change has been tracked automatically since day one. SOC 2, HIPAA, ISO 27001 — all in the format auditors expect.

SOC 2 Type II

Full evidence package for security, availability, and confidentiality controls — ready to hand to your auditor.

  • Continuous access audit trail
  • Encryption-at-rest verification
  • Change management timeline
  • Monitoring and alerting logs

HIPAA

Protected health information safeguards documented end-to-end, without pulling a single record manually.

  • PHI access logs with device context
  • Encryption verification certificates
  • Minimum necessary access proof
  • Breach notification readiness report

ISO 27001

Information security management evidence mapped to Annex A controls — no spreadsheet gymnastics required.

  • Asset inventory with classifications
  • Risk treatment decision trail
  • Role-based access review summary
  • Incident response evidence pack
Report Contents

Every access logged. Every rotation tracked. Automatically.

FyVault captures six categories of audit evidence from day one. When your auditor asks, the data is already waiting — structured, timestamped, and verified.

Secret access log

Every access — who, when, from which device and IP

Rotation history

Proof that every secret met its rotation policy

Encryption audit

AES-256-GCM verification for every stored secret

Team access matrix

Permissions by role, scope, and environment

Device inventory

Registered devices with hardware fingerprints

Policy violations

Flagged anomalies, remediation status, resolution timestamps

SOC 2 Type II Report

Q1 2025 · 90-day window

Secret access log
Rotation history
Encryption audit
Team access matrix
Device inventory
Policy violations
All checks passed — auditor ready

Pass your next audit in one command, not two weeks

While your competitors scramble through five systems for two weeks, you run a single command and hand the auditor a finished report.

fyvault compliance
$ fyvault compliance report \
--type=soc2 \
--period=90d \
--output=report.pdf
Generating SOC 2 Type II report...
✓ Access logs 2,847 entries
✓ Rotation history 156 rotations
✓ Encryption audit All secrets verified
✓ Team matrix 12 members, 4 roles
✓ Device inventory 28 devices
✓ Policy violations 0 findings
Report saved: soc2-report-2025-Q1.pdf (247 KB)
Ready for auditor handoff.

0

access events tracked

0

rotations documented

0

policy violations

0%

encryption verified

SDK

Bake compliance into your pipeline

Generate audit-ready reports from any language with the FyVault SDK. Schedule them in CI so reports are waiting before your auditor even asks.

report.ts
const report = await fv.compliance.generateReport(
  "soc2",
  "90d"
);

// Export as JSON or PDF
await report.export("pdf");
Dashboard

Point, click, hand to auditor

Pick your framework, set the time window, hit generate. Download as JSON for machine parsing or PDF for the auditor who still prints everything.

SOC 2 Type II
SELECTED
Period: Last 90 days
JSON
PDF
Generate Report

What goes into a compliance report

Six data sources, automatically collected, assembled into one auditor-ready document.

Secret access log
Rotation history
Encryption audit
Team access matrix
Device inventory
Policy violations
↓ ↓ ↓
SOC 2 Report

Auditor-ready PDF

Python SDK

Generate reports from Python

Schedule compliance reports in CI or generate them on demand from your scripts.

compliance.py
report = fv.compliance.generate_report("soc2", "90d")

# Export as PDF for auditor
report.export("soc2-report-Q1.pdf")

# Or get structured data
data = report.to_dict()

Stop dreading audit season. Start passing audits.

SOC 2, HIPAA, ISO 27001 — every framework your enterprise customers require, generated in seconds. Your next audit starts and ends with one command.