Review of "Polifix" version 2

Details Page Preview

Polish any text from anywhere. Press a shortcut, pick a transformation, and the result streams in and lands on your clipboard. Talks to your own AI provider with your own API key, Anthropic, Gemini, or anything that speaks the OpenAI contract.

Extension Homepage
https://github.com/JiruGutema/polifix

No comments.

Diff Against

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-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • extension.js:123
    St.Clipboard.get_default()
  • panel.js:652
    St.Clipboard.get_default()

EGO-L-001 warning

extension must not create GObject instances or modify shell before enable()

Resource creation or signal/source setup was found outside `enable()`.

Only use initialization for static resources

  • secrets.js:11
    new Secret.Schema(
        'io.github.jirugutema.polifix.ApiKey',
        Secret.SchemaFlags.NONE,
        {provider: Secret.SchemaAttributeType.STRING}
    )

All Versions

Version Status
2 Unreviewed
1 Rejected