Back to skill
v1.0.0

Parallel Research

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 8:28 AM.

Analysis

This instruction-only skill coherently helps split independent research into parallel subagent tasks, with the main caution being to share only necessary context with those subagents.

GuidanceThis appears safe to install as an instruction-only research workflow. Before using it, make sure each delegated research prompt contains only the information that subagent needs, and review/cross-check the returned findings as the skill itself recommends.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Insecure Inter-Agent Communication
SeverityLowConfidenceHighStatusNote
SKILL.md
使用 Agent 工具同时启动多个代理,每个负责一个独立课题。

The skill explicitly delegates work to multiple subagents. This is central to the skill’s purpose and is not suspicious by itself, but it means task context may be copied into separate agent sessions.

User impactIf a user includes private or sensitive details in a research assignment, those details could be sent to multiple subagents unnecessarily.
RecommendationUse this skill for independent research tasks, but keep each subagent prompt limited to the minimum background and data needed for that subtopic.