Skip to main content

crewai-multi-agent

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you n

83/100

Security score

The crewai-multi-agent skill was audited on Feb 28, 2026 and we found 3 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 241

Eval function call - arbitrary code execution

SourceSKILL.md
241result = eval(expression)
low line 434

External URL reference

SourceSKILL.md
434llm = LLM(model="ollama/llama3.1", base_url="http://localhost:11434") # Local
low line 435

External URL reference

SourceSKILL.md
435llm = LLM(model="azure/gpt-4o", base_url="https://...") # Azure
Scanned on Feb 28, 2026
View Security Dashboard