Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"espeak",
"phonemes",
"rust",
"tts"
],
"is_fork": false,
"size_kb": 10353,
"has_wiki": true,
"homepage": "https://crates.io/crates/espeak-ng",
"languages": {
"Rust": 1851028,
"Shell": 13382,
"Python": 29751
},
"pushed_at": "2026-08-02T02:58:25Z",
"created_at": "2026-03-12T04:57:55Z",
"owner_type": "User",
"updated_at": "2026-08-02T02:56:05Z",
"description": "Pure Rust port of eSpeak NG text-to-speech",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://www.reactivelions.com",
"name": "Eugene Hauptmann",
"type": "User",
"login": "eugenehp",
"company": "@reactive-lions-inc ",
"location": "San Francisco, California",
"followers": 99,
"avatar_url": "https://avatars.githubusercontent.com/u/1857263?v=4",
"created_at": "2012-06-16T17:07:06Z",
"is_verified": null,
"public_repos": 529,
"account_age_days": 5160
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-08-02T02:58:25Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-05-11T19:57:13Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-04-24T01:38:34Z"
}
],
"recent_commits": [
{
"oid": "309d5ef5bd09a082b72356dd00a08d04c84ff62f",
"body": null,
"is_bot": false,
"headline": "0.1.3",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-08-02T02:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "702449380139bdb28286c6f3b0d2896b556adbf4",
"body": "Make phondata optional when only phonemizing",
"is_bot": false,
"headline": "Merge pull request #5 from bogdanr/phondata-optional",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-07-01T04:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94cc8e29ea2516b6f8b390aea9cb0792aaf32449",
"body": "PhonemeData::load always required phondata, but that file is just the\nwaveform/formant data for the synthesizer. text_to_ipa never reads it -\nit only needs phontab and phonindex. So if you use the crate purely as a\ng2p frontend (e.g. feeding phonemes to a neural TTS model) you still have\nto ship the\n[…]\norted as an error so we don't\nmask genuine corruption. Synthesis paths are unchanged and still need the\nfile.\n\nLets a phonemize-only setup drop phondata entirely instead of carrying a\ndead 550K asset.",
"is_bot": false,
"headline": "Make phondata optional when only phonemizing",
"author_name": "Bogdan Rădulescu",
"author_login": "bogdanr",
"committed_at": "2026-06-01T04:12:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c594e06f0dcc46523cd729d2214bbcacadb79999",
"body": null,
"is_bot": false,
"headline": "0.1.2",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-05-11T19:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "173ffec11c51f766308259681cee7480df8286d3",
"body": null,
"is_bot": false,
"headline": "fixes #4",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-05-11T19:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "050ca7092a2b09b504ad9e88ca81694b3352e3cf",
"body": null,
"is_bot": false,
"headline": "0.1.1",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-04-24T01:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d19526f8e4e454296ac04ad90d067bb4bf99637b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into rainbow-test",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-04-24T01:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6917d15c417487889193982ee6943d6b3b6aade",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into DavidVentura/main",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-04-24T01:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d819f1793c2eb0af650dd89911584051ce0c33eb",
"body": "**Issue:** Chinese (cmn) returns empty IPA, resulting in no audio out…",
"is_bot": false,
"headline": "Merge pull request #3 from pinghe/main",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-04-24T01:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73b7f187ee98697e015cb92e4df91fa4f022734a",
"body": "…put.\n\n**Root Cause:** The `tokenize()` function in `src/translate/mod.rs` merges consecutive `is_alphabetic()` characters into a single `Token::Word`. Since Chinese characters evaluate to `true` for `is_alphabetic()` in Unicode, strings like `\"你好世界\"` are incorrectly treated as a single word. Howeve\n[…]\nK/Latin text, single characters, and punctuation. All tests pass.\n\n**Impact:** Only affects tokenization behavior for texts containing CJK characters. All other languages remain completely unaffected.",
"is_bot": false,
"headline": "**Issue:** Chinese (cmn) returns empty IPA, resulting in no audio out…",
"author_name": "pinghe",
"author_login": "pinghe",
"committed_at": "2026-04-12T02:59:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3bbf220af11564a3efde4cb8399ccb194450c433",
"body": null,
"is_bot": false,
"headline": "Add rainbow test",
"author_name": "David Ventura",
"author_login": "DavidVentura",
"committed_at": "2026-04-08T21:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e88829c81000bf6e40b473218d0c65f27f1f705",
"body": null,
"is_bot": false,
"headline": "start supporting numbers in all langs",
"author_name": "David Ventura",
"author_login": "DavidVentura",
"committed_at": "2026-04-08T15:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "033e88777ccd8644c72964f5f4c8b1042454f491",
"body": null,
"is_bot": false,
"headline": "done",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T07:09:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "860a53a3193a89125868cd59a4c8021477b81fd3",
"body": null,
"is_bot": false,
"headline": "update ci",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T07:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffe46b5fe9b6ebde52d74a45eab38bf678f0bcb1",
"body": null,
"is_bot": false,
"headline": "if already published, do not wait",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T06:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd091ae8b69b007ffd0ebc03d56750dbe2f9b373",
"body": null,
"is_bot": false,
"headline": "429 Too Many Requests",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T06:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d6a5927b2a3d7d61460883562f44cd31421981d",
"body": null,
"is_bot": false,
"headline": "updated",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T06:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa76efefaa428cc721895e103bc1e10ade4b718",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T06:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9662ad81ba8e13461d5c3f5633d313199dd299ee",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T06:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ca76956eec93830fc742e8fa5499b7cb1611af2",
"body": null,
"is_bot": false,
"headline": "updated py",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T06:30:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02a40d0b78d2c10db51f24217ef1846ce55d1199",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T06:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83c7db4392fa26365e4705a2349926181a8bc596",
"body": null,
"is_bot": false,
"headline": "benches",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T05:52:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d5ee37ec039fd208f4b3266cbe730088bdb2c9a",
"body": null,
"is_bot": false,
"headline": "added GA",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T05:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "455127ae189a60d9d3de7cd1cadd29533967fe33",
"body": null,
"is_bot": false,
"headline": "generated crates",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-12T05:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43612d5775b555a51a92943ad46715521fc2605b",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "Eugene Hauptmann",
"author_login": "eugenehp",
"committed_at": "2026-03-11T18:53:01Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 25,
"latest_release_at": "2026-08-02T02:58:25Z",
"latest_release_tag": "v0.1.3",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 7,
"days_since_latest_release": 1,
"mean_days_between_releases": 50
},
"artifacts": {
"collected": true,
"structure": [
"tree.cargo_lib",
"tree.cargo_main"
],
"declarations": [
{
"name": "espeak-ng",
"path": "Cargo.toml",
"tokens": [
"cargo.bin",
"cargo.lib",
"cargo.workspace"
],
"ecosystem": "crates"
}
]
},
"community": {
"has_readme": true,
"has_license": false,
"readme_badges": {
"hosts": [
"shields.io"
],
"total": 2,
"header": 2,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "espeak-ng",
"exists": true,
"license": "GPL-3.0-or-later",
"keywords": [],
"ecosystem": "crates",
"categories": [],
"matches_repo": true,
"registry_url": "https://crates.io/crates/espeak-ng",
"declared_type": null,
"is_deprecated": false,
"latest_version": "0.1.3",
"repository_url": "https://github.com/eugenehp/espeak-ng-rs",
"versions_count": 4,
"total_downloads": 17020,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 5211,
"first_published_at": "2026-03-13T04:06:52.492590Z",
"latest_published_at": "2026-08-02T02:56:41.451692Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 5,
"stars": 19,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"data-crates/espeak-ng-data-dict-af/Cargo.toml",
"data-crates/espeak-ng-data-dict-am/Cargo.toml",
"data-crates/espeak-ng-data-dict-an/Cargo.toml",
"data-crates/espeak-ng-data-dict-ar/Cargo.toml",
"data-crates/espeak-ng-data-dict-as/Cargo.toml",
"data-crates/espeak-ng-data-dict-az/Cargo.toml",
"data-crates/espeak-ng-data-dict-ba/Cargo.toml",
"data-crates/espeak-ng-data-dict-be/Cargo.toml",
"data-crates/espeak-ng-data-dict-bg/Cargo.toml",
"data-crates/espeak-ng-data-dict-bn/Cargo.toml",
"data-crates/espeak-ng-data-dict-bpy/Cargo.toml",
"data-crates/espeak-ng-data-dict-bs/Cargo.toml",
"data-crates/espeak-ng-data-dict-ca/Cargo.toml",
"data-crates/espeak-ng-data-dict-chr/Cargo.toml",
"data-crates/espeak-ng-data-dict-cmn/Cargo.toml",
"data-crates/espeak-ng-data-dict-cs/Cargo.toml",
"data-crates/espeak-ng-data-dict-cv/Cargo.toml",
"data-crates/espeak-ng-data-dict-cy/Cargo.toml",
"data-crates/espeak-ng-data-dict-da/Cargo.toml",
"data-crates/espeak-ng-data-dict-de/Cargo.toml",
"data-crates/espeak-ng-data-dict-el/Cargo.toml",
"data-crates/espeak-ng-data-dict-en/Cargo.toml",
"data-crates/espeak-ng-data-dict-eo/Cargo.toml",
"data-crates/espeak-ng-data-dict-es/Cargo.toml",
"data-crates/espeak-ng-data-dict-et/Cargo.toml",
"data-crates/espeak-ng-data-dict-eu/Cargo.toml",
"data-crates/espeak-ng-data-dict-fa/Cargo.toml",
"data-crates/espeak-ng-data-dict-fi/Cargo.toml",
"data-crates/espeak-ng-data-dict-fr/Cargo.toml",
"data-crates/espeak-ng-data-dict-ga/Cargo.toml",
"data-crates/espeak-ng-data-dict-gd/Cargo.toml",
"data-crates/espeak-ng-data-dict-gn/Cargo.toml",
"data-crates/espeak-ng-data-dict-grc/Cargo.toml",
"data-crates/espeak-ng-data-dict-gu/Cargo.toml",
"data-crates/espeak-ng-data-dict-hak/Cargo.toml",
"data-crates/espeak-ng-data-dict-haw/Cargo.toml",
"data-crates/espeak-ng-data-dict-he/Cargo.toml",
"data-crates/espeak-ng-data-dict-hi/Cargo.toml",
"data-crates/espeak-ng-data-dict-hr/Cargo.toml",
"data-crates/espeak-ng-data-dict-ht/Cargo.toml",
"data-crates/espeak-ng-data-dict-hu/Cargo.toml",
"data-crates/espeak-ng-data-dict-hy/Cargo.toml",
"data-crates/espeak-ng-data-dict-ia/Cargo.toml",
"data-crates/espeak-ng-data-dict-id/Cargo.toml",
"data-crates/espeak-ng-data-dict-io/Cargo.toml",
"data-crates/espeak-ng-data-dict-is/Cargo.toml",
"data-crates/espeak-ng-data-dict-it/Cargo.toml",
"data-crates/espeak-ng-data-dict-ja/Cargo.toml",
"data-crates/espeak-ng-data-dict-jbo/Cargo.toml",
"data-crates/espeak-ng-data-dict-ka/Cargo.toml",
"data-crates/espeak-ng-data-dict-kk/Cargo.toml",
"data-crates/espeak-ng-data-dict-kl/Cargo.toml",
"data-crates/espeak-ng-data-dict-kn/Cargo.toml",
"data-crates/espeak-ng-data-dict-ko/Cargo.toml",
"data-crates/espeak-ng-data-dict-kok/Cargo.toml",
"data-crates/espeak-ng-data-dict-ku/Cargo.toml",
"data-crates/espeak-ng-data-dict-ky/Cargo.toml",
"data-crates/espeak-ng-data-dict-la/Cargo.toml",
"data-crates/espeak-ng-data-dict-lb/Cargo.toml",
"data-crates/espeak-ng-data-dict-lfn/Cargo.toml",
"data-crates/espeak-ng-data-dict-lt/Cargo.toml",
"data-crates/espeak-ng-data-dict-lv/Cargo.toml",
"data-crates/espeak-ng-data-dict-mi/Cargo.toml",
"data-crates/espeak-ng-data-dict-mk/Cargo.toml",
"data-crates/espeak-ng-data-dict-ml/Cargo.toml",
"data-crates/espeak-ng-data-dict-mr/Cargo.toml",
"data-crates/espeak-ng-data-dict-ms/Cargo.toml",
"data-crates/espeak-ng-data-dict-mt/Cargo.toml",
"data-crates/espeak-ng-data-dict-mto/Cargo.toml",
"data-crates/espeak-ng-data-dict-my/Cargo.toml",
"data-crates/espeak-ng-data-dict-nci/Cargo.toml",
"data-crates/espeak-ng-data-dict-ne/Cargo.toml",
"data-crates/espeak-ng-data-dict-nl/Cargo.toml",
"data-crates/espeak-ng-data-dict-no/Cargo.toml",
"data-crates/espeak-ng-data-dict-nog/Cargo.toml",
"data-crates/espeak-ng-data-dict-om/Cargo.toml",
"data-crates/espeak-ng-data-dict-or/Cargo.toml",
"data-crates/espeak-ng-data-dict-pa/Cargo.toml",
"data-crates/espeak-ng-data-dict-pap/Cargo.toml",
"data-crates/espeak-ng-data-dict-piqd/Cargo.toml",
"data-crates/espeak-ng-data-dict-pl/Cargo.toml",
"data-crates/espeak-ng-data-dict-pt/Cargo.toml",
"data-crates/espeak-ng-data-dict-py/Cargo.toml",
"data-crates/espeak-ng-data-dict-qdb/Cargo.toml",
"data-crates/espeak-ng-data-dict-qu/Cargo.toml",
"data-crates/espeak-ng-data-dict-quc/Cargo.toml",
"data-crates/espeak-ng-data-dict-qya/Cargo.toml",
"data-crates/espeak-ng-data-dict-ro/Cargo.toml",
"data-crates/espeak-ng-data-dict-ru/Cargo.toml",
"data-crates/espeak-ng-data-dict-sd/Cargo.toml",
"data-crates/espeak-ng-data-dict-shn/Cargo.toml",
"data-crates/espeak-ng-data-dict-si/Cargo.toml",
"data-crates/espeak-ng-data-dict-sjn/Cargo.toml",
"data-crates/espeak-ng-data-dict-sk/Cargo.toml",
"data-crates/espeak-ng-data-dict-sl/Cargo.toml",
"data-crates/espeak-ng-data-dict-smj/Cargo.toml",
"data-crates/espeak-ng-data-dict-sq/Cargo.toml",
"data-crates/espeak-ng-data-dict-sr/Cargo.toml",
"data-crates/espeak-ng-data-dict-sv/Cargo.toml",
"data-crates/espeak-ng-data-dict-sw/Cargo.toml",
"data-crates/espeak-ng-data-dict-ta/Cargo.toml",
"data-crates/espeak-ng-data-dict-te/Cargo.toml",
"data-crates/espeak-ng-data-dict-th/Cargo.toml",
"data-crates/espeak-ng-data-dict-ti/Cargo.toml",
"data-crates/espeak-ng-data-dict-tk/Cargo.toml",
"data-crates/espeak-ng-data-dict-tn/Cargo.toml",
"data-crates/espeak-ng-data-dict-tr/Cargo.toml",
"data-crates/espeak-ng-data-dict-tt/Cargo.toml",
"data-crates/espeak-ng-data-dict-ug/Cargo.toml",
"data-crates/espeak-ng-data-dict-uk/Cargo.toml",
"data-crates/espeak-ng-data-dict-ur/Cargo.toml",
"data-crates/espeak-ng-data-dict-uz/Cargo.toml",
"data-crates/espeak-ng-data-dict-vi/Cargo.toml",
"data-crates/espeak-ng-data-dict-yue/Cargo.toml",
"data-crates/espeak-ng-data-dicts/Cargo.toml",
"data-crates/espeak-ng-data-phonemes/Cargo.toml"
],
"largest_source_bytes": 296187,
"source_files_sampled": 378,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 178,
"malicious_count": 0,
"assessed_package": "crates:espeak-ng@0.1.3",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "bitflags",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.11.0"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.69"
},
{
"name": "libc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "espeak-ng-data-phonemes",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ru",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dicts",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-af",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-am",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-an",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ar",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-as",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-az",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ba",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-be",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-bg",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-bn",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-bpy",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-bs",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ca",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-chr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-cmn",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-cs",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-cv",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-cy",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-da",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-de",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-el",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-en",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-eo",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-es",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-et",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-eu",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-fa",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-fi",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-fr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ga",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-gd",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-gn",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-grc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-gu",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-hak",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-haw",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-he",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-hi",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-hr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ht",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-hu",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-hy",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ia",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-id",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-io",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-is",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-it",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ja",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-jbo",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ka",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-kk",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-kl",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-kn",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ko",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-kok",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ku",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ky",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-la",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-lb",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-lfn",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-lt",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-lv",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-mi",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-mk",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ml",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-mr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ms",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-mt",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-mto",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-my",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-nci",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ne",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-nl",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-no",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-nog",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-om",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-or",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-pa",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-pap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-piqd",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-pl",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-pt",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-py",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-qdb",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-qu",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-quc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-qya",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ro",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-sd",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-shn",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-si",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-sjn",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-sk",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-sl",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-smj",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-sq",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-sr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-sv",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-sw",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ta",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-te",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-th",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ti",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-tk",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-tn",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-tr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-tt",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ug",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-uk",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-ur",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-uz",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-vi",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "espeak-ng-data-dict-yue",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 4,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 2,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "eugenehp",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/1857263?v=4"
},
{
"type": "User",
"login": "DavidVentura",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3650670?v=4"
},
{
"type": "User",
"login": "bogdanr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1079875?v=4"
},
{
"type": "User",
"login": "pinghe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/377955?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.84
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 8,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 4/21 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "5 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "309d5ef5bd09a082b72356dd00a08d04c84ff62f",
"ran_at": "2026-08-03T03:06:15Z",
"aggregate_score": 3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 4,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-08-02T02:57:18Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-01T04:06:41Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/eugenehp/espeak-ng-rs",
"host": "github.com",
"name": "espeak-ng-rs",
"owner": "eugenehp"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 55 is calibrated to 57 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 55,
"calibrated": 57,
"calibration": "2026-08-02"
}
}
],
"value": 57,
"inputs": {
"security": 44,
"vitality": 72,
"community": 34,
"governance": 61,
"calibration": "2026-08-02",
"engineering": 59,
"ai_readiness": 47,
"weighted_overall_raw": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 25,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "25 commits in the last year",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 25
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.1.3",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": 50
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~50 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 50
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 34,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"forks": 5,
"stars": 19,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "19 stars",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 19
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"readme_badges": 2,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"shields.io"
],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"packages": [
"espeak-ng"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 17020,
"monthly_downloads": 5211
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,211 downloads/month across crates",
"points": 49.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5211,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.84
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 84% of commits",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"merged_prs": 4,
"open_issues": 0,
"closed_issues": 2,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/4 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 4
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/21 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"followers": 99,
"owner_type": "User",
"is_verified": null,
"owner_login": "eugenehp",
"public_repos": 529,
"account_age_days": 5160
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "99 followers of eugenehp",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 99,
"login": "eugenehp"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "529 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 529
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"espeak-ng"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 59,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"espeak",
"phonemes",
"rust",
"tts"
],
"has_wiki": true,
"homepage": "https://crates.io/crates/espeak-ng",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://crates.io/crates/espeak-ng",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/21 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:espeak-ng@0.1.3 runtime dependency closure — what installing the published package pulls in — 178 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:espeak-ng@0.1.3",
"assessed": 178
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 178,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 178,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 47,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "5 of 25 human commits state their intent (structured subject or explanatory body)",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 5,
"sampled": 25
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"data-crates/espeak-ng-data-dict-af/Cargo.toml",
"data-crates/espeak-ng-data-dict-am/Cargo.toml",
"data-crates/espeak-ng-data-dict-an/Cargo.toml",
"data-crates/espeak-ng-data-dict-ar/Cargo.toml",
"data-crates/espeak-ng-data-dict-as/Cargo.toml",
"data-crates/espeak-ng-data-dict-az/Cargo.toml",
"data-crates/espeak-ng-data-dict-ba/Cargo.toml",
"data-crates/espeak-ng-data-dict-be/Cargo.toml",
"data-crates/espeak-ng-data-dict-bg/Cargo.toml",
"data-crates/espeak-ng-data-dict-bn/Cargo.toml",
"data-crates/espeak-ng-data-dict-bpy/Cargo.toml",
"data-crates/espeak-ng-data-dict-bs/Cargo.toml",
"data-crates/espeak-ng-data-dict-ca/Cargo.toml",
"data-crates/espeak-ng-data-dict-chr/Cargo.toml",
"data-crates/espeak-ng-data-dict-cmn/Cargo.toml",
"data-crates/espeak-ng-data-dict-cs/Cargo.toml",
"data-crates/espeak-ng-data-dict-cv/Cargo.toml",
"data-crates/espeak-ng-data-dict-cy/Cargo.toml",
"data-crates/espeak-ng-data-dict-da/Cargo.toml",
"data-crates/espeak-ng-data-dict-de/Cargo.toml",
"data-crates/espeak-ng-data-dict-el/Cargo.toml",
"data-crates/espeak-ng-data-dict-en/Cargo.toml",
"data-crates/espeak-ng-data-dict-eo/Cargo.toml",
"data-crates/espeak-ng-data-dict-es/Cargo.toml",
"data-crates/espeak-ng-data-dict-et/Cargo.toml",
"data-crates/espeak-ng-data-dict-eu/Cargo.toml",
"data-crates/espeak-ng-data-dict-fa/Cargo.toml",
"data-crates/espeak-ng-data-dict-fi/Cargo.toml",
"data-crates/espeak-ng-data-dict-fr/Cargo.toml",
"data-crates/espeak-ng-data-dict-ga/Cargo.toml",
"data-crates/espeak-ng-data-dict-gd/Cargo.toml",
"data-crates/espeak-ng-data-dict-gn/Cargo.toml",
"data-crates/espeak-ng-data-dict-grc/Cargo.toml",
"data-crates/espeak-ng-data-dict-gu/Cargo.toml",
"data-crates/espeak-ng-data-dict-hak/Cargo.toml",
"data-crates/espeak-ng-data-dict-haw/Cargo.toml",
"data-crates/espeak-ng-data-dict-he/Cargo.toml",
"data-crates/espeak-ng-data-dict-hi/Cargo.toml",
"data-crates/espeak-ng-data-dict-hr/Cargo.toml",
"data-crates/espeak-ng-data-dict-ht/Cargo.toml",
"data-crates/espeak-ng-data-dict-hu/Cargo.toml",
"data-crates/espeak-ng-data-dict-hy/Cargo.toml",
"data-crates/espeak-ng-data-dict-ia/Cargo.toml",
"data-crates/espeak-ng-data-dict-id/Cargo.toml",
"data-crates/espeak-ng-data-dict-io/Cargo.toml",
"data-crates/espeak-ng-data-dict-is/Cargo.toml",
"data-crates/espeak-ng-data-dict-it/Cargo.toml",
"data-crates/espeak-ng-data-dict-ja/Cargo.toml",
"data-crates/espeak-ng-data-dict-jbo/Cargo.toml",
"data-crates/espeak-ng-data-dict-ka/Cargo.toml",
"data-crates/espeak-ng-data-dict-kk/Cargo.toml",
"data-crates/espeak-ng-data-dict-kl/Cargo.toml",
"data-crates/espeak-ng-data-dict-kn/Cargo.toml",
"data-crates/espeak-ng-data-dict-ko/Cargo.toml",
"data-crates/espeak-ng-data-dict-kok/Cargo.toml",
"data-crates/espeak-ng-data-dict-ku/Cargo.toml",
"data-crates/espeak-ng-data-dict-ky/Cargo.toml",
"data-crates/espeak-ng-data-dict-la/Cargo.toml",
"data-crates/espeak-ng-data-dict-lb/Cargo.toml",
"data-crates/espeak-ng-data-dict-lfn/Cargo.toml",
"data-crates/espeak-ng-data-dict-lt/Cargo.toml",
"data-crates/espeak-ng-data-dict-lv/Cargo.toml",
"data-crates/espeak-ng-data-dict-mi/Cargo.toml",
"data-crates/espeak-ng-data-dict-mk/Cargo.toml",
"data-crates/espeak-ng-data-dict-ml/Cargo.toml",
"data-crates/espeak-ng-data-dict-mr/Cargo.toml",
"data-crates/espeak-ng-data-dict-ms/Cargo.toml",
"data-crates/espeak-ng-data-dict-mt/Cargo.toml",
"data-crates/espeak-ng-data-dict-mto/Cargo.toml",
"data-crates/espeak-ng-data-dict-my/Cargo.toml",
"data-crates/espeak-ng-data-dict-nci/Cargo.toml",
"data-crates/espeak-ng-data-dict-ne/Cargo.toml",
"data-crates/espeak-ng-data-dict-nl/Cargo.toml",
"data-crates/espeak-ng-data-dict-no/Cargo.toml",
"data-crates/espeak-ng-data-dict-nog/Cargo.toml",
"data-crates/espeak-ng-data-dict-om/Cargo.toml",
"data-crates/espeak-ng-data-dict-or/Cargo.toml",
"data-crates/espeak-ng-data-dict-pa/Cargo.toml",
"data-crates/espeak-ng-data-dict-pap/Cargo.toml",
"data-crates/espeak-ng-data-dict-piqd/Cargo.toml",
"data-crates/espeak-ng-data-dict-pl/Cargo.toml",
"data-crates/espeak-ng-data-dict-pt/Cargo.toml",
"data-crates/espeak-ng-data-dict-py/Cargo.toml",
"data-crates/espeak-ng-data-dict-qdb/Cargo.toml",
"data-crates/espeak-ng-data-dict-qu/Cargo.toml",
"data-crates/espeak-ng-data-dict-quc/Cargo.toml",
"data-crates/espeak-ng-data-dict-qya/Cargo.toml",
"data-crates/espeak-ng-data-dict-ro/Cargo.toml",
"data-crates/espeak-ng-data-dict-ru/Cargo.toml",
"data-crates/espeak-ng-data-dict-sd/Cargo.toml",
"data-crates/espeak-ng-data-dict-shn/Cargo.toml",
"data-crates/espeak-ng-data-dict-si/Cargo.toml",
"data-crates/espeak-ng-data-dict-sjn/Cargo.toml",
"data-crates/espeak-ng-data-dict-sk/Cargo.toml",
"data-crates/espeak-ng-data-dict-sl/Cargo.toml",
"data-crates/espeak-ng-data-dict-smj/Cargo.toml",
"data-crates/espeak-ng-data-dict-sq/Cargo.toml",
"data-crates/espeak-ng-data-dict-sr/Cargo.toml",
"data-crates/espeak-ng-data-dict-sv/Cargo.toml",
"data-crates/espeak-ng-data-dict-sw/Cargo.toml",
"data-crates/espeak-ng-data-dict-ta/Cargo.toml",
"data-crates/espeak-ng-data-dict-te/Cargo.toml",
"data-crates/espeak-ng-data-dict-th/Cargo.toml",
"data-crates/espeak-ng-data-dict-ti/Cargo.toml",
"data-crates/espeak-ng-data-dict-tk/Cargo.toml",
"data-crates/espeak-ng-data-dict-tn/Cargo.toml",
"data-crates/espeak-ng-data-dict-tr/Cargo.toml",
"data-crates/espeak-ng-data-dict-tt/Cargo.toml",
"data-crates/espeak-ng-data-dict-ug/Cargo.toml",
"data-crates/espeak-ng-data-dict-uk/Cargo.toml",
"data-crates/espeak-ng-data-dict-ur/Cargo.toml",
"data-crates/espeak-ng-data-dict-uz/Cargo.toml",
"data-crates/espeak-ng-data-dict-vi/Cargo.toml",
"data-crates/espeak-ng-data-dict-yue/Cargo.toml",
"data-crates/espeak-ng-data-dicts/Cargo.toml",
"data-crates/espeak-ng-data-phonemes/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, data-crates/espeak-ng-data-dict-af/Cargo.toml, data-crates/espeak-ng-data-dict-am/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, data-crates/espeak-ng-data-dict-af/Cargo.toml, data-crates/espeak-ng-data-dict-am/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 25",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 25
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 296187,
"source_files_sampled": 378,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/378 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 378,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library",
"cli"
],
"scores": {
"cli": 8,
"library": 19
},
"primary": "library",
"evidence": [
{
"tier": "declared",
"label": "library",
"source": "cargo.lib",
"weight": 10
},
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
},
{
"tier": "declared",
"label": "cli",
"source": "cargo.bin",
"weight": 5
},
{
"tier": "structure",
"label": "cli",
"source": "tree.cargo_main",
"weight": 3
},
{
"tier": "structure",
"label": "library",
"source": "tree.cargo_lib",
"weight": 3
}
],
"artifacts": [
{
"path": "Cargo.toml",
"labels": [
"library",
"cli"
],
"ecosystem": "crates"
}
],
"confidence": "high",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-08-03T03:06:27.485169Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/eugenehp/espeak-ng-rs.svg",
"full_name": "eugenehp/espeak-ng-rs",
"license_state": "absent",
"license_spdx": null
}