Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-09-14 07:00 UTC

balliegojr / simple-dns

Simple DNS written in Rust

RustMIT★ 84 stars⑂ 27 forkssince Mar 2021View on GitHub ↗

balliegojr/simple-dns holds a health index of 75 out of 100, placing it in the Good band. It scores highest on Vitality (76/100) and lowest on Security (52/100). It was last updated 1 day ago. A single contributor accounts for most of its recent work.

75
overall / 100
Good

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

75
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 65 is calibrated to 75 on the published index scale (record calibration 2026-08-02).

Ownership

Ilson BalliegoPersonal account
18 followers22 public repossince Jan 2013Volvo Cars

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
crates.iosimple-dns0.12.0946,2313849 days agodnsparsernetwork-programmingno-stdparser-implementations
crates.iosimple-mdns0.7.074125121 days agodnsdns-sdmdnsservice-discoveryzeroconfnetwork-programming

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

76Good · 21% of overall
How it's scored
36/36Push recencylast push 1 days ago
4.8/36Commit cadence7/52 weeks with commits
13.1/18Commit volume28 commits in the last year
6/10OpenSSF Scorecard: Maintained7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6
Inputs used
commits_last_year28
human_commit_share1
days_since_last_push1
active_weeks_last_year7

Release discipline

100Exceptional
How it's scored
27/27Ships releases3 releases published
36/36Release recencylatest release 49 days ago
27/27Release cadencea release every ~36.4 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count3
latest_release_tagsimple-dns/0.12.0
releases_from_tagsno
days_since_latest_release49
mean_days_between_releases36.4
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

60Moderate · 17% of overall
How it's scored
31.1/60Stars84 stars
11.8/25Forks27 forks
0/15Watchers1 watchers
Inputs used
forks27
stars84
watchers1
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (MIT)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges1
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesgithub.com
has_pull_request_templateno
How it's scored
79.7/80Monthly downloads946,972 downloads/month across crates
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagessimple-dns, simple-mdns
dependents
ecosystemscrates
total_downloads10,151,999
monthly_downloads946,972
unverified_packages_excluded
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

62Moderate · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
2.5/22.5Commit distributiontop contributor authored 89% of commits
12.2/13.5Contributor breadth9 contributors
10/10OpenSSF Scorecard: Contributorsproject has 4 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled9
top_contributor_share0.891
How it's scored
42/42Issue resolution100% of issues closed
25.5/30PR acceptance34/40 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-ReviewFound 1/21 approved changesets -- score normalized to 0
Inputs used
merged_prs34
open_issues0
closed_issues30
prs_merged_7d0
prs_decided_7d0
prs_merged_30d0
prs_decided_30d0
issue_closed_ratio1
closed_unmerged_prs6
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.
How it's scored
10/30Ownership backingpersonal (user) account
0/20Verified domainnot applicable to user accounts
9.2/25Owner reach18 followers of balliegojr
21.9/25Track record22 public repos, account ~13 yr old
Inputs used
followers18
owner_typeUser
is_verified
owner_loginballiegojr
public_repos22
account_age_days5,001
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable2 package(s) on crates
35/35Publish recencylatest publish 49 days ago
20/20Version history38 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagessimple-dns, simple-mdns
ecosystemscrates
any_deprecatedno
min_days_since_publish49

Engineering Quality

Are baseline engineering and documentation practices in place?

75Good · 19% of overall
How it's scored
24/24CI workflows2 workflow(s)
24/24Tests present
16/16Linter configrustfmt.toml
0/9.6Pre-commit hooks
0/6.4.editorconfig
18/20OpenSSF Scorecard: CI-Tests12 out of 13 merged PRs checked by a CI test -- score normalized to 9
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configno
How it's scored
30/30README
0/25Documentation directory
15/15Documentation / homepage sitehttps://docs.rs/simple-dns
10/10Repository description
0/10Topics
10/10Wiki
Inputs used
topics
has_wikiyes
homepage
docs_sitehttps://docs.rs/simple-dns
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

52Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
4.5/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2.2/2.5CI-Tests12 out of 13 merged PRs checked by a CI test -- score normalized to 9
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0/7.5Code-ReviewFound 1/21 approved changesets -- score normalized to 0
2.5/2.5Contributorsproject has 4 contributing companies or organizations
10/10Dangerous-Workflowno dangerous workflow patterns detected
0/7.5Dependency-Update-Toolno update tool detected
5/5Fuzzingproject is fuzzed
2.5/2.5Licenselicense file detected
4.5/7.5Maintained7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6
5/5Packagingpackaging workflow detected
0/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0/5SASTSAST tool is not run on all commits -- score normalized to 0
0/5Security-Policysecurity policy file not detected
0/7.5Signed-Releasesno data
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
6.8/7.5Vulnerabilities1 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate5.2
Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

57Moderate · 4% of overall
How it's scored
0/45Agent instructionsno CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
2.1/40Legible commit history4 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.04
agent_instruction_files
agent_instruction_max_bytes
How it's scored
12.6/18One-command bootstrapCargo.toml, bind9-tests/Cargo.toml, simple-dns/Cargo.toml (toolchain convention, no task runner)
22/22Automated tests
11/11Lint / format configrustfmt.toml
11/11Static type checkingRust (statically typed)
10/10Reproducible environmentDockerfile, lockfile
0/10Demonstrated agent practiceno agent-authored commits among the last 100
0/8Automated maintenanceno automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfilesCargo.lock
has_dockerfileyes
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configs
agent_commit_share0
toolchain_manifestsCargo.toml, bind9-tests/Cargo.toml, simple-dns/Cargo.toml, simple-dns/bench/Cargo.toml, simple-dns/fuzz/Cargo.toml, simple-mdns/Cargo.toml
dependency_bot_commit_share0
How it's scored
45/45Type-checkable codeRust (statically typed)
55/55Manageable file sizes0/77 source files over 60KB
Inputs used
primary_languageRust
largest_source_bytes25,170
source_files_sampled77
oversized_source_files0
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)not applicable to this kind of software
0/20MCP servernot applicable to this kind of software
40/40Runnable examplesexamples, samples
Inputs used
example_dirsexamples, samples
has_mcp_signalno
api_schema_files
interfaces_expected_of
Excluded from scoring (no data or not applicable): API schema (OpenAPI/GraphQL/proto), MCP server. Remaining weights renormalized.

Key facts

84GitHub stars
9contributors
28commits, last 12 months
1days since last push
3releases
1bus factor
0open issues
crates.iopackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • Could not fetch crates package 'bind9-tests' from its registry
  • OSV advisory lookup failed: [Errno 101] Network is unreachable

More detail

Star and fork history 0 ★ / 27 ⇿
0Stars
27Forks
3Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

0510152025302722021-092024-022026-07
Major 0Minor 0Patch 0

Each point covers 5 days.

OpenSSF Scorecard 5.2 / 10
5.2aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-09-14 07:00 UTC

10Binary-Artifactsno binaries found in the repo
6Branch-Protectionbranch protection is not maximal on development and all release branches
9CI-Tests12 out of 13 merged PRs checked by a CI test -- score normalized to 9
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 1/21 approved changesets -- score normalized to 0
10Contributorsproject has 4 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
10Fuzzingproject is fuzzed
10Licenselicense file detected
6Maintained7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6
10Packagingpackaging workflow detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
9Vulnerabilities1 existing vulnerabilities detected
Direct dependencies 8
RegistryPackageVersion constraintManifest
crates.iosimple-dnsbind9-tests/Cargo.toml
crates.iobase640.22.1bind9-tests/Cargo.toml
crates.iobitflags2.11simple-dns/Cargo.toml
crates.iosimple-dns0.*simple-mdns/Cargo.toml
crates.iosocket20.6simple-mdns/Cargo.toml
crates.iolog^0.4simple-mdns/Cargo.toml
crates.ioradix_trie^0.3.0simple-mdns/Cargo.toml
crates.iotokio1.52.3simple-mdns/Cargo.toml
All dependencies 131

Full resolved dependency set from the GitHub dependency graph: 13 direct and 118 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
crates.iobase64direct
crates.iobase640.22.1direct
crates.iobitflagsdirect
crates.iobitflags2.11.1direct
crates.iologdirect
crates.iolog0.4.29direct
crates.ioradix_triedirect
crates.ioradix_trie0.3.0direct
crates.iosimple-dnsdirect
crates.iosocket2direct
crates.iosocket20.6.3direct
crates.iotokiodirect
crates.iotokio1.52.3direct
crates.ioaho-corasick1.1.4indirect
crates.ioandroid_system_properties0.1.5indirect
crates.ioanes0.1.6indirect
crates.ioanstyle1.0.14indirect
crates.ioarbitrary1.4.2indirect
crates.ioautocfg1.5.0indirect
crates.iobindgenindirect
crates.iobindgen0.72.1indirect
crates.iobumpalo3.20.2indirect
crates.iobytes1.11.1indirect
crates.iocast0.3.0indirect
crates.iocc1.2.62indirect
crates.iocexpr0.6.0indirect
crates.iocfg-if1.0.4indirect
crates.iochrono0.4.44indirect
crates.iociborium0.2.2indirect
crates.iociborium-io0.2.2indirect
crates.iociborium-ll0.2.2indirect
crates.ioclang-sys1.8.1indirect
crates.ioclap4.6.1indirect
crates.ioclap_builder4.6.0indirect
crates.ioclap_lex1.1.0indirect
crates.iocore-foundation-sys0.8.7indirect
crates.iocriterionindirect
crates.iocriterion0.5.1indirect
crates.iocriterion-plot0.5.0indirect
crates.iocrossbeam-deque0.8.6indirect
crates.iocrossbeam-epoch0.9.18indirect
crates.iocrossbeam-utils0.8.21indirect
crates.iocrunchy0.2.4indirect
crates.ioeither1.15.0indirect
crates.ioendian-type0.2.0indirect
crates.ioerrno0.3.14indirect
crates.iofind-msvc-tools0.1.9indirect
crates.iofutures-core0.3.32indirect
crates.iofutures-task0.3.32indirect
crates.iofutures-util0.3.32indirect
crates.iogetrandom0.3.4indirect
crates.ioglob0.3.3indirect
crates.iohalf2.7.1indirect
crates.iohermit-abi0.5.2indirect
crates.ioiana-time-zone0.1.65indirect
crates.ioiana-time-zone-haiku0.1.2indirect
crates.iois-terminal0.4.17indirect
crates.ioitertools0.10.5indirect
crates.ioitertools0.13.0indirect
crates.ioitoa1.0.18indirect
crates.iojobserver0.1.34indirect
crates.iojs-sys0.3.98indirect
crates.iolibc0.2.186indirect
crates.iolibfuzzer-sysindirect
crates.iolibfuzzer-sys0.4.12indirect
crates.iolibloading0.8.9indirect
crates.iolock_api0.4.14indirect
crates.iomemchr2.8.0indirect
crates.iominimal-lexical0.2.1indirect
crates.iomio1.2.0indirect
crates.ionibble_vec0.1.0indirect
crates.ionom7.1.3indirect
crates.ionum-traits0.2.19indirect
crates.ioonce_cell1.21.4indirect
crates.iooorandom11.1.5indirect
crates.ioparking_lot0.12.5indirect
crates.ioparking_lot_core0.9.12indirect
crates.iopin-project-lite0.2.17indirect
crates.ioplotters0.3.7indirect
crates.ioplotters-backend0.3.7indirect
crates.ioplotters-svg0.3.7indirect
crates.ioprettyplease0.2.37indirect
crates.ioproc-macro21.0.106indirect
crates.ioquote1.0.45indirect
crates.ior-efi5.3.0indirect
crates.iorayon1.12.0indirect
crates.iorayon-core1.13.0indirect
crates.ioredox_syscall0.5.18indirect
crates.ioregex1.12.3indirect
crates.ioregex-automata0.4.14indirect
crates.ioregex-syntax0.8.10indirect
crates.iorustc-hash2.1.2indirect
crates.iorustversion1.0.22indirect
crates.iosame-file1.0.6indirect
crates.ioscopeguard1.2.0indirect
crates.ioserde1.0.228indirect
crates.ioserde_core1.0.228indirect
crates.ioserde_derive1.0.228indirect
crates.ioserde_json1.0.149indirect
crates.ioshlex1.3.0indirect
crates.iosignal-hook-registry1.4.8indirect
crates.ioslab0.4.12indirect
crates.iosmallvec1.15.1indirect
crates.iostderrlogindirect
crates.iostderrlog0.6.0indirect
crates.iosyn2.0.117indirect
crates.iotermcolor1.1.3indirect
crates.iothread_local1.1.9indirect
crates.iotinytemplate1.2.1indirect
crates.iotokio-macros2.7.0indirect
crates.iounicode-ident1.0.24indirect
crates.iowalkdir2.5.0indirect
crates.iowasi0.11.1+wasi-snapshot-preview1indirect
crates.iowasip21.0.3+wasi-0.2.9indirect
crates.iowasm-bindgen0.2.121indirect
crates.iowasm-bindgen-macro0.2.121indirect
crates.iowasm-bindgen-macro-support0.2.121indirect
crates.iowasm-bindgen-shared0.2.121indirect
crates.ioweb-sys0.3.98indirect
crates.iowinapi-util0.1.11indirect
crates.iowindows-core0.62.2indirect
crates.iowindows-implement0.60.2indirect
crates.iowindows-interface0.59.3indirect
crates.iowindows-link0.2.1indirect
crates.iowindows-result0.4.1indirect
crates.iowindows-strings0.5.1indirect
crates.iowindows-sys0.61.2indirect
crates.iowit-bindgen0.57.1indirect
crates.iozerocopy0.8.48indirect
crates.iozerocopy-derive0.8.48indirect
crates.iozmij1.0.21indirect
Dependency advisories not assessed

Advisory matching could not run for this report: OSV advisory lookup failed: [Errno 101] Network is unreachable

Raw JSON report machine-readable

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.10.0, schema v0.34.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticscrates.io.