abdulbasit742/Basit Agent System

Secure full, changed-file, or added-line repository scanning with PR annotations and SARIF output.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 16, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: abdulbasit742/ai-agent-system@dfcb5f35fa8d526db5fb02458f70bb73ccacc257 # no releases — HEAD as of 2026-07-16

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

namedescriptionrequireddefault
modeScan mode: full, changed-files, or added-lines.noadded-lines
pathRepository-relative directory to scan.no.
fail-onMinimum severity that fails the action.nohigh
base-refBase Git ref or commit. Pull requests default to the exact event base SHA.no""
head-refHead Git ref or commit. Pull requests default to the exact event head SHA.no""
new-onlyCompare against an exact-fingerprint baseline and fail only on new findings.nofalse
baselineOptional repository-relative baseline path.no""
configOptional repository-relative rule-pack configuration path.no""
policyOptional repository-relative suppression-policy path.no""
annotationsEmit GitHub workflow annotations without matched source previews.notrue
max-annotationsMaximum annotations emitted by one step, from 0 to 50.no10
report-pathJSON report path beneath .agent-system/.no.agent-system/action-report.json
sarif-pathSARIF report path beneath .agent-system/.no.agent-system/action-results.sarif
python-versionPython version used by the action.no3.12
namedescription
statuspassed, findings, or error.
finding-countNumber of reported findings.
suppressed-countNumber of suppressed findings.
new-countNumber of new findings in baseline mode.
existing-countNumber of existing findings in baseline mode.
resolved-countNumber of resolved findings in baseline mode.
report-pathRepository-relative JSON report path.
sarif-pathRepository-relative SARIF report path.