feat: add RelayShield identity threat intelligence plugin#196
Open
nzdsf2-gif wants to merge 1 commit into
Open
feat: add RelayShield identity threat intelligence plugin#196nzdsf2-gif wants to merge 1 commit into
nzdsf2-gif wants to merge 1 commit into
Conversation
Wraps all 8 RelayShield security tools as GAME-compatible Functions. Tools: breach lookup, SIM swap detection, OAuth exposure, domain lookalikes, wallet scan, URL scan, file scan, scan result poll. Pay-as-you-go via x402 USDC on Base or RapidAPI subscription.
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 RelayShield as a community plugin — identity threat intelligence
for GAME agents.
Wraps all 9 RelayShield security tools as GAME-compatible Functions
so agents can check identity threats before acting on user input,
executing transactions, or processing links and files.
Tools
check_breach— email breach lookup via HIBP ($0.10 USDC)check_sim_swap— SIM swap / eSIM detection, live carrier data ($0.25 USDC)check_domain_lookalikes— typosquat / phishing domain scan ($0.50 USDC)check_oauth_watchlist— breached OAuth app exposure ($0.15 USDC)check_infostealer— near real-time infostealer malware detection; identifies device compromise via RedLine, Raccoon, Vidar and similar credential-harvesting trojans ($0.15 USDC)scan_wallet— on-chain wallet risk via GoPlus Security ($0.10 USDC)scan_url— malware / phishing URL scan, 70+ engines ($0.05 USDC)scan_file— binary malware scan, 70+ AV engines ($0.10 USDC)check_scan_result— poll async scan result (free)Payment
Pay-as-you-go via x402 USDC on Base — no subscription required.
Also available via RapidAPI subscription for lower per-call cost.
Configuration
Three environment variables:
RELAYSHIELD_API_URL— API Gateway base URL (required)RELAYSHIELD_API_KEY— RapidAPI subscription key (optional)RELAYSHIELD_X_PAYMENT— x402 payment proof, USDC on Base (optional)Usage
Live on RapidAPI: https://rapidapi.com/relayshielduser/api/relayshield-security-intelligence