Skip to content

Add data anonymization for LLM prompt content #8

@MayaL1M

Description

@MayaL1M

Summary

The agent already extracts prompt text from outbound LLM requests, but there is no mechanism to detect or mask sensitive data (PII, credentials, etc.) in that content before it reaches the LLM provider.

Proposed direction

  • scan extracted prompt content for PII (names, emails, phone numbers, etc.)
  • mask or anonymize before the request is forwarded

What to clarify

  • which PII categories to cover initially
  • how much extra latency is acceptable

If this does not match the intended direction, please leave comments to clarify. Thanks :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions