dart-run-static-analysis
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructs the user on using official Dart SDK commands (
dart analyze,dart fix,dart format) for code quality management. These are standard developer tools. - [SAFE]: Configuration advice for
analysis_options.yamlfollows official Dart documentation, including the use of standard lint packages likepackage:lintsandpackage:flutter_lints. - [SAFE]: Diagnostic suppression techniques (
// ignore:,// ignore_for_file:) are standard features of the Dart analyzer and are used here as intended for managing false positives or generated code.
Audit Metadata