crewai

Warn

Audited by Socket on Sep 2, 2026

1 alert found:

Security
SecurityMEDIUM
references/tool-integration.md

No explicit malware or data-exfiltration code is present in this fragment, but it contains a critical unsafe design: `calculate()` uses `eval()` directly on an untrusted string provided through the tool interface. If the tool is enabled for any task where the input can be influenced by an attacker or manipulated LLM output, this enables arbitrary Python code execution in the agent runtime. Replace `eval()` with a safe arithmetic parser/allowlisted evaluator and/or isolate execution in a restricted sandbox.

Confidence: 76%Severity: 90%
Audit Metadata
Analyzed At
Sep 2, 2026, 05:57 PM
Package URL
pkg:socket/skills-sh/magnus919%2Fagent-skills%2Fcrewai%2F@e131d0537054c885cac3c9e8e60ee8a4fe38ee00ddcf8c931ed72f84eea5b233
Security Audit — socket — crewai