-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Emmanuel Knafo, Ph.D. edited this page Jan 29, 2026
·
33 revisions
- https://github.com/microsoft/hve-core
- https://docs.github.com/en/copilot/how-tos/administer-copilot/manage-for-organization/prepare-for-custom-agents
- https://docs.github.com/en/copilot/concepts/agents/coding-agent/about-custom-agents
- https://dxrf.com/blog/2025/11/20/build-your-own-github-copilot-agent/
non-deterministic: https://github.com/devopsabcs-engineering/hve-core/blob/main/security-plan-outputs/security-plan-sample-web-app.md https://github.com/devopsabcs-engineering/gh-advsec-devsecops/blob/main/security-plan-outputs/security-plan-sample-web-app.md
can be for multiple apps: https://github.com/devopsabcs-engineering/gh-advsec-devsecops/blob/main/security-plan-outputs/security-plan-gh-aspnet-webapp.md
See them in repository

with workflow
Interacting with Your Agent With your security reviewer agent active, you can ask questions like:
- “Review this authentication function for security issues”
- “Check this API endpoint for vulnerabilities”
- “Is this password hashing implementation secure?”
- “Scan this file for OWASP Top 10 vulnerabilities”
The agent will respond according to its instructions, focusing on security concerns.