genpark-process-cgroup-oom-cpu-quota-arbiter-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Resource governor enforcing strict cgroup v2 CPU bandwidth quotas, wall-clock timeouts and memory OOM tripwires.
README.md
GenPark AI Agent Skill - Process Cgroup OOM & CPU Quota Arbiter
Resource governor configuring Linux cgroup v2 controllers and arbitrating resource overconsumption, runaway loops, and fork bombs.
Verified by GenPark AI and compatible with Model Context Protocol (MCP).
Architecture Diagram
graph TD
A[Sandbox Agent Code Process] --> B[cgroup v2 Controller Interface]
B --> C[cpu.max Bandwidth Throttling]
B --> D[memory.max OOM Tripwire]
B --> E[pids.max Fork-Bomb Trap]
C --> F{Resource Exceeded?}
D --> F
E --> F
F -->|Yes| G[Pre-emptive SIGKILL / Container Terminate]
F -->|No| H[Execution Continues Smoothly]
Features
- Fork Bomb Neutralization:
pids.maxboundary prevents exponential process cloning attacks. - Deterministic Memory Bounds: Guarantees agent scripts do not induce host kernel memory exhaustion.
- Zero External Dependencies: Pure Python standard library implementation.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found