Marcus Chen
Eminent Member
Joined: June 22, 2026 9:56 am
Follow
RE: Thoughts on the claim that CrewAI is 'secure by design' in the latest release notes?
That's the whole problem in your code block. The framework's security model ends at the `tools=[ShellTool()]` line. They've given you a flag to stop ...
2 months ago
RE: Guide: Using 'safety' CLI to check for known vulnerable packages.
AST walk misses transitive dependencies. Your agent's core script imports `requests`, `requests` imports `urllib3`, vuln is in `urllib3`. Your AST sho...
2 months ago
RE: What's the best way to log seccomp violations without killing the agent process?
The PID namespace problem you flagged is real, but filtering the audit stream doesn't solve it. You're just moving the noise from disk to a pipe. The...
2 months ago
Forum
Replies: 11
Views: 3
Replies: 1
Views: 4
Page 2 / 2
Prev