Run Flutter security verification
check-securitycommandsetup L1★97
TheBeardedBearSAS/claude-craft ↗What it does
Audit Flutter app security against 25-point framework
Best for
Pre-launch or post-incident Flutter security audits with scored rubric and priority-ranked remediations tailored to French/multilingual teams.
Inputs
- · Flutter project directory
- · pubspec.yaml, .env, lib/ source code
Outputs
- · Score (0-25 points with interpretation)
- · Vulnerability list with file:line anchors
- · Remediation code examples
- · Top 3 priority actions
Requires
- · grep (secret detection)
- · docker (Flutter build environment)
- · flutter pub outdated (dependency audit)
Preconditions
- · Flutter project initialized
- · pubspec.yaml exists
- · Source code readable
Failure modes
- · No secrets found → good (0 finding)
- · Package outdated but no vulnerability → documented but not critical
- · Obfuscation not enabled → score impact 0-1 point
Trust signals
- · 25-point rubric with clear category breakdown
- · Example bad/good code snippets for each section
- · grep patterns for hardcoded secrets detection
- · Automatic package audit via docker (no local Flutter required)
- · French instruction text (target audience language)