Review of "cctop" version 1.7.0 (1)

Details Page Preview

AI usage and cost monitor: Claude Code live limits, monthly spend per provider, subscriptions. 100% local data.

Extension Homepage
https://github.com/nventatech/cctop

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1 manual_review 1

Shexli found 2 issues that may need reviewer attention.

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).

Code must not be obfuscated

  • 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.

Disconnect all signals

  • extension.js:56
            this.menu.connect('open-state-changed', (_menu, open) => {
                if (open) {
                    this._m.now = Date.now();
                    this.render();
                }
            })

All Versions

Version Status
1.7.0 (1) Unreviewed

Previous Reviews on this Version

opaaaaaaaaa posted a review
opaaaaaaaaa posted a review