Google SecOps Antigravity (agy) plugin enabling security analytics, threat triage, investigation, and threat hunting.
# Clone the repository
git clone https://github.com/dandye/agy_plugin_secops.git
cd agy_plugin_secops
# Install the plugin globally
agy plugin install google-secopsImportant
Tenant Configuration: The target Google SecOps tenant coordinates and GCP credentials are hardcoded in google-secops/GEMINI.md (or GEMINI.md within the plugin folder) to use SecOps-Lab. You might want to modify this file to use your own Customer ID, Project ID, and Region.
- Manifest:
plugin.json(orgoogle-secops/plugin.json) - MCP Server:
scripts/mcp_server.py(orgoogle-secops/scripts/mcp_server.py) - Rules:
rules/secops-quality-gates.md(orgoogle-secops/rules/secops-quality-gates.md) - Skills:
secops-threat-hunter— Event analysis and rule drafting.secops-triage— Alert triage expert guidance.secops-investigate— Deep security investigations.secops-hunt— Proactive threat hunting.secops-cases— List SOAR cases.
Validate structural integrity and configurations:
# From the repository root:
agy plugin validate google-secops
# Or from within the google-secops directory:
agy plugin validate .