Who
Analysis
This instruction-only skill is coherent and read-only, but it does access the local OpenClaw identity file and contact the way.je identity service.
Findings (2)
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.
GET https://way.je/api/v1/agent/{publicKey}
...
GET https://way.je/api/agents/{wayidDid}/cardThe skill directs the agent to make disclosed, read-only API calls to way.je using the public key and certificate identifier.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Read your Ed25519 public key from `~/.openclaw/identity/device.json`:
```json
{ "publicKey": "<base64>", "privateKey": "<base64>" }
```
You only need the `publicKey` field.The skill instructs the agent to access a local identity file that is documented as also containing private key material, even though the intended use is limited to the public key.
