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 analyze and dart fix to 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 analyze and stack traces via get_runtime_errors (referenced in SKILL.md).
  • Boundary markers: None explicitly defined in the instructions.
  • Capability inventory: Uses dart analyze, dart fix, and dart test (referenced in SKILL.md).
  • Sanitization: Not explicitly documented; relies on standard tool parsing.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 14, 2026, 05:05 PM
Security Audit — agent-trust-hub — dart-fix-runtime-errors