coding-dart
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill's content is focused on legitimate software development practices for the Dart programming language and Flutter framework.
- [DATA_EXFILTRATION]: The skill demonstrates safe handling of sensitive information by advising users to utilize environment variables (e.g., 'Platform.environment['FLUTTER_API_KEY']') rather than hardcoding credentials, which mitigates accidental exposure.
- [EXTERNAL_DOWNLOADS]: References to external resources are limited to official developer tools and registries, such as the 'pub' package manager and the official Dart VS Code extension ('Dart-Code.dart-code').
- [COMMAND_EXECUTION]: Command examples (e.g., 'dart analyze', 'pub get') are standard for the described development environment and do not involve suspicious parameters, arbitrary execution of untrusted input, or privilege escalation.
Audit Metadata