Files
analysis_claude_code/agents
123456wda 36c367429c fix: add missing "> /dev/" dangerous command check in s09/s10/s11
s09_agent_teams.py, s10_team_protocols.py, and s11_autonomous_agents.py
were missing the "> /dev/" entry in their dangerous command blocklist.
This is present in s01, s06, s12, and s_full but was dropped when s09-s11
were written, creating a security regression where commands like
`echo y > /dev/sda` could bypass the blocklist.
2026-05-15 10:56:15 +08:00
..