Install
openclaw skills install osop-reviewReview .osop/.osoplog for security risks, permission gaps, and destructive commands
openclaw skills install osop-reviewReview a workflow or execution log for risks and issues.
$ARGUMENTS
Read the file specified in the argument (.osop or .osoplog.yaml)
Analyze for risks — check each node for:
security.risk_level: high|critical without preceding approval_gatesecurity.permissions containing broad patterns (write:*, admin:*, delete:*)cli nodes with destructive commands (rm -rf, kubectl delete, terraform destroy, DROP TABLE)sk-, ghp_, xoxb-, API keys)cost.estimated (unbounded cost exposure)timeout_sec on external call nodes (api, cli, agent, infra, mcp)fallback/error edge) on medium+ risk nodesCompute risk score (0-100):
type_weight * risk_multiplier * mitigation_factorPresent findings in a clear table:
Risk Score: XX/100 — VERDICT (safe/caution/warning/danger)
| Severity | Finding | Node | Suggestion |
|----------|---------|------|------------|
| CRITICAL | ... | ... | ... |
Summarize:
If reviewing an execution log, also check: