osint-investigator
Facilitates deep OSINT investigations to gather and analyze publicly available information on various targets, producing structured reports.
Install this skill
Security score
The osint-investigator skill was audited on Mar 3, 2026 and we found 58 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 55 | curl -s https://ipinfo.io/<ip>/json |
Curl to non-GitHub URL
| 56 | curl -s https://ip-api.com/json/<ip> |
Curl to non-GitHub URL
| 146 | curl -s "https://haveibeenpwned.com/api/v3/breachedaccount/<email>" -H "hibp-api-key: <key>" |
Curl to non-GitHub URL
| 150 | curl -s "https://www.gravatar.com/<md5_hash>.json" |
Curl to non-GitHub URL
| 157 | curl -s "https://phonevalidation.abstractapi.com/v1/?api_key=<key>&phone=<number>" |
Curl to non-GitHub URL
| 180 | curl -s "https://archive.org/wayback/available?url=<url>" |
Curl to non-GitHub URL
| 319 | curl -s "https://api.shodan.io/shodan/host/<ip>?key=$SHODAN_KEY" |
Curl to non-GitHub URL
| 320 | curl -s "https://api.shodan.io/dns/resolve?hostnames=<domain>&key=$SHODAN_KEY" |
Curl to non-GitHub URL
| 325 | curl -s "https://api.hunter.io/v2/domain-search?domain=<domain>&api_key=$HUNTER_KEY" |
Curl to non-GitHub URL
| 326 | curl -s "https://api.hunter.io/v2/email-verifier?email=<email>&api_key=$HUNTER_KEY" |
Curl to non-GitHub URL
| 331 | curl -s "https://haveibeenpwned.com/api/v3/breachedaccount/<email>" \ |
Curl to non-GitHub URL
| 337 | curl -s "https://maps.googleapis.com/maps/api/geocode/json?address=<address>&key=$GMAPS_KEY" |
Curl to non-GitHub URL
| 338 | curl -s "https://maps.googleapis.com/maps/api/place/textsearch/json?query=<query>&key=$GMAPS_KEY" |
Curl to non-GitHub URL
| 339 | curl -s "https://maps.googleapis.com/maps/api/streetview/metadata?location=<lat,lng>&key=$GMAPS_KEY" |
External URL reference
| 51 | Also fetch: `https://rdap.org/domain/<domain>` via `web_fetch` |
External URL reference
| 55 | curl -s https://ipinfo.io/<ip>/json |
External URL reference
| 56 | curl -s https://ip-api.com/json/<ip> |
External URL reference
| 58 | Also check: `https://www.shodan.io/host/<ip>` via `web_fetch` |
External URL reference
| 63 | - `https://twitter.com/<username>` |
External URL reference
| 64 | - `https://instagram.com/<username>` |
External URL reference
| 65 | - `https://reddit.com/user/<username>` |
External URL reference
| 66 | - `https://tiktok.com/@<username>` |
External URL reference
| 67 | - `https://youtube.com/@<username>` |
External URL reference
| 68 | - `https://linkedin.com/in/<username>` |
External URL reference
| 69 | - `https://medium.com/@<username>` |
External URL reference
| 70 | - `https://pinterest.com/<username>` |
External URL reference
| 71 | - `https://twitch.tv/<username>` |
External URL reference
| 72 | - `https://steamcommunity.com/id/<username>` |
External URL reference
| 73 | - `https://keybase.io/<username>` |
External URL reference
| 74 | - `https://t.me/<username>` (Telegram) |
External URL reference
| 92 | https://maps.googleapis.com/maps/api/geocode/json?address=<address>&key=<key> |
External URL reference
| 95 | https://maps.googleapis.com/maps/api/streetview/metadata?location=<lat,lng>&key=<key> |
External URL reference
| 104 | 3. Check Gravatar: compute MD5 of likely email addresses → `https://www.gravatar.com/<md5>.json` |
External URL reference
| 111 | https://yandex.com/images/search?rpt=imageview&url=<image_url> |
External URL reference
| 112 | https://tineye.com/search?url=<image_url> |
External URL reference
| 115 | https://lens.google.com/uploadbyurl?url=<image_url> |
External URL reference
| 129 | Online tools: `web_fetch https://www.metadata2go.com` or `https://www.pic2map.com` |
External URL reference
| 134 | - Sun angle + shadow direction → `https://www.suncalc.org` to estimate time & location |
External URL reference
| 146 | curl -s "https://haveibeenpwned.com/api/v3/breachedaccount/<email>" -H "hibp-api-key: <key>" |
External URL reference
| 150 | curl -s "https://www.gravatar.com/<md5_hash>.json" |
External URL reference
| 157 | curl -s "https://phonevalidation.abstractapi.com/v1/?api_key=<key>&phone=<number>" |
External URL reference
| 163 | - `https://opencorporates.com/companies?q=<name>` |
External URL reference
| 164 | - Companies House (UK): `https://find-and-update.company-information.service.gov.uk/search?q=<name>` |
External URL reference
| 165 | - LinkedIn company page: `https://linkedin.com/company/<slug>` |
External URL reference
| 180 | curl -s "https://archive.org/wayback/available?url=<url>" |
External URL reference
| 181 | web_fetch "https://web.archive.org/web/*/<url>" for snapshots |
External URL reference
| 299 | "https://api.twitter.com/2/users/by/username/<handle>?user.fields=description,location,created_at,public_metrics" |
External URL reference
| 306 | "https://api.twitter.com/2/users/by/username/<handle>?user.fields=description,location,created_at,public_metrics,entities" |
External URL reference
| 310 | "https://api.twitter.com/2/users/<user_id>/tweets?max_results=10&tweet.fields=created_at,geo,entities" |
External URL reference
| 314 | "https://api.twitter.com/2/tweets/search/recent?query=<query>&max_results=10" |
External URL reference
| 319 | curl -s "https://api.shodan.io/shodan/host/<ip>?key=$SHODAN_KEY" |
External URL reference
| 320 | curl -s "https://api.shodan.io/dns/resolve?hostnames=<domain>&key=$SHODAN_KEY" |
External URL reference
| 325 | curl -s "https://api.hunter.io/v2/domain-search?domain=<domain>&api_key=$HUNTER_KEY" |
External URL reference
| 326 | curl -s "https://api.hunter.io/v2/email-verifier?email=<email>&api_key=$HUNTER_KEY" |
External URL reference
| 331 | curl -s "https://haveibeenpwned.com/api/v3/breachedaccount/<email>" \ |
External URL reference
| 337 | curl -s "https://maps.googleapis.com/maps/api/geocode/json?address=<address>&key=$GMAPS_KEY" |
External URL reference
| 338 | curl -s "https://maps.googleapis.com/maps/api/place/textsearch/json?query=<query>&key=$GMAPS_KEY" |
External URL reference
| 339 | curl -s "https://maps.googleapis.com/maps/api/streetview/metadata?location=<lat,lng>&key=$GMAPS_KEY" |