mizcausevic-dev/Kinetic Gain Protocol Detect

Scan a directory of JSON docs and identify which Kinetic Gain Suite protocol each belongs to.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
scan-dirDirectory to scan for JSON documents. Files are walked recursively.yes
fail-on-unknownFail the run if any JSON file in scan-dir is identified as protocol='unknown' (default 'false').nofalse
min-confidenceMinimum confidence required to NOT trigger fail-on-unknown. One of 'high' | 'medium' | 'low'. Default 'low' (any positive detection counts).nolow
comment-on-prPost the summary as a PR comment. 'auto' (default) posts only on pull_request events; 'true' / 'false' force the behavior.noauto
github-tokenToken used to post the PR comment (defaults to GITHUB_TOKEN).no${{ github.token }}
namedescription
file-countNumber of JSON files scanned.
unknown-countNumber of files identified as protocol='unknown' (or below min-confidence).
summary-jsonCompact JSON of { path, protocol, version, confidence } per file.