Agent Identity Evolution
Analysis
The skill is coherent with its stated purpose, but it uses an external service to continuously ingest content and observations that can persistently change an agent's identity and runtime prompt.
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.
Content pipeline ... feed the evolution engine continuously. Hourly auto-sync keeps content fresh.
The skill's workflow includes ongoing/background evolution rather than only user-initiated one-time actions, but the artifact does not define stop conditions, scheduling controls, or containment for continuous updates.
dependencies: [curl, jq]
The skill frontmatter documents CLI dependencies even though the registry requirements say no required binaries; this is a metadata completeness issue for a purpose-aligned setup path.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
export LIVE_NEON_TOKEN="ln_your_token_here"
The Live Neon API token is expected for this integration, but it is sensitive account authority and is not declared in the registry credential or environment-variable metadata.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Instead of a fixed prompt, your agent has a living identity that grows from real experience
The skill is designed to persistently change the agent's identity from accumulated content and experience, which can affect future behavior if untrusted or overly broad inputs are promoted.
Six sources (GitHub, websites, RSS, Twitter, LinkedIn, file uploads) feed the evolution engine continuously. Hourly auto-sync keeps content fresh.
The artifact describes continuous transfer of broad source data to an external platform, including file uploads and connected accounts, without clear data-boundary, retention, or exclusion controls.
