nivhaziza20-bit/AI Cyber Shield Security Scan

17-tool DAST pipeline with CVSS 3.1, OWASP 2025, and SARIF 2.1 output

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 11, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: nivhaziza20-bit/ai-cyber-shield@3a7096983e54f6c981c4c5b16aa8209c4c4739d7 # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
urlTarget URL to scan (must be http/https)yes
modeScan mode: standard (passive DAST) or pt (active verification)nostandard
fail_onMinimum severity to fail: critical | high | medium | nonenocritical
api_keyAI Cyber Shield API key (X-API-Key header)no""
api_base_urlBase URL of deployed AI Cyber Shield API (e.g. https://aics.example.com)no""
sarif_outputPath for SARIF output filenoaics-findings.sarif
summary_outputPath for JSON summary output filenoaics-summary.json
upload_sarifWhether to upload SARIF to GitHub Code Scanning (requires security-events: write permission)notrue
timeout_minutesMaximum time to wait for scan completion (minutes)no15
namedescription
totalTotal number of findings
criticalNumber of CRITICAL findings
highNumber of HIGH findings
top_cvssTop CVSS 3.1 score (0.0–10.0)
sarif_pathAbsolute path to SARIF output file
summary_pathAbsolute path to summary JSON file