Near Airdrop Hunter
PassAudited by ClawScan on May 1, 2026.
Overview
The skill is mostly a simple, user-invoked helper that lists NEAR airdrop URLs and keeps local tracking data, with some overstatement about automatic claiming.
This skill appears benign, but it does not actually claim airdrops for you; it provides URLs and stores local tracking. Before using any listed claim link, verify the site yourself and avoid signing wallet transactions you do not understand.
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.
A user may expect the skill to actually claim rewards automatically, but it appears to only provide links and local tracking.
The skill description suggests automatic claiming, while the implementation only prints claim URLs and tells the user to complete the claim manually. This is a capability overstatement, not evidence of hidden claiming.
Discover, check eligibility, and claim NEAR airdrops automatically.
Treat the claim command as a tracking/link helper and manually verify any claim site before connecting a wallet or signing a transaction.
The skill can leave a local record of account IDs, claimed airdrops, and timestamps on the device.
The code creates persistent local tracking storage for airdrop activity. This is disclosed and aligned with the tracking feature.
const TRACKING_FILE = path.join(os.homedir(), '.near-airdrop', 'tracking.json');
Install only if you are comfortable with local airdrop tracking data being stored in ~/.near-airdrop/tracking.json, and delete that file if you no longer want the record.
