AI usage and cost monitor: Claude Code live limits, monthly spend per provider, subscriptions. 100% local data.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-001 manual_review
extension code must not be minified or obfuscated
File appears obfuscated: 57% of identifiers are 1–2 characters (avg length 2.7).
lib/popup.js
short identifier ratio: 57%, identifiers scored: 693
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:56
this.menu.connect('open-state-changed', (_menu, open) => {
if (open) {
this._m.now = Date.now();
this.render();
}
})
| Version | Status |
|---|---|
| 1.7.0 (1) | Unreviewed |