tanzercakir-commits/CodeSkeptic Analyze

Precision-first C/C++ static analysis with dataflow traces. Downloads a CodeSkeptic release binary, analyzes your code, and can upload SARIF to GitHub code scanning. Default gate is report-only: findings are reported but do not fail the job until you opt in.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathDirectory or file to analyzeno.
build-pathDirectory containing compile_commands.json (strongly recommended)no""
sarifSARIF output file pathnocodeskeptic.sarif
upload-sarifUpload the SARIF to GitHub code scanning (needs security-events: write)notrue
gatereport-only (default): always exit 0, findings inform. error: exit 1 when findings are reported — opt in AFTER a report-only adoption week (see docs/evaluate.md).noreport-only
versionRelease tag to use (e.g. v0.4.0); latest release by defaultnolatest
extra-argsExtra CLI arguments (e.g. --alloc-functions my_malloc --report-paths $PWD/src)no""
namedescription
exit-codeRaw analyzer exit code (0 clean, 1 findings)