mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-20 10:03:37 +00:00
Section 5 of the Security Best Practices guide incorrectly framed human_input=True as pre-execution approval for irreversible tools. Clarify that it gates final answer review after tools have run, and point readers to tool hooks, execution hooks, and @human_feedback for true pre-execution gates. Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>