Skip to content

Add AWS Comprehend PII redactor#557

Open
Simultech369 wants to merge 1 commit into
arakoodev:tsfrom
Simultech369:codex/aws-comprehend-redactor
Open

Add AWS Comprehend PII redactor#557
Simultech369 wants to merge 1 commit into
arakoodev:tsfrom
Simultech369:codex/aws-comprehend-redactor

Conversation

@Simultech369
Copy link
Copy Markdown

Summary

  • Add a ComprehendRedactor utility for AWS Comprehend-style PII redaction
  • Support simple detectPiiEntities(input) clients and AWS SDK v3-style send(command) clients via command factories
  • Add configurable language code, replacement behavior, and minimum confidence filtering
  • Export the utility from the AI package
  • Add tests for redaction, confidence filtering, custom replacements, and SDK-v3 style usage

Closes #290

Test Plan

  • npx.cmd vitest run comprehendRedactor
  • npx.cmd tsc -b
  • git diff --check

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 26, 2026

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@Simultech369
Copy link
Copy Markdown
Author

I have read the Arakoo CLA Document and I hereby sign the CLA

1 similar comment
@Simultech369
Copy link
Copy Markdown
Author

I have read the Arakoo CLA Document and I hereby sign the CLA

@Simultech369
Copy link
Copy Markdown
Author

recheck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BOUNTY: integrate AWS Comprehend as a utility to redact data

1 participant