npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@contextware/openshellpolicy

v1.0.1

Published

Visual policy editor for NVIDIA OpenShell sandbox policies — build, visualize, and validate agent sandbox policies without hand-editing YAML

Readme

OpenShell Policy Editor

A visual editor for NVIDIA OpenShell sandbox policies — build, visualize, and validate agent sandbox policies without hand-editing YAML.

npm


Quickstart

npx @contextware/openshellpolicy

Opens the editor in your browser at http://localhost:3847/editor/. No install, no account, no data leaves your machine.


Features

  • Visual graph — sandbox node, endpoints, and binaries with color-coded edges showing access level and enforcement mode
  • Bidirectional YAML sync — edit visually or paste raw YAML; both stay in sync in real time
  • Live validation — catches invalid paths, root process identity, access/rules conflicts, and port errors as you type
  • Form-based builder — add endpoints, set L7 rules (method + path glob), scope to specific binaries
  • Import / Export — upload an existing policy file or download the one you built
  • Built-in tutorials — three step-by-step walkthroughs covering common patterns

Running from source

git clone https://github.com/oidebrett/openshellpolicy.git
cd openshellpolicy
npm install
npm run dev       # dev server at http://localhost:3000
npm run build     # production static export → out/
npm test          # vitest unit tests

Stack: Next.js 16 · TypeScript · React Flow · Monaco Editor · Tailwind CSS · Zod · js-yaml · Vitest


Learn more

For background on NVIDIA OpenShell, what policies control, the full schema reference, and tutorial walkthroughs — visit the editor landing page after running npx @contextware/openshellpolicy, or go straight to the OpenShell docs.


Related packages


Contributing

Issues and PRs welcome. If you find a gap between the editor's schema support and the official OpenShell docs, please open an issue with a link to the relevant doc section.


Not affiliated with or endorsed by NVIDIA Corporation.