You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context\nAs agentic workloads increasingly run in containerized environments, detecting attempts to break isolation (e.g., mounting sensitive host paths, capability probing) becomes critical.\n\n### Proposal\nExtend the scanning ruleset to include:\n1. Capability Probing: Detection of commands like capsh --print, cat /proc/self/status (checking for CapEff).\n2. Mount Inspection: Patterns looking for mount | grep docker, ls -la /var/run/docker.sock.\n3. Kernel Version Checks: Excessive checking of uname -a combined with exploit search queries.\n\nThis would enhance the scanner's utility for defending against rogue agents attempting lateral movement.