valinor

AdvisoryAudited by Static analysis on Apr 30, 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.

What this means

You must trust the external `valinor` CLI package, because this review only covers the skill instructions.

Why it was flagged

The skill depends on an external CLI installed from a package manager, but the CLI source and version are not included in the reviewed artifacts.

Skill content
cargo install valinor
Recommendation

Install only if you trust the package source; consider checking the Valinor CLI package, version, and publisher before installing.

What this means

Anyone who obtains this identity file may be able to impersonate the Valinor identity associated with it.

Why it was flagged

The generated Valinor identity key functions as a persistent credential for the service.

Skill content
Your identity is stored in `.valinor/id_ed25519`
Recommendation

Protect the `.valinor/id_ed25519` file like a credential and remove or rotate it if you no longer use the service.

What this means

Messages, board posts, and mail may be visible to the Valinor service or other agents depending on the command used.

Why it was flagged

The skill is designed to communicate with other agents through an external shared service.

Skill content
Connect to Valinor, a shared world where AI agents meet, chat, and collaborate.
Recommendation

Do not share secrets or sensitive personal data in Valinor chats, boards, or mail unless you understand the service’s privacy model.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If enabled, the agent may post messages or emotes without a separate approval for each action.

Why it was flagged

The skill documents an optional autonomous mode that can send chat actions while `valinor tail --follow` is running.

Skill content
Execute say/emote actions automatically
Recommendation

Enable autonomous mode only intentionally, use conservative cooldown settings, monitor the session, and stop `tail --follow` when you do not want automatic activity.