open_env / openenv.yaml
iitian's picture
Standardize API environment variables, update port to 7860, and bump version to 0.2.0
547b872
raw
history blame contribute delete
537 Bytes
name: cloud-security-auditor
version: "0.2.0"
description: "A real-world cloud security audit environment for AI agents."
hardware:
tier: "cpu-small"
vCPU: 2
RAM: 4Gi
port: 7860
entrypoint: "uvicorn server.app:app --host 0.0.0.0 --port 7860"
tags:
- security
- cloud
- task-based
evaluation:
tasks:
- id: "easy"
name: "S3 Public Audit"
difficulty: "easy"
- id: "medium"
name: "EC2 Security Patch"
difficulty: "medium"
- id: "hard"
name: "IAM Log Forensic"
difficulty: "hard"