
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@continuewith/sdk
Advanced tools
ContinueWith prompt helpers and install snippets for the AI handoff widget
Shared helpers for the ContinueWith AI handoff widget — prompt builders, install snippets, agent skills metadata, and theme utilities.
Used by the public widget bundle, CLI, and MCP server. Safe to import in your own tooling.
npm install @continuewith/sdk
import {
htmlWidgetSnippet,
buildPrompt,
buildProviderUrl,
DEMO_PUBLIC_KEY,
agentInstallRule,
} from '@continuewith/sdk';
const snippet = htmlWidgetSnippet({ siteKey: DEMO_PUBLIC_KEY });
const url = buildProviderUrl({
provider: 'chatgpt',
prompt: buildPrompt('Summarize {{url}}', { url: 'https://example.com' }),
});
Replace DEMO_PUBLIC_KEY (cw_demo_public_key) with your dashboard public key after signup.
| Area | Examples |
|---|---|
| Prompts | buildPrompt, buildProviderUrl, providerLabels |
| Install | htmlWidgetSnippet, widgetScriptUrl, hasContinueWithInstall |
| Theme | normalizeWidgetTheme, themeToCssBlock, themeToStyleObject |
| Agents | agentInstallRule, skills catalog in ./skills |
| Package | Purpose |
|---|---|
continuewith | CLI — npx continuewith add |
@continuewith/mcp | MCP server for Cursor / Claude Code |
What this package contains: TypeScript/JavaScript helpers only. No network calls, no credentials, no telemetry.
What is intentionally public: cw_demo_public_key — a read-only demo site key for trying the widget before signup. It is not a secret. Use your own key from the dashboard in production.
What is never shipped here: Stripe keys, Resend keys, Clerk secrets, database URLs, or private site keys.
MIT © ContinueWith
FAQs
ContinueWith prompt helpers and install snippets for the AI-native Web layer
The npm package @continuewith/sdk receives a total of 10 weekly downloads. As such, @continuewith/sdk popularity was classified as not popular.
We found that @continuewith/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.