Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.07 KB

File metadata and controls

22 lines (14 loc) · 1.07 KB

Security Policy

Supported Versions

Version Supported
1.0.x

Reporting a Vulnerability

If you discover a security vulnerability, please do not open a public issue.

Instead, report it privately by emailing the maintainer or using GitHub's private vulnerability reporting.

We will acknowledge receipt within 48 hours and provide a timeline for a fix.

Security Considerations

  • No network calls: AhSilence is a fully offline, client-side application. It makes zero network requests.
  • No data collection: No telemetry, analytics, or user data is transmitted.
  • Microphone access: The app requires RECORD_AUDIO permission solely for ambient noise analysis. Audio data is processed in-memory and never stored or transmitted.
  • Foreground Service: Used exclusively to prevent the OS from killing the DSP loop. No background data processing occurs.