
Security News
npm Tooling Bug Incorrectly Marks One-Character Packages as Security Holders
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.
PRISM OS-009 reference MCP server — 6 loop-phase machines (compose, interact, observe, reflect, diagnose, config) that benchmark any PULSE-conforming memory system. One of four MCP servers in the [&] three-protocol stack (box-and-box, graphonomous, os-pri
OpenSentience OS-009 PRISM reference MCP server.
One of four MCP servers in the [&] three-protocol stack:
| Package | Role | Install |
|---|---|---|
box-and-box | [&] Protocol validator / composer | npx -y box-and-box --db ~/.box-and-box/specs.db |
graphonomous | Memory loop (5 machines) | npx -y graphonomous --db ~/.graphonomous/knowledge.db |
os-prism | Diagnostic loop (this, 6 machines) | npx -y os-prism --db ~/.os-prism/benchmarks.db |
os-pulse | PULSE manifest registry | npx -y os-pulse --db ~/.os-pulse/manifests.db |
compose, interact, observe, reflect, diagnose, config.action parameter and forwards the call to
the Elixir PRISM engine via a simple JSON-RPC protocol on stdin/stdout.The Elixir PRISM engine carries the IRT/Rasch calibration, three-layer judging pipeline, and scenario evolution logic. Bundling it as a cross-platform escript is deferred to v0.2.0. In v0.1.0:
engine-unavailable response unless
you set PRISM_ENGINE_PATH (or --engine-path) to an executable that
speaks line-delimited JSON-RPC on stdin/stdout.See docs/NPM_PACKAGE.md for the full engine wire protocol.
| Machine | Actions |
|---|---|
compose | scenarios, validate, list, get, retire, byor_register, byor_discover |
interact | run, run_sequence, run_matrix, status, transcript, cancel, byor_evaluate, byor_compare |
observe | judge_transcript, judge_dimension, meta_judge, meta_judge_batch, override |
reflect | analyze_gaps, evolve, advance_cycle, calibrate_irt, cycle_history, byor_recommend, byor_infer_profile |
diagnose | report, failure_patterns, retest, verify, regressions, suggest_fixes, leaderboard, leaderboard_history, compare_systems, dimension_leaders, fit_recommendation, compare_fit, task_profiles |
config | set_weights, register_system, list_systems, get_config, create_profile |
Total: 45 actions.
| URI | Returns |
|---|---|
prism://runtime/health | Engine availability + counts. |
prism://systems/registered | Registered memory systems. |
prism://runs/recent | Recent benchmark runs. |
npx -y os-prism --db ~/.os-prism/benchmarks.db
Or in .mcp.json:
{
"mcpServers": {
"prism": {
"command": "npx",
"args": [
"-y",
"os-prism",
"--db",
"~/.os-prism/benchmarks.db"
],
"env": {
"PRISM_ENGINE_PATH": "/path/to/prism_engine"
}
}
}
}
| Flag | Default |
|---|---|
--db <path> | ~/.os-prism/benchmarks.db |
--transport | stdio (only; HTTP planned) |
--port | 4712 (ignored for stdio) |
--engine-path | $PRISM_ENGINE_PATH or unset |
--log-level | info |
The wrapper spawns the engine as a child process and writes one JSON object per line on its stdin:
{"id": "req-...", "method": "compose.list", "params": {"kind": "anchor"}}
and reads one JSON object per line on its stdout:
{"id": "req-...", "ok": true, "result": { ... }}
Any engine that implements this protocol and dispatches
<machine>.<action> calls onto the PRISM core modules can be used.
git clone https://github.com/c-u-l8er/AmpersandBoxDesign
cd AmpersandBoxDesign/PRISM/npm
npm install
npm run build
node bin/os-prism.js --help
docs/NPM_PACKAGE.md — full package specification../lib/prism/mcp/machines/ — Elixir
implementation of the 6 machines (the v0.1.0 wrapper delegates to these)Apache-2.0
FAQs
PRISM OS-009 reference MCP server — 6 loop-phase machines (compose, interact, observe, reflect, diagnose, config) that benchmark any PULSE-conforming memory system. One of four MCP servers in the [&] three-protocol stack (box-and-box, graphonomous, os-pri
The npm package os-prism receives a total of 11 weekly downloads. As such, os-prism popularity was classified as not popular.
We found that os-prism demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.