Meaningful, scoped contributions wanted. Comment on an item to claim it.
- Multipart/form-data request diffing — extend SchemaNode diff to multipart parts and binary formats; add rules for removed parts.
- Default-value change rule — changing a default alters behavior for clients that omit the field; needs direction-aware severity.
- Response header type tightening — today only presence is compared; add schema-level header diffs.
- Argument-level fuzzing from SDL — generate cases per argument constraint once the generator consumes GraphQL input types.
- Custom scalar registry — pluggable generators/validation for
scalars like
DateTime,UUID.
- Descriptor-set loading — accept compiled
FileDescriptorSetalongside.prototext for toolchain parity. - Reflection-based drift — live server reflection vs proto contract.
- AsyncAPI spec plugin — normalize channels/messages into the core model; diff message payloads.
- Example exporter plugin — Postman/OpenAPI-collection export from generated cases.
- Transport plugin for auth profiles — mTLS/OAuth device-flow reference implementation.
- OpenAPI
linksinference — build suggested (never auto-run) workflow drafts from explicit response links.
- Recorded-corpus drift at scale — streaming evaluation over large sanitized HAR sets without loading into memory.
- SARIF location mapping — attach source locations to SARIF
regionfields for GitHub code annotations.
- Contract Explorer page — endpoint tree + schema viewer over the normalized model export.
- Workflow graph view — render step DAG with pass/fail coloring.
- Shareable filter state — encode severity/page filters in URL.