+
+ This command requires your approval before execution
+
+
+ {/* Command Display */}
+
+
+
+ Command:
+
+
{request.command}
+
+
+ {/* Tier Badge */}
+
+ Safety Tier:
+
+ Tier {request.tier}
+
+
+
+ {/* Reasoning */}
+
+
+
+
+
Why approval is needed:
+
{request.reasoning}
+
+
+
+
+ {/* Risk Factors */}
+ {request.risk_factors.length > 0 && (
+
+
Risk Factors:
+
+ {request.risk_factors.map((factor, idx) => (
+ - {factor}
+ ))}
+
+
+ )}
+
+ {/* Safety Notice */}
+
+
Safety Controls:
+
+ - Command execution is logged and auditable
+ - 30-second timeout protection
+ - PII detection before execution
+ - Output is captured for review
+
+
+