opencues avatar

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.

PluginDeveloperBrowserTerminalDesktopTerminal / Shell
Verification
L2 · Structured
Security
Low
Health
Active
Trust
Silver

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 opencues

Install method: npm · not yet tested in container (L3+)

Compatibility

DSH VersionStatus
not statedDeclared — not tested

Requirements

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

Security Report

Automated static scan, not manual review.

DSH.SOPASSEDSCAN15 FILES
c653c5
Automated review · daily
PASSED

No critical or warning findings in the automated scan. The result is valid only for the commit hash shown.

0 critical·0 warning·6 info·15 files scanned
plugin version0.1.0
scanned commitc653c5a7b8402026-08-17
latest commitc653c5a7b840

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

Risk: Low0 critical · 0 warning · 6 info

• 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:18
    forbidOnly: !!process.env.CI,
  • infoReads process.envintegrations/chrome/playwright.config.ts:19
    retries: process.env.CI ? 2 : 0,
  • infoReads process.envintegrations/chrome/playwright.config.ts:20
    workers: process.env.CI ? 1 : undefined,
  • infoMakes network requests (fetch / axios)packages/opencues-runtime/src/blanks/http-adapter.ts:15
    const response = await fetch(url, {
  • infoMakes network requests (fetch / axios)packages/opencues-runtime/src/blanks/http-adapter.ts:27
    const response = await fetch(url, { headers });
  • infoReads process.envpackages/opencues-runtime/src/lib/home-dir.ts:19
    return (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

Was this page helpful?