dart-run-static-analysis
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard, pre-installed Dart SDK tools (
dart analyze,dart fix,dart format). These commands are used for their intended purpose of static code auditing and mechanical code improvements within the local project context. - [SAFE]: The skill manages project-specific configuration files like
analysis_options.yamland handles diagnostic suppressions via standard Dart comment syntax (// ignore). There are no network operations, sensitive file accesses, or unauthorized privilege escalations present.
Audit Metadata