actions-marketplace-validations/Garak LLM Vulnerability Scanner

Run Garak security probes against AI agents/LLM models and generate comprehensive security reports

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jun 26, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/identitymachines_garak-llm-vulnerability-scanner-action@2d511091e3589fb8ca02e61c61d492ccb6a9a646 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
target_urlTarget URL for security testingyes
api_methodHTTP method for API callsnoPOST
api_headersJSON string of API headersno{"Content-Type": "application/json"}
request_templateJSON string of request templateyes
response_fieldJSON field path for response extractionnoresponse
probesComma-separated list of probes to runnoansiescape,atkgen,continuation,dan,divergence,encoding,goodside,grandma,latentinjection,leakreplay,lmrc,malwaregen,misleading,packagehallucination,phrasing,promptinject,realtoxicityprompts,snowball,suffix,tap,topic,xss
timeout_minutesTimeout for probe execution in minutesno15
fail_on_criticalFail the workflow if critical issues are foundnofalse
fail_on_highFail the workflow if high severity issues are foundnofalse
artifact_nameName for the uploaded artifactsnogarak-llm-vulnerability-scanner-results
namedescription
run_idUnique identifier for this test run
critical_issuesNumber of critical security issues found
high_issuesNumber of high severity security issues found
medium_issuesNumber of medium severity security issues found
low_issuesNumber of low severity security issues found
info_issuesNumber of info severity security issues found
total_probesTotal number of probes executed
aggregated_reportPath to the aggregated security report
owasp_reportPath to the OWASP HTML report