KALKI AI operates within a strict ethical and defensive cybersecurity framework.
| Role | System Config | Knowledge Upload | Agent Execution | Audit Log Access | Admin MFA Required |
|---|---|---|---|---|---|
SuperAdmin |
Full | Full | Full | Read/Export | Yes |
SecurityAuditor |
Read-only | None | Read-only Trace | Full Read | Yes |
EnterpriseUser |
None | Own Specs | Standard Tasks | Own Logs | Optional |
EdgeNode |
Read-only Sync | None | Local SLM Only | Telemetry Push | N/A (Mutual TLS) |
High-impact actions require explicit human approval before execution.
graph TD
AgentAction["Agent Proposed Action"] --> GuardCheck{"Action Risk Assessment"}
GuardCheck -->|Low Risk (Read/Search)| AutoExec["Execute Automatically"]
GuardCheck -->|High Risk (DB Drop, API Pay, Code Commit)| HITLQueue["Human Approval Queue"]
HITLQueue --> UserPrompt["Send Interactive Approval Modal"]
UserPrompt -->|Approved| AutoExec
UserPrompt -->|Rejected| AbortAction["Abort Task & Log Rejection"]