Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Multi Agent Coordinator Zhuyu28

v1.0.0

Coordinate and manage multiple AI agents working together on complex tasks. Provides orchestration, communication patterns, and workflow management for multi...

0· 347·1 current·1 all-time
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the included files: a coordination patterns reference and a Python coordinator script that creates/updates/loads local coordination sessions. Nothing requested or installed is unrelated to orchestration.
Instruction Scope
SKILL.md contains the full source and guidance and does not instruct the agent to access external secrets, system-wide config paths, or remote endpoints. The included Python script reads/writes a local JSON session file (coordination_session.json by default), which is expected for this functionality — consider that it will persist session state to the working directory and may overwrite that file if present.
Install Mechanism
No install spec is provided (instruction-only with included source). No downloads, package installs, or archive extraction are requested.
Credentials
The skill requires no environment variables, credentials, or config paths. The code does not access environment variables or external credentials.
Persistence & Privilege
always is false and the skill does not request permanent platform-wide privileges. Its only persistence is writing a local session JSON file, which is reasonable for its stated purpose.
Assessment
This skill appears to do what it says: coordinate agents and persist session state locally. Before installing, consider: (1) the included Python script writes a session JSON file to the current working directory (default: coordination_session.json) — run it where that is acceptable or change the path; (2) review the provided source yourself if you need to ensure no remote calls are added later (currently there are none); (3) there are no requested credentials or network endpoints, so it does not appear to exfiltrate data, but if you intend to run it in an environment with sensitive files, run it in a sandbox or dedicated directory. If you need the coordinator to interact with external services later, expect new environment variables or network calls to require an updated review.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dzmayb3zsydfya59eqrzva982cmzn
347downloads
0stars
1versions
Updated 11h ago
v1.0.0
MIT-0

Multi-Agent Coordinator

Orchestrate and coordinate multiple AI agents to work together on complex, multi-step tasks that require specialized capabilities from different agents.

When to Use

  • Complex workflows requiring multiple specialized agents
  • Task decomposition and delegation across agent teams
  • Coordinating agents with different skills and capabilities
  • Managing agent communication and data flow
  • Implementing multi-agent collaboration patterns

Comments

Loading comments...