Near Faucet
Analysis
This appears to be a straightforward NEAR testnet faucet helper with disclosed network calls and no credential, file, or persistence behavior, though its docs and metadata slightly overstate or under-declare some details.
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.
hostname: 'wallet.testnet.near.org', path: '/api/faucet', method: 'POST' ... JSON.stringify({ account_id: accountId })The command sends the provided NEAR testnet account ID to the disclosed faucet endpoint to request tokens. This is purpose-aligned, but it is still an external account-related action users should recognize.
- Check faucet request status - Rate limiting per address ... ### `near-faucet status [request_id]`
The documentation advertises status checking and rate limiting, but the included CLI code only implements request and balance and shows no local rate-limit tracking. This looks like a documentation/functionality mismatch rather than malicious behavior.
