
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
@howaboua/create-opencode-plugin
Advanced tools
This workflow pack enables OpenCode to generate its own TypeScript plugins. It bundles the SDK documentation, a slash command that triggers the workflow, and a required agent profile.
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["create-opencode-plugin"]
}
OpenCode installs plugin dependencies automatically on next launch.
For local development:
{
"plugin": ["file:///absolute/path/to/create-opencode-plugin/dist/index.js"]
}
Use the slash command to generate a new plugin:
/create-plugin "block any bash command that contains 'rm -rf'"
The command triggers the workflow, loading the agent and skill to look up the correct SDK hooks and generate TypeScript code.
/create-plugin): Triggers the workflow and passes your description to the agent.create-opencode-plugin): Contains the API reference, event types, and TypeScript definitions. This ensures the generated code compiles.Plugin Creator): Required specialized agent profile tuned for plugin development.[!NOTE] The Plugin Creator agent has 1 skill enabled by default:
create-opencode-plugin. All other skills are blocked with"*": "deny". This ensures the agent focuses on plugin development without context pollution.
The agent's YAML frontmatter controls skill access:
permission:
skill:
create-opencode-plugin: allow
'*': deny
FAQs
OpenCode workflow pack that generates plugins via /create-plugin
The npm package @howaboua/create-opencode-plugin receives a total of 0 weekly downloads. As such, @howaboua/create-opencode-plugin popularity was classified as not popular.
We found that @howaboua/create-opencode-plugin 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.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.