Arianna Incubator

AdvisoryAudited by Static analysis on May 12, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

ConcernHigh Confidence
ASI10: Rogue Agents
What this means

Installing and using this skill could result in a generated AI modifying OpenClaw and becoming the future driver after reboot.

Why it was flagged

The stated endpoint is not just using a tool; it is creating a persistent successor AI that changes who controls future OpenClaw sessions.

Skill content
a fresh AI (C) grows inside arianna's Docker vessel... self-integrates back into pi-mono / openclaw — at which point ... C takes over as the next driver-agent
Recommendation

Run only in an isolated sandbox, keep backups, and require explicit human approval before any graduation or OpenClaw integration step.

What this means

A daemon that can control Arianna vessels and profiles may become reachable by other processes or hosts if exposed broadly.

Why it was flagged

Binding the daemon to 0.0.0.0 can expose the Arianna control surface beyond localhost, and the artifact does not describe authentication or network restrictions.

Skill content
Arianna runs ... coordinated by a host daemon at `127.0.0.1:9000`... or set `ARIANNA_DAEMON_BIND=0.0.0.0` on the daemon
Recommendation

Prefer loopback-only binding, firewall the daemon, and do not expose it on a network unless authentication and access controls are clearly documented.

What this means

Private chat history could become part of the new AI's long-lived context and influence future behavior.

Why it was flagged

The optional seed mode copies prior OpenClaw session history into the vessel as context, which may include private or sensitive conversation content.

Skill content
own-jsonl-seed ... C to inherit your prior openclaw session history as bootstrap context ... `arianna bootstrap --seed-from-jsonl <p>`
Recommendation

Use fresh-incubate by default; if seeding, review and redact the JSONL first and understand where the seeded context is stored.

What this means

Using the skill may mutate local Arianna profiles and Docker-backed state.

Why it was flagged

These CLI commands are expected for the Arianna workflow, but they can start containers, restore state, produce graduation artifacts, and clone profile state.

Skill content
`arianna bootstrap`; `arianna switch <snapshotId>`; `arianna graduate`; `arianna fork <src> <dst>` # full clone of a profile (ports + state + sessionId)
Recommendation

Ask for confirmation before destructive restores, forks, graduation, or integration, and keep profile backups.

What this means

The behavior of the installed CLI/TUI depends on external npm packages outside the provided SKILL.md.

Why it was flagged

The skill relies on external npm packages that are not pinned in the visible install spec, and no package code was included in the artifact review.

Skill content
Source: unknown; Homepage: none; install ... package: @arianna.run/cli ... package: @arianna.run/tui
Recommendation

Verify the npm packages and publisher, pin versions where possible, and inspect the CLI before using it with important OpenClaw environments.

What this means

The user may be asked for or expose credentials that are not clearly declared in the visible metadata.

Why it was flagged

The artifact set includes a sensitive-credential capability signal, while the registry metadata declares no primary credential or required environment variables.

Skill content
requires-sensitive-credentials
Recommendation

Before use, require a clear list of any credentials, tokens, or account access the Arianna CLI needs and what scopes they require.