Validates Decision API JSONL logs against schema requirements and platform invariants to ensure data integrity.
The Decision Log Auditor skill provides automated validation for runtime decision logs produced by the Decision API. It ensures that every record in your JSONL log files strictly adheres to the DecisionDTO schema, contains essential metadata like trace IDs and schema versions, and maintains append-only integrity. This skill is crucial for developers and system auditors who need to maintain reliable decision-making trails in AI-driven platforms, preventing data corruption and ensuring compliance across the system's decision-making history.
주요 기능
010 GitHub stars
02JSON Schema validation for DecisionDTO entries
03Detailed audit reporting printed directly to stdout
04Append-only log semantic verification to detect malformed entries
05Automated exit code signaling for seamless CI/CD integration
사용 사례
01Ensuring schema compliance within automated testing and deployment pipelines
02Debugging malformed decision data in production or staging environments
03Verifying log integrity during system migrations or schema updates