
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@opencode_weave/weave
Advanced tools
Weave is a lean OpenCode plugin with multi-agent orchestration. It provides a cohesive framework for weaving agents, tools, and skills into structured workflows. By delegating complex tasks to specialized agents and monitoring execution state through hooks, Weave ensures reliable and efficient project development.
For detailed guides on configuration, workflows, agents, features, and more, visit the Weave documentation.
For agent routing eval trends and dashboards, see the Eval Dashboard.
| Agent | Role | Mode | Description |
|---|---|---|---|
| Loom | main orchestrator | primary | The central team lead that plans tasks, coordinates work, and delegates to specialized agents. |
| Tapestry | execution orchestrator | primary | Manages todo-list driven execution of multi-step plans, focusing on sequential implementation without subagent spawning. |
| Shuttle | category worker | all | Domain-specific specialist worker with full tool access, dispatched dynamically via the category system. |
| Pattern | strategic planner | subagent | Analyzes requirements and produces detailed implementation plans with research and dependency mapping. |
| Thread | codebase explorer | subagent | Fast, read-only codebase navigation and analysis using grep, glob, and read tools. |
| Spindle | external researcher | subagent | Performs external documentation lookups and reference searches, providing synthesized answers with source citations. |
| Weft | reviewer/auditor | subagent | Reviews completed work and plans with a critical but fair eye, rejecting only for true blocking issues. |
| Warp | security auditor | subagent | Audits code changes for security vulnerabilities and specification compliance with a skeptical bias. |
This package is published on npm.
Add the plugin to your opencode.json file:
{
"plugin": ["@opencode_weave/weave"]
}
OpenCode automatically installs npm plugins at startup — no manual bun add or npm install required. The plugin loads automatically upon restart and works with zero configuration out of the box.
| Issue | Solution |
|---|---|
404 Not Found | Ensure the package name is correct: @opencode_weave/weave. |
| Package not found after publish | npm can take a few minutes to propagate. Wait and retry. |
To fully remove the Weave plugin from your project:
Delete the @opencode_weave/weave entry from the plugin array in your opencode.json:
{
"plugin": []
}
Weave may have created plan and state files during usage. Remove them if no longer needed:
rm -rf .weave/
You can also remove any project-level configuration if present:
rm -f .opencode/weave-opencode.jsonc .opencode/weave-opencode.json
If you no longer use Weave in any project, remove the global configuration:
rm -f ~/.config/opencode/weave-opencode.jsonc ~/.config/opencode/weave-opencode.json
bun run buildbun testbun run typecheckbun run cleanWeave was inspired by Oh My OpenCode by @code-yeongyu — a pioneering OpenCode plugin that proved multi-agent orchestration, discipline agents, and structured plan-execute workflows could radically improve the developer experience. Many of Weave's core ideas — from category-based task dispatch to background agent parallelism — trace their roots to patterns Oh My OpenCode established. We're grateful for the trailblazing work and the vibrant community around it.
MIT
FAQs
Weave — lean OpenCode plugin with multi-agent orchestration
The npm package @opencode_weave/weave receives a total of 39 weekly downloads. As such, @opencode_weave/weave popularity was classified as not popular.
We found that @opencode_weave/weave 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
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.