Network-AI
Analysis
The skill appears to be a disclosed local multi-agent orchestration toolkit, with noteworthy but purpose-aligned persistence, permission-token, and external-delegation behaviors.
Findings (3)
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.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Evaluates permission requests for accessing sensitive resources (DATABASE, PAYMENTS, EMAIL, FILE_EXPORT).
The permission system can issue local grant tokens for sensitive resource categories, including payments and email. The scripts shown do not access those services directly, but any surrounding workflow that honors these grants could give agents sensitive authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
This context is injected into every agent session so all agents share the same project-level awareness
The skill intentionally persists project context and reuses it across agent sessions. That is useful for orchestration, but stored goals, decisions, or banned approaches could influence future agents if inaccurate or poisoned.
Workflow delegations via the host platform's sessions_send may invoke external model APIs.
The skill discloses that multi-agent delegation can use the host platform's sessions_send, which may send task content to external model APIs outside the bundled scripts.
