You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
When using Cline as my client, CodeGate is warning me about deprecated packages that are not relevant for a few reasons:
For package ecosystems different than the language I'm working in (ex: working in a .go file, but getting warnings about rust/npm packages)
For packages that aren't actually package inclusions in a file, just keywords that happen to match a very generic package name (ex: file happens to have "vscode" in a variable name or string value, getting a warning about npm/vscode, same for the word "runtime" warning about rust/runtime)
The same doesn't happen with Copilot or Continue.
Steps to Reproduce
An example Go file that CodeGate warns on via Cline is below. The CodeGate warning is:
Warning: CodeGate detected one or more malicious, deprecated or archived packages.