AnyGen Suite

Security checks across static analysis, malware telemetry, and agentic risk

Overview

AnyGen is mostly aligned with content generation, but it tells the agent to auto-install a separate unreviewed workflow skill and requires an AnyGen account credential.

Install only if you trust AnyGen and are comfortable sending content to www.anygen.io. Before allowing the extra `anygen-workflow-generate` install, ask to review its source/version and approve it explicitly. Use a revocable API key and avoid submitting confidential materials unless the provider's terms meet your needs.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

What this means

The agent could add unreviewed workflow instructions or code that changes how it behaves in later tasks.

Why it was flagged

The skill depends on another skill that is not included in the manifest or install specification, and the command uses `-y` to auto-confirm installation into the agent environment.

Skill content
If the `anygen-workflow-generate` skill is not available, install it first:

```bash
anygen skill install --platform <openclaw|claude-code> -y
```
Recommendation

Require explicit user approval before installing the extra skill, declare and pin its source/version, provide reviewable artifacts, and avoid auto-confirming installation.

What this means

Commands may run under the user's AnyGen account and could consume quota or create provider-side artifacts.

Why it was flagged

The skill requires an AnyGen API key or login. This is expected for the service, but it gives the CLI delegated access to the user's AnyGen account.

Skill content
requires:
  bins:
    - anygen
  env:
    - ANYGEN_API_KEY
...
anygen auth login --api-key sk-xxx
Recommendation

Use a revocable, least-privilege API key if available, avoid pasting secrets into shared chats, and confirm which account is being authorized.

What this means

Sensitive documents, CSVs, research materials, or financial information could be processed by an external provider.

Why it was flagged

The artifacts disclose that generation happens on AnyGen's server, so user prompts, source material, or uploaded files may leave the local environment.

Skill content
This skill uses the AnyGen CLI to generate content (slides, docs, diagrams, websites, images, research, and more) server-side at `www.anygen.io`.
Recommendation

Only send content you are comfortable sharing with AnyGen, and review the provider's privacy, retention, and compliance terms before using sensitive data.