
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@strav/devtools
Advanced tools
Debug inspector and performance monitor for the Strav framework. Request inspector, SQL query profiler, exception tracker, log viewer, and APM dashboard.
bun add -d @strav/devtools
bun strav install devtools
Requires @strav/core as a peer dependency.
import { DevtoolsProvider } from '@strav/devtools'
app.use(new DevtoolsProvider())
The provider auto-registers the middleware and serves the dashboard at /_devtools.
Collectors capture data from your application:
Recorders aggregate data for performance monitoring:
import { devtools } from '@strav/devtools'
// Access collector data programmatically
const entries = await devtools.entries({ type: 'request', limit: 50 })
const aggregates = await devtools.aggregates('slow-requests', '1h')
bun strav devtools:setup # Create the devtools tables
bun strav devtools:prune # Clean up old entries
See the full Devtools guide.
MIT
FAQs
Debug inspector and performance monitor for the Strav framework
The npm package @strav/devtools receives a total of 1 weekly downloads. As such, @strav/devtools popularity was classified as not popular.
We found that @strav/devtools 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.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.