feat: add contract-risk-scanner skill#289
Open
believefnd wants to merge 2 commits intoBankrBot:mainfrom
Open
Conversation
…rences - Rewrote SKILL.md with GoPlus Security API + DexScreener as concrete data sources - Added real curl examples, response field mappings, and risk scoring matrix - Added Bankr integration gating pattern (GO/CAUTION/AVOID → bankr exec) - Added scripts/scan.sh: full risk scan (honeypot + ownership + liquidity) - Added scripts/honeypot.sh: quick honeypot-only check - Added scripts/liquidity.sh: LP status via DexScreener - Added references/goplus-api.md: full field reference + chain IDs - Added references/dexscreener-api.md: pair endpoint + risk signal table - No API key required for any data source
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
This PR adds a new skill: contract-risk-scanner.
The skill helps agents run pre-trade contract safety analysis before buy/swap execution, with a structured output:
Why This Skill
Current ecosystem has strong coverage for execution, trading, and infra access.
What is still underrepresented is a dedicated pre-trade safety gate focused on:
This skill is designed to reduce avoidable losses from unsafe contracts.
What's Included
contract-risk-scannerExample User Intents Covered
Testing Performed
Notes
This skill does not claim absolute safety and always includes confidence limits.
For high-risk or incomplete data, it forces CAUTION or AVOID behavior.