
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
opencode-vibeguard
Advanced tools
OpenCode 插件:参考 VibeGuard 的占位符格式(__VG_...__)在发送给 LLM 前脱敏、在响应完成后自动还原、在工具执行前还原参数
English | 中文
An OpenCode plugin that:
bash / write / edit) so local tools run with real valuesNote: OpenCode tool calls are stored in the DB with the real executed args/output. Before each request, this plugin also redacts historical tool inputs/outputs to prevent plaintext from being sent upstream in later turns.
Placeholder format (aligned with VibeGuard):
__VG___VG_<CATEGORY>_<hash12>__ or __VG_<CATEGORY>_<hash12>_<N>__hash12 is the first 12 hex chars of HMAC-SHA256(session-random secret, original), stable within a session and irreversible to the provider./opencode-vibeguard/).{
"$schema": "https://opencode.ai/config.json",
"plugin": ["file://./opencode-vibeguard/src/index.js"]
}
vibeguard.config.json in your project root (copy from vibeguard.config.json.example).Safety note: to avoid unexpected modifications, the plugin becomes a no-op if the config file is missing or
enabled=false.
After publishing to npm, reference the package name in opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-vibeguard"]
}
Config lookup order (first match wins):
OPENCODE_VIBEGUARD_CONFIG./vibeguard.config.json.opencode dir: ./.opencode/vibeguard.config.json~/.config/opencode/vibeguard.config.jsonSee vibeguard.config.json.example for an example.
cd opencode-vibeguard
npm test
Enable debug logs (will not print any plaintext secrets; only config path and replace counts):
OPENCODE_VIBEGUARD_DEBUG=1 opencode .
Or set in vibeguard.config.json:
{ "debug": true }
text-delta) the placeholder may briefly appear; it will be restored at text-end.FAQs
OpenCode 插件:参考 VibeGuard 的占位符格式(__VG_...__)在发送给 LLM 前脱敏、在响应完成后自动还原、在工具执行前还原参数
The npm package opencode-vibeguard receives a total of 1,304 weekly downloads. As such, opencode-vibeguard popularity was classified as popular.
We found that opencode-vibeguard 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.