dart-web-development
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard development commands including
dart pub get,webdev serve,webdev build, anddart run build_runner test. These operations are transparent, serve the primary purpose of the skill, and do not involve suspicious privilege escalation or hidden execution. - [EXTERNAL_DOWNLOADS]: The skill recommends incorporating official and widely-used Dart packages such as
package:web,build_runner, andbuild_web_compilers. These dependencies are resolved via the standardpub.devregistry, which is the official package repository for the Dart ecosystem. - [SAFE]: Analysis of the skill instructions and code examples revealed no evidence of prompt injection, data exfiltration, obfuscation, or malicious persistence mechanisms. The use of
dart:js_interopis the documented and safe method for JavaScript interoperability in modern Dart applications.
Audit Metadata