chore: add agentic workflow for security fixes#663
Merged
Conversation
f9f9bbb to
c9ca218
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Agentic Workflow (gh-aw) to automatically fetch open Dependabot/code-scanning alerts, attempt in-repo remediations, and then create either a draft PR or a triage issue while claiming processed alerts by assigning svc-devtoolsbot.
Changes:
- Add a new agentic workflow source definition (
security-quality-agent.md) with an MCP script to select alerts and a safe-output job to assignsvc-devtoolsboton processed alerts. - Add the compiled gh-aw lock workflow (
security-quality-agent.lock.yml) that runs on a daily cron and drives Copilot CLI execution with safe-outputs/threat-detection plumbing. - Add action pin metadata and mark
*.lock.ymlworkflows as generated with a merge strategy in.gitattributes.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/workflows/security-quality-agent.md | Defines the agent instructions, alert-fetching MCP script, and safe-output job for assigning alerts. |
| .github/workflows/security-quality-agent.lock.yml | Compiled runnable workflow produced by gh-aw from the .md source. |
| .github/aw/actions-lock.json | Adds pinned action SHAs metadata for (some) actions used by gh-aw. |
| .gitattributes | Marks *.lock.yml workflows as linguist-generated and sets merge=ours. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
lerouxb
approved these changes
Apr 16, 2026
Member
lerouxb
left a comment
There was a problem hiding this comment.
Looks good. I'm willing to try it :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a github agentic workflow that monitors the security and quality alerts and attempts to resolve them.