README.md
pyproject.toml
api/__init__.py
api/main.py
scorer/__init__.py
scorer/labels.py
scorer/lookup.py
scorer/parser.py
scorer/report.py
scorer/rpc.py
scorer/heuristics/__init__.py
scorer/heuristics/h1_script_mismatch.py
scorer/heuristics/h2_round_amount.py
scorer/heuristics/h3_address_reuse.py
scorer/heuristics/h4_utxo_age.py
scorer/heuristics/h5_consolidation.py
scorer/heuristics/h6_dust.py
scorer/heuristics/h7_bip69.py
scorer/heuristics/h8_tainted_label.py
siriscore/__init__.py
siriscore.egg-info/PKG-INFO
siriscore.egg-info/SOURCES.txt
siriscore.egg-info/dependency_links.txt
siriscore.egg-info/entry_points.txt
siriscore.egg-info/requires.txt
siriscore.egg-info/top_level.txt
tests/test_api.py
tests/test_checks.py
tests/test_cli.py
tests/test_heuristics.py
tests/test_labels.py
tests/test_lookup.py
tests/test_parser.py
tests/test_rpc.py