Skip to content

feat: add DeFi Risk Scanner Agent#33

Open
ccclin111 wants to merge 6 commits intowarden-protocol:mainfrom
ccclin111:add-defi-risk-scanner
Open

feat: add DeFi Risk Scanner Agent#33
ccclin111 wants to merge 6 commits intowarden-protocol:mainfrom
ccclin111:add-defi-risk-scanner

Conversation

@ccclin111
Copy link

@ccclin111 ccclin111 commented Jan 9, 2026

DeFi Risk Scanner analyzes DeFi protocols and generates comprehensive risk scores to help users make informed investment decisions:

  • Multi-dimensional risk scoring (contract security, TVL, team transparency, on-chain behavior)
  • Real-time data from DeFiLlama API
  • Warning detection for whale concentration, TVL drops, missing audits
  • Weighted scoring model with detailed breakdowns

Live: https://defi-risk-scanner.onrender.com

Tech: LangGraph, TypeScript, OpenAI GPT-4o, Express.js

ccclin111 and others added 6 commits January 6, 2026 00:00
ZenGuard is an AI agent that monitors emotional state through conversation
analysis and takes protective action when it detects dangerous trading impulses:

- Sentiment Analysis with Irrationality Index (0.0 - 1.0)
- Context-aware memory (last 3 messages)
- Scam/fraud detection
- Warden Protocol integration for asset locking
- Production-ready HTTP API with rate limiting

Tech: LangGraph, TypeScript, OpenAI GPT-4o, Express.js
- Add author: @xxxaak__
- Add description: AI-powered emotional guardian for crypto traders
- Add keywords: warden, langgraph, crypto, ai-agent, sentiment-analysis
- Change license: ISC -> MIT (matching README)
Added ZenGuard Agent - AI emotional guardian that protects crypto traders
from panic-driven decisions using sentiment analysis and Warden Protocol.
- Add SSE streaming endpoint (/threads/:thread_id/runs/stream)
- Add LangGraph standard endpoints (/assistants, /threads, /runs/wait)
- Add thread history endpoints (POST and GET)
- Improve input parsing for multi-format compatibility
- Add metadata event and array format for Agent Chat support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
AI-powered DeFi protocol risk assessment tool that analyzes protocols
across multiple dimensions to generate comprehensive risk scores.

## Features
- Multi-source data collection (DeFiLlama real API + mock fallbacks)
- Weighted risk scoring model (Contract 40%, TVL 30%, Team 15%, On-chain 15%)
- Real-time warnings for critical risk factors
- LangGraph workflow integration
- LangGraph Cloud API compatible endpoints

## Data Sources
- DeFiLlama: Real API (TVL, protocols) - Free
- Certik, DeBank, Etherscan: Mock data (enable with API keys)

## Deployment
- Live: https://defi-risk-scanner.onrender.com
- GitHub: https://github.com/ccclin111/defi-risk-scanner

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added <rule> tags for array_response_format and assistants_search_endpoint.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant