What
Run em-dash against demo/hipaa-demo-app/ end-to-end and document what happens.
Why
Nobody has done this yet. The demo app has intentional HIPAA violations planted in it. We need to know: does em-dash actually find them? What breaks? What's confusing?
Steps
cd demo/hipaa-demo-app && bun install
bin/comply-db init --framework hipaa
- Run
/comply-auto (or manually: /comply-scan, then /comply-fix)
- Document every step: what worked, what broke, what was confusing
- Run
/comply-report — does the audit packet generate?
Expected output
A markdown file or issue comment with:
- Every check that ran and its result
- Every error or confusing moment
- Screenshots of the dashboard
- Whether the audit packet is usable
Who should do this
Anyone. No compliance knowledge needed. You're testing the tool, not the compliance.
What
Run em-dash against
demo/hipaa-demo-app/end-to-end and document what happens.Why
Nobody has done this yet. The demo app has intentional HIPAA violations planted in it. We need to know: does em-dash actually find them? What breaks? What's confusing?
Steps
cd demo/hipaa-demo-app && bun installbin/comply-db init --framework hipaa/comply-auto(or manually:/comply-scan, then/comply-fix)/comply-report— does the audit packet generate?Expected output
A markdown file or issue comment with:
Who should do this
Anyone. No compliance knowledge needed. You're testing the tool, not the compliance.