Skip to content
All features
AI runtimepackages/ai/ecosystem-safety

ecosystem-safety package

Pre-flight safety check — license sweep, dep-vuln audit, prohibited-content scan. Surfaces blockers before a play ships to marketplace.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/ai/ecosystem-safety

ecosystem-safety

packages/ai/ecosystem-safety

AI runtime · tool registry · MCP boundary

Ready

Capability graph

ai/ecosystem-safety
ecosystem-safety
Tool policy
Stream UI
Output

Run ledger

  1. 1
    Input
    packages/ai/ecosystem-safety/request
  2. 2
    Plan
    message reducer -> model turn
  3. 3
    Tool policy
    tool schema · auth scope · rate limit
  4. 4
    Stream UI
    events -> UI state machine
  5. 5
    Output
    @nebutra/agents response envelope
p50 latency
197 ms
events/sec
290/s
providers
6
eval score
78
Usageecosystem-safety.ts
typescript
ecosystem-safety.ts
1import { ecosystemSafety } from "@nebutra/ecosystem-safety";
2
3const result = await ecosystemSafety.run({
4  tenantId: org.id,
5  // ecosystem-safety is part of the AI runtime — composable with other AI primitives.
6  input: payload,
7});