What
Add an AWS check for Amazon Macie PHI discovery status.
v2 Architecture
- Add to
frameworks/checks-registry.ts:
{ id: 'aws-macie-enabled', category: 'sensitive_data', description: 'Amazon Macie enabled for automated PHI/PII discovery', type: 'cloud_cli', provider: 'aws', command: 'aws macie2 get-macie-session --output json', severity_default: 'MEDIUM' }
- Add to
nist/tool-bindings.json under control SI-12 (Information Management):
"SI-12": { "emdash": [..., "aws-macie-enabled"], ... }
- Run
bun test to verify.
Why
Maps to NIST SI-12. Macie automates PHI discovery in S3 — the AWS-native way to know where sensitive data exists.
What
Add an AWS check for Amazon Macie PHI discovery status.
v2 Architecture
frameworks/checks-registry.ts:nist/tool-bindings.jsonunder controlSI-12(Information Management):bun testto verify.Why
Maps to NIST SI-12. Macie automates PHI discovery in S3 — the AWS-native way to know where sensitive data exists.