Canarytokens
@mgreten/canarytokensv2026.07.28.1
01README
Read-only normalization with deterministic keying and bounded deduplication of caller-supplied Canarytoken incident observations. Does not contact a Canarytokens server, create tokens, inspect vaults/files, or send alerts.
02Models
@mgreten/canarytokensv2026.07.28.1model.ts
fn ingest(events: array)
Normalize supplied Canarytoken events, deduplicate bounded repeats, and persist response guidance. No network or notification side effects.
| Argument | Type | Description |
|---|---|---|
| events | array | Caller-supplied authorized Canarytoken observations |
fn acknowledge(keys: array)
Mark persisted incidents as operator-acknowledged; does not notify, close provider incidents, or change token deployment.
| Argument | Type | Description |
|---|---|---|
| keys | array |
Resources
canaryIncidentReport(infinite)— Current normalized Canarytoken incidents, deduplication decisions, acknowledgements, and response guidance
03Stats
A
100 / 100
Downloads
0
Archive size
13.1 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
04Platforms