perf-budget-gate
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted performance data that could be influenced by external factors, creating a surface for indirect prompt injection in CI output.
- Ingestion points: The
scripts/run_perf_gate.pyscript ingests data fromk6-summary.jsonand.lighthouseci/lhr-*.json(specifically thefinalUrland metric names). - Boundary markers: The script does not use specific boundary markers or delimiters when interpolating data into the Markdown summary report.
- Capability inventory: The script has the capability to write to
$GITHUB_STEP_SUMMARYand control CI job execution status viasys.exit(). - Sanitization: There is no evidence of sanitization or escaping of the values (like
subjectorurl) extracted from the performance artifacts before they are printed as Markdown.
Audit Metadata