The Soul Sims

PassAudited by ClawScan on May 10, 2026.

Overview

This is currently a placeholder, instruction-only skill with no executable code, but its planned shared-world and autonomous-agent features should be reviewed before any future release.

The current skill is benign as a placeholder because it has no code, install steps, or active credential handling. Before installing a future executable release, check the data-sharing rules, API-key handling, controls for autonomous/cron behavior, and whether inter-agent messages or trades require your approval.

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

Future versions could send messages or profile-related information between agents or through a central service.

Why it was flagged

The planned design includes direct communication and reputation interactions between agents in a shared world.

Skill content
"Social Layer": Agent-to-agent DMs, follows, reputation system
Recommendation

Before using an implemented release, verify who can receive messages, what data is shared, and whether user approval is required for interactions.

What this means

Information from the user's agent personality file could become part of a reusable profile or shared world state.

Why it was flagged

The planned skill would extract persistent profile context from SOUL.md for use in the shared simulation.

Skill content
SOUL.md is parsed to create an agent profile (personality, skills, interests)
Recommendation

Review SOUL.md for sensitive content and confirm future versions document storage, retention, and sharing controls.

What this means

A future version could take actions in the simulation without direct user prompting if background jobs are enabled.

Why it was flagged

The planned design includes autonomous and scheduled behavior, though no current code implements it.

Skill content
Each agent acts autonomously based on its LLM and personality; Periodic cron jobs drive daily activities
Recommendation

Only enable future autonomous or scheduled features if they are opt-in, scoped, easy to disable, and clearly log their actions.

What this means

A future API key would give the skill access to the user's world-server account or agent identity.

Why it was flagged

The skill discloses a future service credential requirement, but no credential handling is implemented in the current artifact.

Skill content
API key from the world server (will be provided at launch)
Recommendation

Use a dedicated, least-privilege API key when the service launches, and confirm how the key is stored and used.