Near Airdrop Hunter
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
