Anygen Task Download
Analysis
This skill appears to do what it says—download AnyGen task files—but it needs the AnyGen CLI/API key and can write downloaded files to your computer.
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 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.
This is a **write** command (writes files to disk) — confirm the output directory with the user.
The skill writes remote task artifacts to local storage. This is expected for a download helper and is disclosed, but users should confirm where files will be saved.
package: "@anygen/cli"
The skill depends on an external CLI package, while the registry-level install spec says no install spec is present. The dependency is purpose-aligned but should be verified.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
env: ["ANYGEN_API_KEY"]
The skill requires an AnyGen API key. This is proportionate for downloading account task artifacts, but it is sensitive account authority.
