Skip to content
Emmanuel Knafo, Ph.D. edited this page Jan 29, 2026 · 33 revisions

Welcome to the gh-advsec-devsecops wiki!

Key References

Security Plan Creator Custom Agent

image

Phase 3: Threat Assessment

image

Phase 5: Sample Outputs

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

Custom Agents

See them in repository image

Custom Security Agent

image

with workflow

image

Security Reviewer in VS Code

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.

image

Clone this wiki locally