ritmex-crypto-agent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ritmex-crypto-agent (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
USE FOR:
tags: [crypto, Binance, multi-agent, PineScript, TypeScript, Bun, signal-generation, risk, compliance] kind: framework category: crypto-defi-trading
Multi-agent crypto trading research platform targeting Binance.
pinets libraryData Agent → real-time Binance market data ingestion
Technical Agent → PineScript indicators (trend, momentum, volume)
Signal Agent → signal derivation from indicator confluence
Risk Agent → exposure control + position sizing
Compliance Agent→ regulatory reporting + audit trailgit clone https://github.com/valentinov4169/ritmex-ai-trader
cd ritmex-ai-trader
cp env.example .env # Configure Binance API keys, etc.
bun install
bun run index.tsRequirements: Bun v1.2.20+, 4GB RAM, stable internet
| Component | Function |
|---|---|
| Market Data | Real-time Binance OHLCV ingest |
PineScript via pinets | Technical indicators in TS |
| Signal Engine | Confluence-based trade signals |
| Risk Manager | Exposure limits + sizing rules |
| Compliance | Audit trail + regulatory docs |
import { pinets } from "pinets"
// RSI
const rsi = pinets.rsi(closes, 14)
// MACD
const [macdLine, signalLine, histogram] = pinets.macd(closes, 12, 26, 9)
// Bollinger Bands
const [upper, middle, lower] = pinets.bbands(closes, 20, 2.0)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.