Description
The Detection Analysis Report (2026-08-02) found that .github/workflows/daily-regulatory.md (Daily Regulatory Report Generator) is missing gh-aw-detection: true in its frontmatter, despite the workflow's own description stating it "monitors and cross-checks other daily report agents' outputs for data consistency and anomalies" — matching the audit/monitor pattern this repository requires threat detection for.
Suggested Changes
- Add
gh-aw-detection: true to the frontmatter of .github/workflows/daily-regulatory.md
- Recompile the workflow (
make recompile) to regenerate the corresponding .lock.yml
Files Affected
.github/workflows/daily-regulatory.md
.github/workflows/daily-regulatory.lock.yml (regenerated)
Success Criteria
gh-aw-detection: true present in daily-regulatory.md frontmatter
.lock.yml regenerated and consistent with source
- Workflow continues to compile and run successfully
Source
Extracted from Detection Analysis Report — 2026-08-02 (discussion #49869)
Priority
Low - improves monitoring coverage consistency, not blocking.
🔍 Task mining by Discussion Task Miner - Code Quality Improvement Agent · auto · 47.3 AIC · ⌖ 4.61 AIC · ⊞ 10.3K · ◷
Description
The Detection Analysis Report (2026-08-02) found that
.github/workflows/daily-regulatory.md(Daily Regulatory Report Generator) is missinggh-aw-detection: truein its frontmatter, despite the workflow's own description stating it "monitors and cross-checks other daily report agents' outputs for data consistency and anomalies" — matching the audit/monitor pattern this repository requires threat detection for.Suggested Changes
gh-aw-detection: trueto the frontmatter of.github/workflows/daily-regulatory.mdmake recompile) to regenerate the corresponding.lock.ymlFiles Affected
.github/workflows/daily-regulatory.md.github/workflows/daily-regulatory.lock.yml(regenerated)Success Criteria
gh-aw-detection: truepresent indaily-regulatory.mdfrontmatter.lock.ymlregenerated and consistent with sourceSource
Extracted from Detection Analysis Report — 2026-08-02 (discussion #49869)
Priority
Low - improves monitoring coverage consistency, not blocking.