Skip to content

Instantly share code, notes, and snippets.

View FavioVazquez's full-sized avatar
💻
Changing the world :)

Favio André Vázquez FavioVazquez

💻
Changing the world :)
View GitHub Profile
5 safe fix(es) (dry-run — pass --apply to write):
./billing/app.py:1-1 Remove the unused import `os`
./billing/app.py:12-14 Delete unused function `_legacy_helper`
./billing/services/invoice.py:1-1 Remove the unused import `requests`
./billing/services/invoice.py:2-2 Remove the unused import `Money`
./billing/services/invoice.py:3-3 Remove the unused import `ledger`
@FavioVazquez
FavioVazquez / anatomy_mollify
Created July 8, 2026 00:34
anatomy mollify
billing/app.py:12 [warn/certain] unused-export — function `_legacy_helper` … (unused-export:b3454f8f0092acf5)
└── where ───────┘ └─ sev/conf ─┘ └── rule ────┘ └────────── reason ────────┘ └───── fingerprint ─────┘
Mollify audit — .
Quality score: 84/100
16 finding(s) across 7 file(s) — 0 error, 16 warn
billing/app.py:1 [warn/certain] unused-import — import `os` is never used in this module (unused-import:9a5e10483cc040fd)
billing/app.py:12 [warn/certain] unused-export — function `_legacy_helper` has no reachable references in the project (unused-export:b3454f8f0092acf5)
billing/app.py:13 [warn/likely] unused-variable — local variable `tmp` is assigned but never used (unused-variable:bced62ab9da79356)
billing/app.py:17 [warn/likely] untyped-function — public function `password_hash` has no type annotations (0/1 params typed, no return type) (untyped-function:a3c79d14005834f2)
billing/app.py:18 [warn/likely] weak-hash — `hashlib.md5` is a weak hash; use sha256+ (or pass usedforsecurity=False) [CWE-327] (weak-hash:2fda8ae0463ffdee)
billing/services/invoice.py:1 [warn/certain] circular-dependency — import cycle: billing.services.invoice → billing.services.ledger → billing.services.invoice (circular-depend
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.