Back to Home

RunFromRun

Verified Safe

by dumpling815

Overview

This server analyzes stablecoin off-chain reserve risk and on-chain market/behavioral risk by parsing PDF reports and collecting on-chain data to calculate integrated risk scores (FRRS, OHS, TRS).

Installation

Run Command
docker compose up -d

Environment Variables

  • API_KEY_COINGECKO
  • OLLAMA_MODELS
  • OLLAMA_HOST
  • MOUNTED_DIR
  • ETHEREUM
  • BINANCE_SMART_CHAIN
  • ARBITRUM_ONE
  • SOLANA
  • TRON
  • BASE
  • SUI

Security Notes

The system processes untrusted PDF files using Camelot and img2table, which can be an attack surface if the PDFs are malicious, though Docker isolation mitigates some risks. It interacts with numerous external APIs (CoinGecko, OpenFIGI, various blockchain RPCs) and a local Ollama LLM, which introduces inherent network and potential prompt injection risks. However, the code avoids 'eval' or similar dangerous functions on untrusted input, uses `yaml.full_load` for configuration, and handles API keys via environment variables, demonstrating good security practices for its domain.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens12500
Stars0
Forks0
Last Update2025-11-29

Tags

StablecoinRisk AnalysisLLMOn-chain dataOff-chain dataFinancial