app_guardian 0.1.0
app_guardian: ^0.1.0 copied to clipboard
A Flutter package to analyze application security by monitoring sensitive permissions, evaluating API safety, and generating a real-time security score.
Changelog #
All notable changes to this project will be documented in this file.
[0.1.0] - 2025-07-11 #
✨ Added #
- Initial release of
app_guardian
PermissionStatusReport
model for reporting app permission statusIPermissionService
interface for abstract permission accessRealPermissionService
usingpermission_handler
for productionMockPermissionService
for fully testable structureSecurityScoreCalculator
to generate 0–100 security scoreApiSecurityChecker
to analyze HTTP headers and JWT usageLogger
utility class- Full unit test coverage with
flutter_test
📌 Notes #
- This version introduces a hybrid architecture with full mock support
- Designed to work in CI/CD pipelines and emulator/device environments
- Upcoming versions will support more metrics (e.g., SSL certificate, background data usage)