Install
$ agentstack add skill-wreos-flutter-cursor-plugin-review-flutter-code ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Review Flutter Code
Use for PR/diff/code review requests.
Workflow
- Review for correctness and behavioral regressions first.
- Require explicit review scope (PR diff, commit range, or file list) before deep review.
- Check architecture boundaries and dependency direction.
- Check state-management misuse and async hazards.
- Check tests for missing cases and flakiness.
- Run security audit checks from
../security-audit/SKILL.mdfor every review. - Include OWASP MASVS-focused checks for mobile risk areas.
- Check accessibility/localization/performance basics.
Mandatory security scope (OWASP MASVS-oriented)
- MASVS-ARCH: architecture and trust boundaries.
- MASVS-STORAGE/CRYPTO: sensitive data storage and crypto usage.
- MASVS-AUTH: authentication/session handling weaknesses.
- MASVS-NETWORK: transport security and certificate validation.
- MASVS-PLATFORM: Android/iOS platform integration risks and exported surfaces.
- MASVS-CODE: unsafe code patterns and hardcoded secrets.
Guardrails
- Do not provide a deep review without explicit target scope (PR diff, range, or file list).
- Tie each finding to concrete code evidence and expected behavioral impact.
- Keep findings prioritized by severity and user risk, not by style preference.
- Distinguish confirmed findings from inferred risks when evidence is partial.
- Do not claim scans/commands were run without output evidence.
Output format
- Findings first, ordered by severity.
- File references for each finding.
- Brief residual risk/testing gap summary.
- Confidence/assumption note when applicable.
Required references
../security-audit/SKILL.md- https://mas.owasp.org/MASVS/
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Wreos
- Source: Wreos/flutter-cursor-plugin
- License: MIT
- Homepage: https://docs.flutter.dev/ai/get-started
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.