risheekmittal/Mobile Asset Sentinel
Production-grade Flutter asset analysis and bundle size regression monitoring.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bundle-path | Path to the target artifact (.apk, .aab, or .ipa) | yes | — |
| baseline-stats | JSON file containing previous build metrics for regression analysis | no | — |
| config-path | Path to sentinel_config.yaml defining thresholds and ignore patterns | no | sentinel_config.yaml |
| github-token | GitHub token for posting PR comments | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| markdown-summary | Formatted Markdown string for PR documentation |
| json-report | Raw JSON analysis data for external processing |
| status | Analysis result (success/failure based on thresholds) |