seraphicsecurity/BrowserTotal Posture Scanner

Performs a security posture scan of a browser using BrowserTotal and returns detailed security assessment results

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
output-formatOutput format for the scan results (json, summary, or both)nojson
timeoutMaximum time to wait for scan completion in millisecondsno1800000
browserBrowser to use for scanning (chrome, firefox, or webkit)nochrome
headlessRun browser in headless mode (true/false)nofalse
fail-on-low-scoreFail the action if the security grade is below this threshold (A, B, C, D, F, or none)nonone
comment-on-prPost scan results as a comment on the pull request (true/false)notrue
github-tokenGitHub token for PR commenting (defaults to github.token)no${{ github.token }}
namedescription
scoreCurrent security score
max-scoreMaximum possible security score
gradeSecurity grade (A-F)
passed-countNumber of passed security tests
failed-countNumber of failed security tests
total-testsTotal number of security tests
results-jsonFull scan results in JSON format
results-filePath to the saved results file
summaryHuman-readable summary of the scan results