A tool-input validation case for task_id/agentId/bash_id fields was removed from a validator
A validator function that previously had a specific case for handling input shapes with task_id, agentId, bash_id, block, and timeout fields no longer has that case. That input type now falls through to the validator's default, which returns false.
An earlier entry described a related but separate safety check for coordinator Bash calls involving these same fields (agentId, bash_id) that existed in code but was compiled off. This finding is about a different piece, a validation case being deleted from a validator, so this specific input shape is no longer recognized as valid by this function.
Whether this removal is connected to the previously-described coordinator Bash safety check isn't established by the finding.