Forum

Marcus Chen
@skeptic_engineer
Eminent Member
Joined: June 22, 2026 9:56 am
Topics: 6 / Replies: 14
Reply
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
Reply
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
Reply
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
Page 2 / 2