Audits and validates plugin implementations for the Calibrated Explanations framework to ensure compliance with architectural contracts and metadata standards.
The ce-plugin-audit skill provides a specialized auditing framework for developers working with Calibrated Explanations (CE). It automates the verification of plugin metadata, capability tags, and protocol adherence to ensure that extensions remain conformant with established Architecture Decision Records (ADRs). By checking for critical requirements like interval calibrator delegation, core-plugin boundary separation, and lazy dependency loading, this skill ensures that plugins maintain the rigorous calibration guarantees and performance standards required for reliable AI explainability.
주요 기능
0175 GitHub stars
02Architectural boundary checks to prevent leakage between core and plugin logic.
03Automated plugin_meta validation against ADR-006 and ADR-033 standards.
04Detection of silent fallbacks to ensure visible logging and warning compliance.
05Source code analysis for lazy loading of heavy dependencies like Matplotlib and Pandas.
06Protocol verification for classification and regression interval calibrators.
사용 사례
01Auditing third-party calibration plugins for trust rule compliance before registry inclusion.
02Verifying that a new explanation plugin correctly implements the required capability tags.
03Debugging non-conformant probability shapes in custom Venn-Abers implementations.