
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@strav/kernel
Advanced tools
Foundation of the Strav framework: IoC container, service-provider lifecycle, configuration, event bus, helpers, encryption, storage, cache, i18n, logger, session abstraction.
Status: 1.0.0-alpha — M1 implementation in progress.
bun add @strav/kernel
Container — register / singleton / resolve / make / bind / when / tag — auto-DI via @inject().Application — provider topo-sort, boot, shutdown, signal handlers.ServiceProvider — register, boot, shutdown lifecycle.ConfigRepository — typed config keyed by dotted path; frozen after boot.EventBus — emit/emitParallel/on/once/subscribe with cancelable contract.StravError hierarchy.Logger — Pino-backed.helpers/ — env, ULID, crypto, clock.The public API lives at the root barrel. Sub-paths exist so other @strav/* packages can import the subsystem they need without circular barrel chains:
import { Application } from '@strav/kernel/core'
import { EventBus } from '@strav/kernel/events'
Consumer apps should always import from the root barrel:
import { Application, EventBus, ServiceProvider } from '@strav/kernel'
spec/architecture.md — container + provider contracts.spec/lifecycles.md — boot / shutdown sequence.guides/05-service-container.mdguides/06-service-providers.mdguides/04-application-lifecycle.mdFAQs
Strav kernel — IoC container, service providers, lifecycle, config, events, helpers
We found that @strav/kernel 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
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.