Add OpenOSINT - AI-powered OSINT agent (username, email, IP, breach)#699
Open
SonoTommy wants to merge 1 commit into
Open
Add OpenOSINT - AI-powered OSINT agent (username, email, IP, breach)#699SonoTommy wants to merge 1 commit into
SonoTommy wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new “OpenOSINT (T)” resource entry to public/arf.json.
Changes:
- Added “OpenOSINT (T)” as a URL resource entry in two separate locations in the JSON file
- Included a long-form description and marked the entry as
local: true
Comments suppressed due to low confidence (2)
public/arf.json:1
- The surrounding entries include fields like
api,invitationOnly, anddeprecated, but the newOpenOSINT (T)entry omits them. If consumers/schema assume these keys exist, this can break parsing or defaulting logic. Consider adding the same boolean fields to this object (with appropriate values) to keep the JSON schema consistent.
public/arf.json:1 - The same
name/urlentry is added twice in the file, but with different descriptions. This can cause duplicate results in UIs/search and makes future updates error-prone (two places to keep in sync). If this is meant to be one resource, deduplicate it; if it must appear in two sections, consider ensuring the descriptions are identical (or add a disambiguating field/name to clearly explain why there are two entries).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OpenOSINT is an AI-powered OSINT agent that chains 14 intelligence
tools into a single automated workflow via an interactive REPL, CLI,
and MCP server.
Added to:
Covers: username search across 300+ platforms (sherlock), email
enumeration (holehe), breach detection (HaveIBeenPwned), WHOIS,
subdomain discovery, IP geolocation, AbuseIPDB, Censys, Pastebin,
phone intel, and Google dork generation.
Runs locally — no API key required (Ollama supported).
MIT license. Python 3.10+.
https://github.com/OpenOSINT/OpenOSINT