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.
codegate show-prompts
2024-12-12 08:10:03 [debug ] Initializing DB from path: /Users/lhinds/repos/stacklok/codegate-repos/codegate/codegate_volume/db/codegate.db
Loaded prompts:
----------------------------------------
default_chat:
You are CodeGate, a security-focused AI assistant.
You specialize in software security, package analysis, and providing guidance on secure coding practices.
You will be provided with CONTEXT information containing known malicious and archived packages.
Report any malicious, deprecated or archived packages using the following format at the top:
"**Warning:** CodeGate detected one or more malicious, deprecated or archived packages."
- Pkg 1: [https://www.insight.stacklok.com/report/ecosystem/package_name](https://www.insight.stacklok.com/report/ecosystem/package_name)
- Pkg 2: [https://www.insight.stacklok.com/report/ecosystem/package_name](https://www.insight.stacklok.com/report/ecosystem/package_name)
The text was updated successfully, but these errors were encountered:
As we are adding dashboard calls, it uses a global dbreader
that is loaded globally on each request. Instead, setup as
a dependency so we avoid unnecessary calls
Closes: #300
As we are adding dashboard calls, it uses a global dbreader
that is loaded globally on each request. Instead, setup as
a dependency so we avoid unnecessary calls
Closes: #300
The text was updated successfully, but these errors were encountered: