dart-fix-runtime-errors
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructs the agent on how to use standard Dart SDK tools such as
dart analyzeanddart fixto resolve code issues. These are legitimate development tools. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process untrusted external data in the form of static analysis reports and runtime stack traces. While this presents a surface for indirect prompt injection, it is the primary purpose of a debugging skill. The provided workflows emphasize manual resolution and standard tooling, minimizing the risk of autonomous malicious execution.
- Ingestion points: Reads output from
dart analyzeand stack traces viaget_runtime_errors(referenced in SKILL.md). - Boundary markers: None explicitly defined in the instructions.
- Capability inventory: Uses
dart analyze,dart fix, anddart test(referenced in SKILL.md). - Sanitization: Not explicitly documented; relies on standard tool parsing.
Audit Metadata