
Research
/Security News
Trivy Under Attack Again: Widespread GitHub Actions Tag Compromise Exposes CI/CD Secrets
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.
@howaboua/opencode-remember
Advanced tools
Semantic long-term memory plugin for OpenCode. SQLite + local embeddings.
Note: This plugin prioritises speed and local-first operation using a lightweight embedding model. If you need sophisticated semantic understanding, look at enterprise solutions with larger models.
Add to opencode.json:
{
"plugin": ["@howaboua/opencode-remember@latest"]
}
First run downloads the embedding model (~88MB).
Memories are injected after each user message:
<user_memories>
[important] User prefers functional components
[related] This project uses React 19
</user_memories>
| Tool | Description |
|---|---|
remember | Store a memory |
recall | Search memories |
forget | Delete by ID |
.opencode/remember.jsonc:
{
"enabled": true,
"scope": "both", // "global" | "project" | "both"
"inject": {
"count": 5,
"highThreshold": 0.6,
},
}
| Value | Search | Save |
|---|---|---|
project | Project only | .opencode/memory/ |
global | Global only | ~/.config/opencode/memory/ |
both | Both | Agent decides per memory |
| Type | Path |
|---|---|
| Project | .opencode/memory/memories.sqlite |
| Global | ~/.config/opencode/memory/memories.sqlite |
| Model | ~/.config/opencode/memory/models/ (shared) |
MIT
FAQs
Semantic long-term memory for OpenCode with local embeddings
The npm package @howaboua/opencode-remember receives a total of 3 weekly downloads. As such, @howaboua/opencode-remember popularity was classified as not popular.
We found that @howaboua/opencode-remember 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
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.

Research
/Security News
We identified over 20 additional malicious extensions, along with over 20 related sleeper extensions, some of which have already been weaponized.