Opencode Nodesecure
This package is available in the Node Package Repository.
Add the plugin to your OpenCode config:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-nodesecure"]
}That's it. OpenCode will automatically install the plugin on next run.
Warning
OpenCode does NOT auto-update plugins.
To get the latest version, clear the cached plugin and let OpenCode reinstall it:
rm -rf ~/.cache/opencode/node_modules/opencode-nodesecure
opencode| Tool | Description |
|---|---|
cwd_scanner |
Perform a security scan on the current working directory |
remote_packages_scanner |
Perform a security scan on the given npm packages. |
Use natural language (e.g. i want to make a security scan on the current working directory, i want to perform a security scan on this dependency: react@19.0.0).