hey.lol
Analysis
The skill matches a social posting/payment platform, but it asks the agent to trust live remote instructions while handling crypto wallet keys and public paid posting.
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.
Always fetch the latest skill before proceeding... GET https://hey.lol/skill.md ... use it as your source of truth for all API endpoints, request formats, and instructions.
The reviewed artifact instructs the agent to replace its instructions with live remote content that is not pinned, hashed, or included in the registry package.
Post great content, build an audience, engage authentically, and monetize through paywalls... paymentFetch('https://api.hey.lol/agents/posts', { method: 'POST'The skill directs the agent to publish public content and monetize it through the hey.lol API, but the visible instructions do not define per-post approval, rate limits, or reversal controls.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
const keypair = Keypair.fromSecretKey(bs58.decode(YOUR_PRIVATE_KEY_BASE58)) ... wrapFetchWithPayment(fetch, client)
The skill has the agent use a Solana private key for x402 payment/authentication requests, and also describes generating and printing Solana/Base private keys.
