io.github.wundam/orchex
NPM · @WUNDAM/ORCHEX · SCANNED AUG 7
Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Known CVEs were checked across the 115 of 119 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Dependency health was assessed across the 115 of 119 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency6
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (BUSL-1.1) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 94 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1112 tokens (~92/item across 12 items; 12 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
- Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @wundam/orchex
claude mcp add wundam-orchex -- npx -y @wundam/orchex
codex mcp add wundam-orchex -- npx -y @wundam/orchex
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wundam-orchex": {
"type": "local",
"command": [
"npx",
"-y",
"@wundam/orchex"
],
"enabled": true
}
}
} openclaw mcp add wundam-orchex --command npx --arg -y --arg @wundam/orchex
mcp_servers:
wundam-orchex:
command: "npx"
args: ["-y", "@wundam/orchex"] {
"mcpServers": {
"wundam-orchex": {
"command": "npx",
"args": [
"-y",
"@wundam/orchex"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 7 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.
- 4 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 3 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +57
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → fail ▼ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: BUSL-1.1 functional
- 1 Aug 26 −16
- Tool coverage: 100 → unverified ▼ functional
- 31 Jul 26 −24
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 28 Jul 26 +22
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: unverified functional
- First check of Schema quality: pass functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: fail functional
- 27 Jul 26 18
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 7 Aug 2026 · Analysed npm/@wundam/[email protected]
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 115 packages
| Packages resolved | 115 |
|---|---|
| Deprecated | 114 |
| Stale | 34 |
| Tree resolution | Partial |
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
add_stream Add Stream ~134
Add a new stream to the active orchestration.
| Name | Type | Req | Description |
|---|---|---|---|
| deps | array | – | Stream IDs this depends on |
| id | string | yes | Unique stream ID |
| name | string | yes | Human-readable stream name |
| owns | array | – | File paths this stream owns |
| plan | string | – | Implementation plan for the stream |
| project_dir | string | – | Project directory |
| reads | array | – | File paths this stream needs to read (but does not own) |
| setup | array | – | Setup commands to run before the stream executes |
| verify | array | – | Verification commands to run after the stream completes |
No output schema declared.
No examples provided.
auto Auto-Orchestrate ~158
Generate a plan from user intent, preview streams, and optionally execute. Flow: gather context → LLM generates plan → learn pipeline → preview → approve → execute → report.
| Name | Type | Req | Description |
|---|---|---|---|
| approve | boolean | – | If true, execute immediately after preview. If false (default), return preview only. |
| approved_streams | array | – | Stream IDs to approve for execution. Non-listed pending streams will be skipped. Omit this parameter to approve all streams (default behavior). |
| intent | string | yes | What you want to build (e.g., "Add user authentication with JWT") |
| model | string | – | LLM model override |
| project_dir | string | – | Project directory (defaults to cwd) |
| provider | string | – | LLM provider override |
No output schema declared.
No examples provided.
complete Complete ~54
Mark a stream as complete, or archive the entire orchestration.
| Name | Type | Req | Description |
|---|---|---|---|
| archive | boolean | – | Archive the orchestration |
| project_dir | string | – | Project directory |
| stream_id | string | – | Stream ID to mark complete |
No output schema declared.
No examples provided.
execute Execute Orchestration ~179
Run the orchestration. Each call executes one wave of streams in parallel via LLM API, applies artifacts to the codebase, and runs verification commands. Call repeatedly for each wave, or use auto mode.
| Name | Type | Req | Description |
|---|---|---|---|
| dry_run | boolean | – | Preview without executing (default: false) |
| iterate | boolean | – | When true with mode=auto, re-plan and re-execute if failures remain. Max 3 iterations. |
| max_iterations | number | – | Maximum iterations for iterative mode (default: 3, max: 5). |
| mode | string | – | auto: execute all waves sequentially. wave: execute one wave and return. |
| model | string | – | LLM model override (auto-detected based on provider) |
| project_dir | string | – | Project directory |
| wave | number | – | Run a specific wave number (optional) |
No output schema declared.
No examples provided.
init Initialize Orchestration ~74
Initialize a new orchestration for a feature. Creates .orchex/active/manifest.yaml with streams.
| Name | Type | Req | Description |
|---|---|---|---|
| feature | string | yes | Feature name (e.g., "user-authentication") |
| project_dir | string | – | Project directory (defaults to cwd) |
| streams | object | yes | Map of stream ID → stream definition |
No output schema declared.
No examples provided.
init-plan Generate Plan Template ~103
Generate an annotated markdown plan template that teaches users how to structure documents for orchex learn. Creates a starter plan file with inline comments explaining what the learn pipeline parses.
| Name | Type | Req | Description |
|---|---|---|---|
| feature_name | string | – | Feature name for the plan (used in title and example stream IDs) |
| output_path | string | – | Output file path. Defaults to docs/plans/YYYY-MM-DD-<feature>-plan.md |
| project_dir | string | – | Project directory (defaults to cwd) |
No output schema declared.
No examples provided.
learn Learn from Plan ~145
Parse a planning document and generate stream definitions. Returns proposed streams for review before initialization.
| Name | Type | Req | Description |
|---|---|---|---|
| deliverable_level | number | – | Header level for deliverables (2=H2, 3=H3) |
| document_content | string | – | Plan document contents as string. When provided, used instead of reading document_path from disk. Useful for cloud mode where the server cannot access local files. |
| document_path | string | yes | Path to the markdown planning document |
| prefix | string | – | Optional prefix for stream IDs |
| project_dir | string | – | Project directory (for resolving relative paths) |
| validate_antipatterns | boolean | – | Validate generated streams against anti-patterns |
No output schema declared.
No examples provided.
recover Recover Stuck Streams ~108
Recover streams stuck in in_progress state or failed state. Auto-detects stuck streams and resets them to pending for retry, or skips them.
| Name | Type | Req | Description |
|---|---|---|---|
| include_failed | boolean | – | Also recover failed streams (not just stuck in_progress ones). |
| mode | string | – | retry: reset stuck streams to pending. skip: mark them as skipped. |
| project_dir | string | – | Project directory |
| stream_id | string | – | Specific stream ID to recover. If omitted, recovers all stuck streams. |
No output schema declared.
No examples provided.
reload Reload MCP Server ~23
Restart the MCP server to pick up rebuilt code. MCP client will reconnect automatically.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
reset-learning Reset Learning ~66
Reset learning data: thresholds, events, patterns, and/or reports.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | yes | Must be true to proceed |
| patterns_only | boolean | – | Only reset patterns |
| project_dir | string | – | Project directory |
| reports_only | boolean | – | Only reset reports |
No output schema declared.
No examples provided.
rollback-stream Rollback Stream ~42
Revert file changes made by a specific stream using git.
| Name | Type | Req | Description |
|---|---|---|---|
| project_dir | string | – | Project directory |
| stream_id | string | yes | Stream ID to rollback |
No output schema declared.
No examples provided.
status Orchestration Status ~26
Get the current orchestration status and progress.
| Name | Type | Req | Description |
|---|---|---|---|
| project_dir | string | – | Project directory |
No output schema declared.
No examples provided.