goweft/Burling AIP Conformance

Validate AIP (Agent Identity Protocol) identity documents and capability tokens, emitting SARIF for code scanning.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenPath to the artifact to validate (a compact IBCT, or an identity document for validate-identity), relative to the repository root.yes
commandburling subcommand: lint (all checks, recommended), validate, validate-identity, or audit-chain.nolint
strictPromote WARNING findings to failures (passes --strict to burling). This affects the SARIF result levels burling reports.nofalse
fail-on-errorFail this step when burling reports an ERROR finding. Default false so a later upload-sarif step still runs; set true to gate the build here instead of in code scanning.nofalse
outputPath to write the SARIF document, relative to the repository root.noburling.sarif
namedescription
sarif-filePath to the generated SARIF file. Feed this to github/codeql-action/upload-sarif.