Anima

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is coherent for building and publishing Anima apps, but it relies on an Anima API/Figma connection and an external CLI/MCP service, so users should review what gets created or published.

Install this only if you are comfortable using Anima as an external app-building and hosting service. Make sure publish/deploy actions are intentional, use an appropriate Anima API key, and avoid providing private Figma or website URLs unless they are approved for sharing with Anima.

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.

What this means

A clear build request may result in remote Anima resources, hosted applications, or generated app infrastructure being created.

Why it was flagged

The skill can initiate high-impact external app creation and hosting operations, which is expected for its purpose but worth user awareness.

Skill content
Build complete applications from scratch. No local codebase needed. Anima handles everything: design, code generation, scalable database, and hosting.
Recommendation

Use it for explicit build/prototype requests and confirm before publishing or deploying anything intended to be public.

What this means

The agent may act through the user's Anima account, and Figma-related flows may involve connected Figma account access.

Why it was flagged

The skill requires an Anima credential to operate, and the prerequisite section also notes Figma account connection for Figma flows.

Skill content
For headless environments, requires an ANIMA_API_KEY.
Recommendation

Provide only the intended Anima API key, review connected Figma permissions, and revoke credentials if the skill is no longer needed.

What this means

The runtime behavior depends on the external Anima CLI package and its current published version.

Why it was flagged

The skill depends on an external CLI invoked through npx, while the provided artifacts do not include a pinned install spec or lockfile.

Skill content
Use the Anima CLI (`npx @animaapp/cli`) for all operations.
Recommendation

Prefer a pinned, trusted CLI version where possible and install from the documented Anima source.

What this means

Project ideas, Figma URLs, website URLs, and generated app details may be shared with Anima services as part of normal operation.

Why it was flagged

The skill sends design prompts, URLs, and Figma/playground workflow data through an external MCP server or CLI-backed service.

Skill content
Anima MCP server must be connected and accessible — or use the Anima CLI as an alternative
Recommendation

Avoid sending confidential designs, private URLs, or sensitive product details unless Anima is an approved service for that data.