archicore-team/ArchiCore — Code Architecture Analysis
AST-based security scanning, code metrics, dead code detection, and dependency analysis for any codebase.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the directory to analyze | no | . |
| analyzers | Comma-separated list: security, metrics, dead-code, duplication, rules, all | no | security,metrics |
| fail-on-severity | Fail if findings at or above this severity exist (none|low|medium|high|critical) | no | high |
| json-output | File path to write the full JSON report (optional) | no | "" |
Outputs
| name | description |
|---|---|
| risk-score | Security risk score 0–100 |
| findings-count | Total number of findings |
| high-severity-count | Number of high/critical findings |
| grade | Security grade A–F |
| report | Full JSON report as string |