-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
27 lines (21 loc) · 976 Bytes
/
Copy pathREADME.txt
File metadata and controls
27 lines (21 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
AgentGate
=========
Splunk-native pre-action governance and blast-radius layer for AI agents.
Repository: https://github.com/JonathanSolvesProblems/AgentGate
This app ships:
- 12 saved searches (default/savedsearches.conf) tagged with MITRE techniques
and compliance bands (PCI, SOX, HIPAA).
- KV-store collections:
agentgate_assets — criticality + compliance tags per asset
agentgate_findings — pending approval records (mock of ES 8 Findings)
- Audit dashboard at: Search & Reporting > Dashboards > "AgentGate Audit"
The Python pipeline that performs interception, blast-radius analysis,
prompt-injection detection, and Foundation-Sec reasoning lives in the parent
repository at /agentgate/. Run it with:
py -3.12 -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python scripts\demo.py
See the parent README for the deterministic-vs-generative thesis, measured
metrics, and standards mapping.
License: Apache 2.0.