@safeapi/safeapi
Version:
SafeAPI: Secure, deterministic, and tamper-resistant API policy engine for Node and browser.
15 lines (9 loc) • 523 B
Markdown
# /safeapi (internal)
This package contains the hardened SafeAPI engine that Self-Heal SDK depends on. It is not yet published externally, but its public surface is locked and verified so the SDK can treat it like a standalone dependency.
## Available exports
See `docs/safeapi-public-api.json` for the canonical list of runtime exports. Any change to that file must be accompanied by an approved freeze update.
## Building & testing
```bash
pnpm -F /safeapi build
pnpm -F /safeapi test
```