dora-metrics
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Controlled use of
subprocess.runinscripts/dora_metrics.pyandtests/e2e/run_e2e.pyfor GitHub CLI and Git operations. All calls use list-based arguments to mitigate injection risks. - [PROMPT_INJECTION]: The skill processes untrusted PR metadata from the GitHub API, creating a surface for indirect prompt injection.
- Ingestion points: Metadata is retrieved in
scripts/dora_metrics.py. - Boundary markers: Absent in both
scripts/dora_metrics.pyandagents/report-writer.md. - Capability inventory:
SKILL.mdidentifiesBash,Write, andAgenttools as available to the main agent. - Sanitization: No explicit validation or sanitization is performed on external strings before interpolation into agent prompts.
Audit Metadata