Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-08-23 15:09 UTC

Seddryck / Expressif

Expressif is a compact language for transforming, validating, and aggregating values. Its composable syntax makes complex transformations easy to express and reuse. Originally created for NBi.io as a variable-substitution syntax, Expressif has grown into a standalone language for defining how values are computed and checked.

C# · PowerShellApache-2.0★ 1 star⑂ 0 forkssince Nov 2022View on GitHub ↗
KindCommand-line toolhow this is determined

Seddryck/Expressif holds a health index of 73 out of 100, placing it in the Good band. It scores highest on Vitality (81/100) and lowest on Community & Adoption (46/100). It was last updated today. A single contributor accounts for most of its recent work.

73
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.

73
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 64 is calibrated to 73 on the published index scale (record calibration 2026-08-02).

Ownership

Cédric L. CharlierPersonal account
43 followers80 public repossince Sep 2013

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
NuGetExpressif1.50.8-2180 days agopredicate-functionsvariable-bindingpredicatevariable-substitution
NuGetExpressif-cli1.50.8-350 days ago

Metrics by category

Vitality

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

81Excellent · 21% of overall
How it's scored
36/36Push recencylast push 0 days ago
11.1/36Commit cadence16/52 weeks with commits
18/18Commit volume112 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year112
human_commit_share0.83
days_since_last_push0
active_weeks_last_year16
How it's scored
27/27Ships releases51 releases published
36/36Release recencylatest release 4 days ago
27/27Release cadencea release every ~1.3 days
0/10OpenSSF Scorecard: Signed-ReleasesProject has not signed or included provenance with any releases.
Inputs used
releases_count51
latest_release_tagv1.50.0
releases_from_tagsno
days_since_latest_release4
mean_days_between_releases1.3

Community & Adoption

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

46Weak · 17% of overall
How it's scored
0/60Stars1 stars
0/25Forks0 forks
0/15Watchers1 watchers
Inputs used
forks0
stars1
watchers1
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

Community health

85Excellent
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (Apache-2.0)
18/18CONTRIBUTING guide
13.5/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges16
has_contributingyes
has_issue_templateno
has_code_of_conductyes
readme_badge_servicesci.appveyor.com, codecov.io, shields.io
has_pull_request_templateno
How it's scored
49.7/80Total downloads60,842 downloads all-time across nuget
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagesExpressif, Expressif-cli
dependents
ecosystemsnuget
total_downloads60,842
monthly_downloads
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?

51Moderate · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
0/22.5Commit distributiontop contributor authored 100% of commits
1.4/13.5Contributor breadth1 contributors
0/10OpenSSF Scorecard: Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
Inputs used
bus_factor1
contributors_sampled1
top_contributor_share1
How it's scored
23.9/42Issue resolution57% of issues closed
23.5/30PR acceptance238/304 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-ReviewFound 0/29 approved changesets -- score normalized to 0
Inputs used
merged_prs238
open_issues107
closed_issues142
prs_merged_7d7
prs_decided_7d8
prs_merged_30d42
prs_decided_30d51
issue_closed_ratio0.57
closed_unmerged_prs66
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
11.8/25Owner reach43 followers of Seddryck
25/25Track record80 public repos, account ~12 yr old
Inputs used
followers43
owner_typeUser
is_verified
owner_loginSeddryck
public_repos80
account_age_days4,726
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 nuget
35/35Publish recencylatest publish 0 days ago
20/20Version history218 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesExpressif, Expressif-cli
ecosystemsnuget
any_deprecatedno
min_days_since_publish0

Engineering Quality

Are baseline engineering and documentation practices in place?

76Good · 19% of overall
How it's scored
24/24CI workflows2 workflow(s)
0/24Tests present
16/16Linter config
9.6/9.6Pre-commit hooks
6.4/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests18 out of 18 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsno
has_editorconfigyes
has_linter_configyes
has_precommit_configyes
How it's scored
30/30README
25/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
10/10Topics6 topics
0/10Wiki
Inputs used
topicspredicate, predicate-functions, variable-binding, variable-substitution, data-transformation, language
has_wikino
homepage
docs_site
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

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

62Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
2.2/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2.5/2.5CI-Tests18 out of 18 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0/7.5Code-ReviewFound 0/29 approved changesets -- score normalized to 0
0/2.5Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10/10Dangerous-Workflowno dangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
0/5Fuzzingproject is not fuzzed
2.5/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10
0/5Packagingno data
0/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
5/5SASTSAST tool is run on all commits
5/5Security-Policysecurity policy file detected
0/7.5Signed-ReleasesProject has not signed or included provenance with any releases.
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
3/7.5Vulnerabilities6 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate5.3
Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisoriesno direct dependency carries a known advisory
0/25Indirect dependencies free of known advisoriestransitive set not separable from development and test dependencies in this scope
0/40No advisories left outstandingno advisory carries a publication date
Inputs used
sourceosv
advisories6
affected_packages3
assessed_packages57
unassessed_packages2
affected_by_severityhigh 2, low 1
direct_affected_packages0
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 57 resolved dependencies against OSV. 2 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.

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.

75Good · 4% of overall
How it's scored
45/45Agent instructionsAGENTS.md
0/15Machine-readable docs (llms.txt)
40/40Legible commit history83 of 83 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share1
agent_instruction_filesAGENTS.md
agent_instruction_max_bytes4,956
How it's scored
12.6/18One-command bootstrapExpressif.Cli.Tests/Expressif.Cli.Tests.csproj, Expressif.Cli/Expressif.Cli.csproj, Expressif.Testing/Expressif.Testing.csproj (toolchain convention, no task runner)
0/22Automated tests
11/11Lint / format config
11/11Static type checkingC# (statically typed)
10/10Reproducible environmentlockfile
6/10Demonstrated agent practice3 of the last 100 commits agent-authored or agent-credited
8/8Automated maintenance17 of the last 100 commits are automated dependency updates
0/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsno
lockfilesGemfile.lock
has_dockerfileno
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configs
agent_commit_share0.03
toolchain_manifestsExpressif.Cli.Tests/Expressif.Cli.Tests.csproj, Expressif.Cli/Expressif.Cli.csproj, Expressif.Testing/Expressif.Testing.csproj, Expressif/Expressif.csproj
dependency_bot_commit_share0.17
How it's scored
45/45Type-checkable codeC# (statically typed)
54.8/55Manageable file sizes1/316 source files over 60KB
Inputs used
primary_languageC#
largest_source_bytes403,074
source_files_sampled316
oversized_source_files1

Key facts

1GitHub stars
1contributors
112commits, last 12 months
0days since last push
51releases
1bus factor
107open issues
NuGet, RubyGemspackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

More detail

OpenSSF Scorecard 5.3 / 10
5.3aggregate

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-08-23 15:09 UTC

10Binary-Artifactsno binaries found in the repo
3Branch-Protectionbranch protection is not maximal on development and all release branches
10CI-Tests18 out of 18 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/29 approved changesets -- score normalized to 0
0Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10
n/aPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
10SASTSAST tool is run on all commits
10Security-Policysecurity policy file detected
0Signed-ReleasesProject has not signed or included provenance with any releases.
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
4Vulnerabilities6 existing vulnerabilities detected
Direct dependencies 21
RegistryPackageVersion constraintManifest
NuGetcoverlet.collector10.0.1Expressif.Cli.Tests/Expressif.Cli.Tests.csproj
NuGetMicrosoft.NET.Test.Sdk18.9.0Expressif.Cli.Tests/Expressif.Cli.Tests.csproj
NuGetNUnit4.6.1Expressif.Cli.Tests/Expressif.Cli.Tests.csproj
NuGetNUnit.Analyzers4.14.0Expressif.Cli.Tests/Expressif.Cli.Tests.csproj
NuGetNUnit3TestAdapter6.2.0Expressif.Cli.Tests/Expressif.Cli.Tests.csproj
NuGetNUnit.Engine3.22.0Expressif.Cli.Tests/Expressif.Cli.Tests.csproj
NuGetAppveyor.TestLogger2.0.0Expressif.Cli.Tests/Expressif.Cli.Tests.csproj
NuGetNunitXml.TestLogger8.0.0Expressif.Cli.Tests/Expressif.Cli.Tests.csproj
NuGetPocketCsvReader2.36.34Expressif.Cli/Expressif.Cli.csproj
NuGetSystem.CommandLine2.*Expressif.Cli/Expressif.Cli.csproj
NuGetcoverlet.msbuild10.0.1Expressif.Testing/Expressif.Testing.csproj
NuGetMicrosoft.NET.Test.Sdk18.9.0Expressif.Testing/Expressif.Testing.csproj
NuGetNUnit4.6.1Expressif.Testing/Expressif.Testing.csproj
NuGetNUnit3TestAdapter6.2.0Expressif.Testing/Expressif.Testing.csproj
NuGetYamlDotNet18.1.0Expressif.Testing/Expressif.Testing.csproj
NuGetNUnit.Analyzers4.14.0Expressif.Testing/Expressif.Testing.csproj
NuGetAppveyor.TestLogger2.0.0Expressif.Testing/Expressif.Testing.csproj
NuGetMoq4.20.72Expressif.Testing/Expressif.Testing.csproj
NuGetcoverlet.collector10.0.1Expressif.Testing/Expressif.Testing.csproj
NuGetNunitXml.TestLogger8.0.0Expressif.Testing/Expressif.Testing.csproj
NuGetSprache2.3.1Expressif/Expressif.csproj
All dependencies 59

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

RegistryPackageVersionRelation
NuGetappveyor.testlogger2.0.0direct
NuGetcoverlet.collector10.0.1direct
NuGetcoverlet.msbuild10.0.1direct
NuGetMicrosoft.NET.Test.Sdk18.9.0direct
NuGetMoq4.20.72direct
NuGetNUnit4.6.1direct
NuGetNUnit.Analyzers4.14.0direct
NuGetNUnit.Engine3.22.0direct
NuGetNUnit3TestAdapter6.2.0direct
NuGetNunitXml.TestLogger8.0.0direct
NuGetPocketCsvReader2.36.34direct
NuGetSprache2.3.1direct
NuGetSystem.CommandLinedirect
NuGetYamlDotNet18.1.0direct
npmcpr^2.2.0indirect
RubyGemsaddressable2.9.0indirect
RubyGemsbigdecimal4.1.2indirect
RubyGemscolorator1.1.0indirect
RubyGemsconcurrent-ruby1.3.6indirect
RubyGemsem-websocket0.5.3indirect
RubyGemseventmachine1.2.7indirect
RubyGemsfaraday2.14.1indirect
RubyGemsfaraday-net_http3.4.2indirect
RubyGemsffi1.17.4indirect
RubyGemsforwardable-extended2.6.0indirect
RubyGemsgoogle-protobuf4.34.1indirect
RubyGemshttp_parser.rb0.8.1indirect
RubyGemsi18n1.14.8indirect
RubyGemsjekyll4.3.4indirect
RubyGemsjekyll-avatar0.8.0indirect
RubyGemsjekyll-feed0.17.0indirect
RubyGemsjekyll-gist1.5.0indirect
RubyGemsjekyll-paginate1.1.0indirect
RubyGemsjekyll-sass-converter3.1.0indirect
RubyGemsjekyll-seo-tag2.9.0indirect
RubyGemsjekyll-watch2.2.1indirect
RubyGemsjson2.19.5indirect
RubyGemskramdown2.5.2indirect
RubyGemskramdown-parser-gfm1.1.0indirect
RubyGemsliquid4.0.4indirect
RubyGemslisten3.10.0indirect
RubyGemslogger1.7.0indirect
RubyGemsmercenary0.4.0indirect
RubyGemsnet-http0.9.1indirect
RubyGemsoctokit4.25.1indirect
RubyGemspathutil0.16.2indirect
RubyGemspublic_suffix7.0.5indirect
RubyGemsrake13.4.2indirect
RubyGemsrb-fsevent0.11.2indirect
RubyGemsrb-inotify0.11.1indirect
RubyGemsrexml3.4.4indirect
RubyGemsrouge4.7.0indirect
RubyGemssafe_yaml1.0.5indirect
RubyGemssass-embedded1.99.0indirect
RubyGemssawyer0.9.3indirect
RubyGemsterminal-table3.0.2indirect
RubyGemsunicode-display_width2.6.0indirect
RubyGemsuri1.1.1indirect
RubyGemswebrick1.9.2indirect
Dependency advisories 3

This repository publishes no package the index resolves, so its own dependency graph was assessed — 57 packages, which also include development and test pins that never ship: 3 carry known advisories, of which 0 are direct. 2 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list.

PackageVersionRelationSeverityAdvisoriesFixed in
concurrent-ruby1.3.6indirecthigh31.3.7
faraday2.14.1indirecthigh22.14.3
json2.19.5indirectlow12.19.9

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

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 statisticsNuGet.