Pans Lead Miner
PassAudited by ClawScan on Apr 17, 2026.
Overview
The skill's code, requirements, and instructions are coherent with a lead‑mining tool that queries a local SearXNG instance; no unexpected credential requests, external endpoints, or install steps were found, though there are small documentation inconsistencies to check.
This skill appears to do what it says: it queries a local SearXNG instance to gather and score leads. Before installing/running: (1) confirm you have a local SearXNG instance at http://127.0.0.1:8888 and are comfortable with its configured data sources (LinkedIn/Crunchbase crawling may have legal/privacy implications); (2) fix the documentation mismatch (SKILL examples use 'mine.py' but the included file is 'miner.py') and verify required Python packages (the script uses urllib, not requests/bs4 — install any needed libraries); (3) run the script in an isolated environment first to validate behavior and outputs; (4) if you rely on third‑party SearXNG instances, be cautious — that could expose queries externally. If you want higher assurance, request the full, untruncated miner.py for review and confirm there are no hidden network calls beyond the local SearXNG endpoint.
