FairScale Solana
Analysis
The skill mostly matches its Solana wallet-reputation purpose, but it advertises automatic paid requests from an agent wallet and under-declares credential/payment requirements.
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.
Free tier: No authentication required. Rate limited by IP. Pro/Enterprise: Include API key in header: x-api-key: fs_your_api_key_here
Other supplied artifacts instead describe api2.fairscale.xyz and a fairkey header, with references/API.md saying all requests require a fairkey. The conflicting auth and endpoint documentation can confuse users or agents about which credential path is authoritative.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
No setup needed! If your agent has a Solana wallet with USDC, it can pay per request automatically. - Single wallet: $0.05 USDC - Batch (10 wallets): $0.40 USDC
This introduces delegated spending from an agent-controlled wallet for API calls. The artifacts do not show an explicit opt-in, approval gate, or spending cap, and the registry metadata declares no primary credential or required environment variables.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
GET https://api.fairscale.xyz/check?wallet=ADDRESS&amount=500
The skill sends wallet addresses and transaction amounts to an external FairScale API. This is expected for reputation scoring, but it means transaction context leaves the local agent environment.
