0
/ 100
Popular for its size, but the engineering basics lag behind the interest.
A consolidated series of structured data for cloud identity and access management systems, including datasets for AWS, Azure, and Google Cloud
Documentation
51
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
CONTRIBUTING guide found.
Licensed under MIT.
Engineering
61
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/data.yml).
Test files detected (util/aws_js/node_modules/available-typed-arrays/test).
Lockfile present (util/aws_js/package-lock.json). Installs are reproducible.
Linter or formatter configured (util/aws_js/node_modules/available-typed-arrays/.eslintrc).
Project health
94
.gitignore present.
Dependency manifest found (util/aws_js/node_modules/available-typed-arrays/package.json).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 38Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 323Watchers
Responsiveness
- 16hMedian issue response
- 4hMedian PR merge time
- 10Open issues
Repository files9 root entries
- .githubGood: CI is configured (.github/workflows/data.yml).
- aws
- azure
- gcp
- utilGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Code of conduct present.Good: Test files detected (util/aws_js/node_modules/available-typed-arrays/test).Good: Linter or formatter configured (util/aws_js/node_modules/available-typed-arrays/.eslintrc).Good: Lockfile present (util/aws_js/package-lock.json). Installs are reproducible.Good: Environment pinned via util/aws_js/node_modules/is-generator-function/.nvmrc.Good: Dependency manifest found (util/aws_js/node_modules/available-typed-arrays/package.json).Issue: Build artifacts or local files may be committed (util/aws_js/node_modules/.bin) (−40 pts).Fix: Remove them and add to .gitignore.
- .gitignoreGood: .gitignore present.
- LICENSEGood: Licensed under MIT.
- NOTICE
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.