Archive packages
Demo
Search, inspect, plan, receipt.
One package path shows how humans and agents use the same archive without trusting package text first.
Demo trust level
Demo trust score
Path
Run it from any workspace
Every step has a CLI form and the same flow is exposed through MCP for Codex, Claude Code, OpenCode and Hermes.
Search
Find a package from the same public archive an agent reads.
nipmod search gitlawb-repo-reader --online --jsonView
Read package metadata, source and suggested next actions.
nipmod view gitlawb-repo-reader --jsonInspect
Check digest, signer, source, transparency and permissions.
nipmod inspect pkg:did:key:z6MkqDAkKNtWH69ZYoFitErk1CCKofFP5AaFjVXy5bVQ4fbD/gitlawb-repo-reader@0.1.0 --jsonPlan
Create the install plan before the lockfile changes.
nipmod install --plan pkg:did:key:z6MkqDAkKNtWH69ZYoFitErk1CCKofFP5AaFjVXy5bVQ4fbD/gitlawb-repo-reader@0.1.0 --jsonInstall
Install only after review. Nipmod writes a local install receipt.
mkdir -p nipmod-demo
cd nipmod-demo
nipmod install gitlawb-repo-reader
ls .nipmod/receiptsAudit
Check the workspace against current trust and advisory data.
nipmod audit --online
nipmod sbom --jsonAgent
Ask through MCP
Use this after `nipmod setup codex` or `nipmod setup claude`.
Use Nipmod to find gitlawb-repo-reader, inspect it, create an install plan, and install only after I approve the lockfile write.