Skip to content

πŸ›‘οΈ Sentinel: [MEDIUM] Enhance telemetry sanitization#25

Open
jhweb wants to merge 1 commit intomainfrom
sentinel/telemetry-sanitization-4855203436363497681
Open

πŸ›‘οΈ Sentinel: [MEDIUM] Enhance telemetry sanitization#25
jhweb wants to merge 1 commit intomainfrom
sentinel/telemetry-sanitization-4855203436363497681

Conversation

@jhweb
Copy link
Copy Markdown
Collaborator

@jhweb jhweb commented May 6, 2026

🚨 Severity: MEDIUM
πŸ’‘ Vulnerability: Potential leakage of absolute system paths (PII) and sensitive API keys (OpenAI, Anthropic, Groq, HuggingFace) in telemetry logs and debug reports.
🎯 Impact: Exposure of internal system structure and potential compromise of third-party AI services.
πŸ”§ Fix: Implemented a robust, recursive _sanitize_data method in TelemetrySession and applied it to all error logging paths.
βœ… Verification: Added a new test suite tests/test_security_telemetry.py that validates redaction of paths and keys from strings and nested data structures. Verified all tests pass.


PR created automatically by Jules for task 4855203436363497681 started by @jhweb

- Implement recursive `_sanitize_data` in `TelemetrySession` to redact paths and API keys.
- Update `log_error` to sanitize both error messages and context.
- Add comprehensive tests for telemetry sanitization.
- Update sentinel journal with regex refinement learnings.

Co-authored-by: jhweb <12529192+jhweb@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

πŸ‘‹ Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a πŸ‘€ emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

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.

1 participant