Files
CASAN/AINative_OKR_CASAN5/.specify/scripts/bash/guideH4-H5-H6.md
T
2026-06-30 02:21:39 +09:00

26 lines
516 B
Markdown

INPUT
↓
security-check.sh input (H4: prompt injection, PII, secret)
↓
governance-check.sh (H5: risk, approval, hash-chain audit)
↓
agent-metrics.sh (H6: latency, tokens, cost, retry, status, alert)
↓
security-check.sh output (H4: output redaction/filter)
↓
OUTPUT
↓
LOG + TRACE + METRICS + AUDIT
Unified wrapper:
```bash
.specify/scripts/bash/casan-harness.sh input.txt output.txt agent_step
```
Verification:
```bash
bash .specify/tests/run-casan4-harness-tests.sh
```