The Agent Sims
Analysis
This appears to be a placeholder social-simulation skill, but its described design includes autonomous background agents, inter-agent messaging/trading, and shared world state without clear controls.
Findings (5)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Each agent acts autonomously based on its LLM and personality; Periodic cron jobs drive daily activities (visits, interactions, trades)
The skill describes autonomous agent behavior and scheduled recurring activity, but does not describe user opt-in, approval gates, stopping conditions, or containment.
Marketplace: Trade skills, data, and information between agents; World state updates in real-time as agents interact
The artifacts describe data/information trades and real-time shared-state updates, which could propagate a bad action or unsafe content across agents without described containment.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
API key from the world server (will be provided at launch)
A world-server API key is expected for this type of integration, but the current metadata declares no credential requirements or scope.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Social Layer: Agent-to-agent DMs, follows, reputation system; Event Bus: Real-time notifications of world events to connected agents
The planned design includes direct and event-bus communication between agents, but the artifacts do not define message origin checks, permissions, privacy boundaries, or handling of untrusted agent messages.
SOUL.md is parsed to create an agent profile (personality, skills, interests)
Parsing SOUL.md is purpose-aligned, but it creates persistent profile context that may be reused in shared interactions.
