m0n0s0dium/VERIDEC Code Analyzer
Analyze your code for security issues, performance patterns, and quality metrics using VERIDEC
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | VERIDEC API key for authentication | yes | — |
| path | Path to the file or directory to analyze | no | . |
| file_extensions | Comma-separated list of file extensions to analyze (e.g., js,ts,jsx,tsx) | no | js,ts,jsx,tsx |
| fail_on | Fail the action if issues of this severity or higher are found (high, medium, low, none) | no | high |
| max_file_size | Maximum file size in bytes to analyze (default: 50000) | no | 50000 |
Outputs
| name | description |
|---|---|
| score | The overall impact score (0-100) |
| issues_count | Total number of issues found |
| high_count | Number of high severity issues |
| medium_count | Number of medium severity issues |
| low_count | Number of low severity issues |
| results_json | Full JSON results from the analysis |