0xsj/Pathfinder Trust Chain Scanner

Map AWS trust chains, detect privilege escalation paths, and gate deployments on trust posture

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 13, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: 0xsj/pathfinder@8531b7f2f7b7cced79056d60d14fac821a58066e # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
versionPathfinder version to install (default: latest)nolatest
commandPathfinder command to run (scan, trace, diff, remediate)noscan
fail-onFail if any finding at or above this severity (critical/high/medium/low/info)no""
min-severityOnly report findings at or above this severityno""
formatOutput format (sarif, json, table, markdown, csv, html, junit)nosarif
baselinePath to baseline file for suppressing known findingsno""
regionsAWS regions to scan (comma-separated)no""
profileAWS profile nameno""
concurrencyMax parallel operations during discoveryno""
scp-filePath to SCP policies JSON fileno""
rulesPath to custom analysis rules JSON fileno""
extra-argsAdditional pathfinder CLI argumentsno""
upload-sarifUpload SARIF results to GitHub Code Scanningnotrue
commentPost a PR comment with findings summarynotrue
github-tokenGitHub token for SARIF upload and PR commentsno${{ github.token }}
namedescription
chainsNumber of trust chains discovered
findingsNumber of security findings
max-severityHighest severity found (CRITICAL/HIGH/MEDIUM/LOW/INFO or NONE)
passedWhether the check passed (true/false)
sarif-filePath to SARIF output file (if format=sarif)
json-filePath to JSON output file (always generated for summary)