🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

provenby-connect

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

provenby-connect

Auto-discover, extract, and upload your LLM conversation data to ProvenBy

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

provenby-connect

Auto-discover, extract, and upload your LLM conversation data to ProvenBy — all processing happens on your device.

Quick start

npx provenby-connect

That's it. The CLI scans your machine for LLM session data, extracts skills locally, and uploads only the anonymized patterns.

What it detects

  • Claude Code~/.claude/projects/**/*.jsonl
  • Cursor~/Library/Application Support/Cursor/User/History
  • Continue~/.continue/dev_data
  • OpenClaw — local SQLite database
  • Windsurf~/.windsurf/sessions
  • ChatGPT — manually-exported conversations.json
  • Claude Web — manually-exported JSON
  • Gemini — Google Takeout JSON
  • Grokaccounts.x.ai/data export

Flags

npx provenby-connect --provider claude         # scan only Claude Code
npx provenby-connect --dry-run                 # show what would upload, upload nothing
npx provenby-connect --watch                   # live stream on new sessions
npx provenby-connect --data-dir ~/my-exports   # scan a specific directory
npx provenby-connect --email you@example.com   # link to this account (first run only)

Privacy

Your raw conversations never leave your device. On first run you'll be prompted to sign in via email link. After that:

  • Scan — find session files
  • Redact — strip API keys, company names, PII (local regex + patterns)
  • Extract — derive skill signals via local analysis (no LLM needed for extraction)
  • Upload — send only the extracted patterns (skills, evidence counts, timestamps)

Requirements

  • Node.js 18+
  • macOS / Linux / Windows (WSL)
  • Full docs
  • Privacy policy
  • SDK for real-time capture
  • Transparent proxy

Keywords

provenby

FAQs

Package last updated on 17 Apr 2026

Did you know?

Socket

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.

Install

Related posts