@trigguard/runtime
v0.1.1
Published
Opt-in global hooks (e.g. fetch) for automatic authorization via @trigguard/intent-sdk
Readme
@trigguard/runtime
protect({ gatewayUrl, fetchImpl?, … }) can wrap globalThis.fetch so outbound requests run data.export authorization first; only PERMIT continues to the real fetch.
This is an opt-in building block, not a universal sandbox. For DB and subprocess enforcement, use explicit intent calls or driver-specific wrappers.
