dnszlsk/MUAD'DIB Scanner
Supply-chain threat detection and response for npm. Detects malicious packages, typosquatting, credential theft, and more.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the project to scan | no | . |
| fail-on | Minimum severity to fail the workflow (critical, high, medium, low) | no | high |
| sarif | Generate SARIF output file at this path | no | "" |
| paranoid | Enable paranoid mode for ultra-strict detection | no | false |
Outputs
| name | description |
|---|---|
| sarif-file | Path to the generated SARIF file (if sarif input was provided) |
| risk-score | Risk score from 0 to 100 |
| threats-count | Number of threats detected |
| exit-code | Exit code of the scan (0 = clean, 1+ = threats found) |