@ameva/sentinel
v2.2.0
Published
Privacy-first Security Observability Layer for Web Applications
Maintainers
Readme
@ameva/sentinel
1-Line Facade Security Observability SDK for Web Applications.
Quickstart
import { createSentinel, MemoryFixedWindowCounterStore, LocalStorageRiskEventStore } from '@ameva/sentinel';
const sentinel = createSentinel({
mode: 'shadow',
counterStore: new MemoryFixedWindowCounterStore(),
eventStore: new LocalStorageRiskEventStore()
});
const report = await sentinel.score({ signals });License
Apache-2.0 © 2026 AMEVA Open Source Ecosystem.
