
opencues
Turn any text field into a two-way LLM channel: it reads what you write and fills what you ask. Flags a slip as you type, answers anything you end with _. Claude Code, OpenCode, Gemini CLI, shell, Chrome, DeepSeek Harness. Model-agnostic, open standard, no chat window.
What it does
Turn any text field into a two-way LLM channel: it reads what you write and fills what you ask. Flags a slip as you type, answers anything you end with _. Claude Code, OpenCode, Gemini CLI, shell, Chrome, DeepSeek Harness. Model-agnostic, open standard, no chat window.
Installation
dsh plugin --profile web add opencuesInstall method: npm · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
No critical or warning findings in the automated scan. The result is valid only for the commit hash shown.
0.1.0c653c5a7b8402026-08-17c653c5a7b840The scan result is only valid for the scanned commit. If the latest commit differs, the badge shows outdated until the daily pipeline rescans.
Disclaimer: automated static analysis, not a security guarantee. Always review what you install.
• Static heuristic scan: done (15 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 6
- infoReads process.envintegrations/chrome/playwright.config.ts:18forbidOnly: !!process.env.CI,
- infoReads process.envintegrations/chrome/playwright.config.ts:19retries: process.env.CI ? 2 : 0,
- infoReads process.envintegrations/chrome/playwright.config.ts:20workers: process.env.CI ? 1 : undefined,
- infoMakes network requests (fetch / axios)packages/opencues-runtime/src/blanks/http-adapter.ts:15const response = await fetch(url, {
- infoMakes network requests (fetch / axios)packages/opencues-runtime/src/blanks/http-adapter.ts:27const response = await fetch(url, { headers });
- infoReads process.envpackages/opencues-runtime/src/lib/home-dir.ts:19return (typeof process !== 'undefined' && process.env?.HOME) ? process.env.HOME : '~';
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-17 · activity: Active
• Repo created: 2026-08-17
• Stars: ★ 33 · Forks: 1
• Health: Active — committed within last 30 days
Source
GitHub: github.com/opencues/opencues