Corespeed Excalidraw Rendering
Analysis
The skill does what it claims, but its setup asks users to run an unpinned remote installer script, so it should be reviewed before installation.
Findings (2)
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://raw.githubusercontent.com/corespeed-io/brow/main/install.sh | bash
The setup path executes a remote installer script directly from GitHub's mutable main branch, with no pinned release, checksum, or reviewed local installer artifact.
Before first render, install the managed browser (safe to re-run): ```bash brow browser install ```
The skill requires a local command that downloads and installs a managed browser. This is consistent with headless rendering, but users should understand it adds executable browser components locally.
