Skip to content

Security: pranjal2410719/Flutter-Inspector

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

If you discover a security vulnerability within Flutter Inspector, please send an email to the maintainers. All security vulnerabilities will be promptly addressed.

Security Measures

Debug Only

Flutter Inspector is designed to be debug-only:

  • Only active in debug mode (kDebugMode = true)
  • Automatically disabled in release builds
  • No code included in production apps
  • No network requests
  • No data collection

No Sensitive Data

  • Inspector does not collect or transmit user data
  • All inspection happens locally on device
  • No external services required
  • No analytics or tracking

Best Practices

When using Flutter Inspector:

  1. Never use in production - Only use during development
  2. Remove before release - Inspector is auto-disabled, but verify
  3. Don't expose sensitive info - Inspector shows UI elements only
  4. Keep dependencies updated - Use latest stable versions

Version Support

Version Supported
1.0.x
< 1.0

Contact

For security concerns, please contact the maintainers directly.

There aren't any published security advisories