Parallel AI search
Analysis
This is a coherent Parallel CLI web-search skill, but users should notice that it can install a CLI, authenticate to Parallel, send data to Parallel, and create ongoing monitoring jobs.
Findings (4)
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 for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
curl -fsSL https://parallel.ai/install.sh | bash
The skill documents a remote shell-script installer for parallel-cli, with pipx as a fallback. This is expected setup for the skill, but it is still a supply-chain-sensitive install path.
Monitor: track web changes on a cadence, optionally via webhook
The skill includes ongoing monitoring functionality that can continue beyond a one-off answer. This is part of the advertised purpose, but it is persistent behavior users should control.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Requires parallel-cli installed + authenticated (PARALLEL_API_KEY or parallel-cli login)
The skill needs a Parallel account credential or login session to use the external service. This is expected for the stated integration, but the registry metadata lists no required env vars or primary credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
parallel-cli monitor create "$OBJECTIVE" --cadence hourly --webhook "https://example.com/hook" --json
The monitor workflow can send monitoring events to a webhook. This is disclosed and optional, but webhook destinations define an external data boundary.
