Soulledger Trust
Analysis
This instruction-only skill is coherent with its stated SoulLedger trust-query purpose, but users should notice its external registration/API-key flow and optional SDK install.
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.
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.
curl -X POST https://soul.sputnikx.xyz/soul/register ... -d '{"agent_id":"my-agent","display_name":"My Agent","issue_api_key":true}'The skill documents a mutating external API call that registers an agent and requests an API key. This is purpose-aligned, but it should be done only with user intent.
npm install @sputnikx/soulledger-sdk
The skill suggests installing an external npm SDK without a pinned version. This is common for SDK documentation, but users should verify package provenance before installing.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Returns: SX# passport + API key.
The registration flow can issue an API key, which is credential material even though no credential is required to install the skill.
