inkog-io/Inkog - AI Agent Pre-Flight Check

Pre-flight check for AI agents. Find logic flaws, security risks, and compliance gaps before deployment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 7, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: inkog-io/inkog@b460bd1c4f031f54f38ff505f95059bd65e83103 # v1.2.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathPath to scan (file or directory)no.
policySecurity policy: low-noise, balanced, comprehensive, governance, eu-ai-actnobalanced
severityMinimum severity level: critical, high, medium, lownolow
outputOutput format: text, json, sarifnotext
diffShow only new findings since baseline (for PR checks)nofalse
baselinePath to baseline file for diff modeno.inkog-baseline.json
update-baselineUpdate baseline file after scan (use on main branch)nofalse
fail-on-findingsFail the workflow if findings are detectednotrue
comment-on-prPost scan results as a PR commentnotrue
sarif-uploadUpload SARIF results to GitHub Security tabnotrue
api-keyInkog API key (required - get yours at https://app.inkog.io)yes
agent-nameAgent name for dashboard identification (default: repository name)no""
versionInkog CLI version to use (default: latest)nolatest
namedescription
findings-countTotal number of security findings
critical-countNumber of critical severity findings
high-countNumber of high severity findings
medium-countNumber of medium severity findings
low-countNumber of low severity findings
risk-scoreOverall risk score (0-100)
sarif-filePath to SARIF output file
is-regressionTrue if new critical/high findings detected (diff mode)
exit-codeScan exit code (0=clean, 1=findings, 2=error)