Skip to content

Historical score tracking and trend detection #14

Description

@codegraphtheory

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions