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

hscope

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hscope

HarnessScope launcher — turn-level governance observability for Claude Code. This is a thin launcher; the tool itself lives on PyPI as 'hscope' (Python 3.10+ required). Local-first: transcripts never leave the machine.

latest
npmnpm
Version
0.1.3
Version published
Weekly downloads
29
-14.71%
Maintainers
1
Weekly downloads
 
Created
Source

hscope (npm launcher)

This is a launcher; the tool lives on PyPI as hscope.

HarnessScope — turn-level governance observability for Claude Code sessions. It parses your local transcripts into SQLite, judges them against your workspace's own rules, and serves a viewer. Local-first: transcripts never leave the machine, and there is no LLM inside the tool.

This npm package exists for the npx habit of the MCP ecosystem. The hscope binary finds a Python 3.10+ on your machine (installing the PyPI package into ~/.hscope/npm-venv on first run) and forwards every argument to python -m hscope. No JS logic beyond that.

npx -y hscope                # zero-config: scan → ingest → judge → open the viewer
npx -y hscope --version
claude mcp add hscope -- npx -y hscope mcp    # register the MCP server (10 tools;
                                              # writes stay OFF without HSCOPE_MCP_WRITE=1)

Python 3.10+ is required. Without it the launcher prints install guidance and exits non-zero — it will not fail silently. If you have Python but prefer not to use npm:

pipx install hscope

Versions are lockstep with PyPI: launcher X.Y.Z runs hscope==X.Y.Z. Source and issues: https://github.com/moongioh/harness-scope (single home for bug reports).

Keywords

claude-code

FAQs

Package last updated on 13 Jul 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