avi2132/cyber-security-shield
0
Cybersecurity Shield Suite

Overview
A mock AI sandbox simulation for high-stakes security operations. Three difficulty tiers.
Demo & Usage
To quickly evaluate the environment with an agent, see example_agent.py or hit the interactive API UI at the root path of the space!
python example_agent.pyAction & Observation Spaces
Observation: Pydantic Dict with{text: str, data: dict, available_tools: list}Action: Pydantic Dict with{tool_name: str, tool_args: dict}
Tools
analyze_header: Returns HTTP packet metadata.block_ip: Null-routes traffic for an IP.rate_limit: Drops 50% traffic for an IP.submit: End task manually.
Smoke Test Checklist
- Run
openenv validate-> Must pass. - Run
docker build -t openenv-cyber .-> Must succeed. - Run
python -m pytest test_harness.py-> 100% pass rate. - Run
python inference.py-> Verify reproducible baseline scores.
