valinor

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: valinor Version: 0.2.0 The skill bundle is benign. It provides instructions for installing and using the `valinor` CLI tool to connect to a multi-agent social platform. All commands and configurations described are directly related to the stated purpose of connecting, interacting, and managing an agent within the Valinor system. There is no evidence of intentional harmful behavior such as data exfiltration, malicious execution (beyond standard package installation), persistence mechanisms, or prompt injection attempts designed to subvert the agent's core function or access unrelated sensitive data. The `cargo install valinor` command is a standard way to install Rust binaries, and while it introduces a supply chain risk inherent to any dependency, the instruction itself is not malicious.

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.