dart-collect-coverage
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard
dartandflutterCLI commands for package management, running test suites, and executing coverage scripts. These operations are restricted to the local development environment and align with the skill's stated purpose.- [EXTERNAL_DOWNLOADS]: The skill guides the user to add thecoveragepackage as a development dependency. This is an official utility in the Dart ecosystem and is fetched from the standardpub.devregistry.- [DATA_EXFILTRATION]: The manual coverage collection workflow involves connecting to the Dart VM service on127.0.0.1(localhost). No data is transmitted to external or non-whitelisted domains.- [SAFE]: No evidence of prompt injection, obfuscation, credential exposure, or persistence mechanisms was found. The instructions follow established best practices for Dart and Flutter development.
Audit Metadata