pazificateur69/AEDSC — Solidity security scan

Run Slither on Solidity files in your PRs, post a sticky comment with ranked findings, optionally fail on HIGH severity.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 27, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: pazificateur69/aedsc-action@f23ec0141b9b8864b8578d4768f9eb934c6827ac # v1.0.0

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

namedescriptionrequireddefault
filesGlob of Solidity files to scan, relative to repo root. Default scans everything outside node_modules.no**/*.sol
fail-onSeverity threshold that fails the workflow. One of: high, medium, low, never.nohigh
max-findingsHow many findings to render inline in the PR comment before collapsing the rest.no15
solc-versionsolc version installed via solc-select. Pin one your contracts compile under.no0.8.25
python-versionPython interpreter for Slither.no3.11
node-versionNode interpreter for the aedsc CLI.no20
uploadAlso POST scan to scan.aedsc.xyz for triage. Requires upload-email. Set to "false" to keep source local.nofalse
upload-emailEmail for the hosted async scan report. Required when upload is true.no""
commentPost a sticky PR comment with findings. Set to "false" to keep CI silent.notrue
namedescription
totalTotal findings across all scanned files.
highHIGH-severity finding count.
mediumMEDIUM-severity finding count.
lowLOW-severity finding count.
informationalINFO-severity finding count.