feat: OSINT wallet monitoring router (Flowsint-inspired, A+ Codex audit)#27
Open
jratdish1 wants to merge 2 commits into
Open
feat: OSINT wallet monitoring router (Flowsint-inspired, A+ Codex audit)#27jratdish1 wants to merge 2 commits into
jratdish1 wants to merge 2 commits into
Conversation
added 2 commits
June 12, 2026 22:29
…audit) - server/routers/osint.ts: tRPC router with investigateWallet + monitorContract - Zod schema validation on all inputs/outputs - AbortController timeouts (30s investigate, 10s monitor) - EVM address normalization to lowercase - Full error handling with server-side logging - server/osint.test.ts: 7 tests, all passing - Wired into appRouter as osint: osintRouter Source: Flowsint (reconurge/flowsint) — 6,584 stars Grok-3: 9/10 | GPT-4.1-mini: 8/10 | Combined: 8.5/10 Codex audit: A+ (2 passes) FLOWSINT_URL env var required for production deployment. DO NOT DEPLOY without explicit approve deploy from VETS.
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.
Summary
Adds a Flowsint-inspired OSINT wallet monitoring tRPC router to hero-dapp.
Source
Changes
server/routers/osint.ts: tRPC router with two procedures:osint.investigateWallet: Graph-based OSINT investigation of any EVM wallet (depth 1-3, multi-chain)osint.monitorContract: Register a contract for real-time monitoring with webhook alertsserver/osint.test.ts: 7 tests, all passingserver/routers.ts: Wired into appRouter asosint: osintRouterSecurity Features (A+ Codex)
Test Results
Env Required
FLOWSINT_URL— URL of self-hosted Flowsint service (not required for tests, required for production)