Repository: https://github.com/Divyesh-5981/signal-oss
Source: GitHub (Divyesh-5981/signal-oss@main)
Generated: 2026-06-05T04:17:45.688Z
Score: 58/100 (F)
| Status | Check | Why it matters |
|---|---|---|
| PASS | README | A clear README is the front door for users and contributors. |
| PASS | License | A license tells downstream users what they may legally do with the code. |
| PASS | Contributing guide | Maintainers get better issues and pull requests when expectations are documented. |
| FAIL | Security policy | Responsible disclosure needs a private, documented path. |
| FAIL | Code of conduct | Community norms reduce ambiguity during difficult interactions. |
| FAIL | Changelog | Users need a durable place to understand release impact. |
| FAIL | Support policy | Support boundaries help maintainers avoid turning every request into unpaid consulting. |
| PASS | Continuous integration | CI catches regressions before maintainers merge changes. |
| PASS | Tests | Tests make review safer and lower the cost of outside contributions. |
| FAIL | Issue templates | Issue templates collect the facts maintainers need to reproduce and triage. |
| FAIL | Pull request template | PR templates nudge contributors to include tests, docs, and review context. |
| FAIL | Dependency update automation | Automated dependency updates reduce security and compatibility drift. |
| FAIL | Static security analysis | Static analysis finds common vulnerability patterns before releases. |
| PASS | Node package metadata | Package metadata makes installation, testing, and release automation discoverable. |
| PASS | Dependency lockfile | Lockfiles make CI and contributor setup reproducible. |