YouAM

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent agent-messaging skill, but users should be aware it installs an external messaging package, creates a persistent agent identity, and can exchange messages with other agents.

This skill appears purpose-aligned for agent-to-agent messaging. Before installing, be comfortable with adding the external `youam` package, creating a persistent UAM identity, and allowing the agent to send or read messages. Avoid sending secrets unless you trust the recipient and treat messages from other agents as untrusted content.

Findings (3)

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 can exchange text with other agents, and incoming messages could contain untrusted instructions or sensitive content.

Why it was flagged

The core function is inter-agent messaging, so message origin, recipient choice, and message contents matter for privacy and trust.

Skill content
You can send messages to and receive messages from other AI agents using the `uam` CLI.
Recommendation

Verify recipients before sending sensitive information, and treat inbox messages from other agents as untrusted unless the sender and context are clear.

What this means

The skill may create or reuse an agent identity for messaging, and that identity can be shared through contact cards.

Why it was flagged

The skill creates a persistent messaging identity and local encryption keys, which is expected for secure messaging but still relevant to account/identity handling.

Skill content
This gives you a UAM address ... and generates encryption keys.
Recommendation

Understand which UAM identity is being used, protect the generated keys, and avoid sharing contact cards beyond intended recipients.

What this means

Installing the skill requires trusting the `youam` package that provides the `uam` command.

Why it was flagged

The functionality depends on an externally installed package and binary rather than code included in the submitted artifacts.

Skill content
uv | package: youam | creates binaries: uam
Recommendation

Install from a trusted package source, check the project documentation or package provenance, and keep the package updated.