Back to Shree AI OS
SHREE AI OS · SECURITY & TRUST
01

Security &
Governance.

In-process runtime safety, fail-closed authorization architecture, tenant isolation boundaries, and privacy-first BYOK credential protection in Shree AI OS v1.0.6 Developer Preview.

v1.0.6 · ACTIVE SECURITY POLICY
SUPPORTED VERSIONS

Release Lifecycle

Security patches, static analysis audits, and vulnerability fixes are actively provided for the active Developer Preview:

VersionSupportedStatus
1.0.6-developer-preview✅ YesActive (Current Release)
1.0.5-developer-preview❌ NoDeprecated
Earlier releases❌ NoDiscontinued
PILLAR 01

Fail-Closed Authorization

All tool calls, subprocess invocations, and graph steps pass through graphPermissionManager. If any evaluation encounters an exception, NPE, or unmapped capability, the gate strictly returns PermissionDecision.DENY. The platform never fails open under abnormal conditions.

PILLAR 02

Strict Multi-Tenant Isolation

Every runtime request carries an authenticated TenantContext. Memory stores, session caches, reflection records, and pgvector tables enforce strict tenant_id partitioning, preventing cross-tenant data access.

PILLAR 03

BYOK Credential Protection

API keys managed through SettingsSDK reside strictly in volatile in-process JVM memory. Credentials are automatically masked before logging, never serialized to disk, and never broadcast over the event bus.

PILLAR 04

Deterministic Pre-LLM Guardrails

LLMs are treated as probabilistic generators, never execution authorities. Goal decomposition, DAG planning, capability validation, and patch safety audits occur deterministically in Java before any model invocation.

RESPONSIBLE DISCLOSURE

Reporting a Vulnerability

If you discover a potential vulnerability or boundary bypass in Shree AI OS, please do NOT disclose it publicly. Submit all reports via GitHub Private Vulnerability Reporting under the Security tab of the repository.

Acknowledgement

< 48 Hours

Assessment

< 5 Days

P0 Critical Patch

< 72 Hours

Disclosure

Coordinated

SHREE AI OS

Zero-Trust Architecture.
Production-Hardened JVM.

Review the complete platform architecture, 10 SDK facades, or run the test verification suites.