dart-test-coverage
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands such as
dart test --coverageanddart runto collect and interpret coverage data. - [COMMAND_EXECUTION]: Executes a local script
scripts/interpret_coverage.dartprovided within the skill to parse JSON files generated by the Dart VM. The script uses standard file system access and does not perform network operations. - [EXTERNAL_DOWNLOADS]: Mentions the use of
package:coverage, which is a well-known and official package in the Dart/Flutter ecosystem for formatting coverage reports. - [SAFE]: The skill follows standard development practices for Dart. No obfuscation, data exfiltration, or malicious instruction patterns were identified in the files provided.
Audit Metadata