webview-ui

webview-ui is a cursor rule for Cursor from keska-labs/enterprise-skills. It costs 0 tokens per session (289 once invoked), scanned A, original, MIT.

Development rules for the React-based user interface of a VS Code extension. They define how the browser-based interface communicates with the extension and how its code, styles, and tests are organised.

In plain words
What is it for?
Use them when changing the webview UI, adding React components, connecting buttons to extension commands, updating styles, or writing interface tests.
Why use it?
They prevent the interface from using unavailable desktop or Node features and keep message handling, styling, and testing consistent.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use them when changing the webview UI, adding React components, connecting buttons to extension commands, updating styles, or writing interface tests.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/keska-labs/enterprise-skills/webview-ui
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/keska-labs/enterprise-skills

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for webview-ui

README.md
[![agentmods](https://agentmods.dev/badge/rules/keska-labs/enterprise-skills/webview-ui/github.svg)](https://agentmods.dev/rules/keska-labs/enterprise-skills/webview-ui)
Your own site
<a href="https://agentmods.dev/rules/keska-labs/enterprise-skills/webview-ui"><img src="https://agentmods.dev/badge/rules/keska-labs/enterprise-skills/webview-ui/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for webview-ui

Your own site · 80×15
<a href="https://agentmods.dev/rules/keska-labs/enterprise-skills/webview-ui"><img src="https://agentmods.dev/badge/rules/keska-labs/enterprise-skills/webview-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 289 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00289
Opus 5 $0.00000 $0.00144
Sonnet 5 $0.00000 $0.00058
Haiku 4.5 $0.00000 $0.00029

Measured 8d ago against content hash 397f07304a82, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

webview-ui scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

- Bundled as **browser** code (`webpack` entry [`webview-ui/main.tsx`](webview-ui/main.tsx) → `dist/webview.js`). No `fs`, `path`, `child_process`, or direct `vscode` module imports.
.cursor/rules/webview-ui.mdc · 31 lines

What it actually says

Webview UI (webview-ui/)

Runtime

  • Bundled as browser code (webpack entry webview-ui/main.tsxdist/webview.js). No fs, path, child_process, or direct vscode module imports.

VS Code bridge

React

  • Functional components only; React 19. Keep side effects in hooks; subscribe to extension messages in components that own the listener lifecycle.

Styles

Tests

  • Use @testing-library/react with jsdom; vscode is not available—mock at the hook boundary or test pure components with injected callbacks where needed.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 31 lines · 0 tokens per session scan A 397f07304a82

Subscribe to this mod's changes

webview-ui is a cursor rule published in the GitHub repository keska-labs/enterprise-skills (7 stars, last pushed 20d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 289 tokens. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.