dart-run-static-analysis
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes official Dart SDK command-line interface tools including
dart analyze,dart fix, anddart format. These commands are used according to their intended design for project maintenance and do not involve shell injection or unsafe argument passing. - [PROMPT_INJECTION]: The skill describes workflows that ingest project-specific configuration and source files, which represents an indirect prompt injection surface.
- Ingestion points: Project configuration files (
analysis_options.yaml,pubspec.yaml) and Dart source code files processed during analysis. - Boundary markers: Not explicitly defined in the instructions; the skill relies on the standard parsing logic of the underlying Dart tools.
- Capability inventory: Execution of static analysis, automated lint resolution, and code formatting subcommands within the Dart SDK.
- Sanitization: None provided within the skill; the integrity of the process depends on the official Dart toolchain's handling of source files.
Audit Metadata