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

@oaslananka/sentinel

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
Package was removed
Sorry, it seems this package was removed from the registry

@oaslananka/sentinel

Zero-Trust MCP Security Layer — Policy, audit, PII masking, spend control

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@oaslananka/sentinel

Zero-trust MCP proxy with key management, policy enforcement, audit logging, approval gates, and PII controls.

Install

npm install -g @oaslananka/sentinel

Quick Start

sentinel keys create --name local-dev --allow-tool "*"
sentinel pii-scan "Contact me at ops@example.com" --redact
sentinel proxy --upstream-url http://localhost:3000/mcp

Example

sentinel proxy \
  --upstream-url http://127.0.0.1:4010/mcp \
  --db ./data/sentinel.sqlite \
  --policy ./examples/sentinel-policy.yaml

Core Features

  • virtual key lifecycle and rotation
  • request and response pipelines
  • audit trail export
  • approval hold workflow
  • PII detection and redaction including TR-specific patterns

Works Well With

Sentinel is most effective in front of @oaslananka/composer or @oaslananka/forge, where one policy layer can protect many downstream MCP tools and pipeline runs.

Keywords

mcp

FAQs

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