Bounty: 1,000,000 $RUG
Add a local SQLite-backed history so users can track how a token safety score changes over time and detect trends (e.g., liquidity being drained, holder concentration increasing).
Goal: python rugguard.py history <MINT> — show score over time + detect anomalies.
Acceptance criteria:
- Local SQLite database (
.rugguard_history.db) stores each check result
history command shows score over time with timestamps
trend flag detects significant changes: liquidity drops >20%, holder concentration spikes, authority changes
- Optional
--export csv for spreadsheet analysis
- Database auto-prunes entries older than 90 days
Bounty: 1,000,000 $RUG
Add a local SQLite-backed history so users can track how a token safety score changes over time and detect trends (e.g., liquidity being drained, holder concentration increasing).
Goal:
python rugguard.py history <MINT>— show score over time + detect anomalies.Acceptance criteria:
.rugguard_history.db) stores each check resulthistorycommand shows score over time with timestampstrendflag detects significant changes: liquidity drops >20%, holder concentration spikes, authority changes--export csvfor spreadsheet analysis