原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"compiler",
"ffi-bindings",
"parser",
"pony",
"pony-language",
"ponylang"
],
"is_fork": false,
"size_kb": 85,
"has_wiki": true,
"homepage": null,
"languages": {
"Pony": 104666,
"Makefile": 2394
},
"pushed_at": "2026-02-21T21:15:53Z",
"created_at": "2023-01-12T20:55:38Z",
"owner_type": "User",
"updated_at": "2026-07-03T22:51:03Z",
"description": ":horse: :deciduous_tree: Library for accessing AST generated by ponyc",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Pony",
"significant_languages": [
"Pony"
]
},
"owner": {
"blog": "https://fosstodon.org/@matthias_wahl",
"name": "Matthias Wahl",
"type": "User",
"login": "mfelsche",
"company": null,
"location": "Berlin",
"followers": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/1152667?v=4",
"created_at": "2011-10-26T08:34:40Z",
"is_verified": null,
"public_repos": 105,
"account_age_days": 5384
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-02-13T20:56:05Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-01-23T23:36:35Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2024-10-05T21:07:09Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-07-29T18:04:16Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2024-06-19T20:45:59Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2023-02-23T14:17:46Z"
}
],
"recent_commits": [
{
"oid": "d0eb8ce4e93e8e16aded1bd6107b27fc9ea3269c",
"body": null,
"is_bot": false,
"headline": "Update README.md (#12)",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2026-02-21T21:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "040ee84e9ce7b530af3dee7daa685dbe59ba6793",
"body": null,
"is_bot": false,
"headline": "Prepare release v0.4.0 (#11)",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2026-02-13T20:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48c256dab58f9b6bf56919f7fd520cbedbabb111",
"body": "* Change Compiler.compile interface to be more flexible\n\nintroduce multiple new parameters: defines, release, verbosity, limit\n\n* fix github workflow",
"is_bot": false,
"headline": "Change Compiler.compile interface to be more flexible (#10)",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2026-02-13T20:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "738f1418bb1a6a8eee5257a14774e26ea8c18a2a",
"body": "* Remove trailing whitespace from a number of files\n\n* Remove misleading Windows comment",
"is_bot": false,
"headline": "Clean up trailing whitespace and remove outdated comment (#9)",
"author_name": "Orien Madgwick",
"author_login": "orien",
"committed_at": "2026-02-13T19:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5515962ff3982c0d9f39fe239fa9192c92ba0d0e",
"body": "and update pony-binarysearch dependency to v0.2.0",
"is_bot": false,
"headline": "Prepare release 0.3.2 (#7)",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2026-01-23T23:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ff21fee8461654687d59375a1d197d8e9a33c13",
"body": null,
"is_bot": false,
"headline": "Make references to methods on this findable by DefinitionResolver (#6)",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2026-01-23T23:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7970f09ff8207e21aa51407cc2874b0dd66273af",
"body": "The pass_opt_t got another field just before the errors field, which was missing, thus the errors field in our ffi struct was always null because that other field was still null.",
"is_bot": false,
"headline": "Fix error reporting on newer ponyc versions (#5)",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2026-01-23T23:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b79f1607f63dda86c49eefd79ef3cd30f801ce5",
"body": "Closes #3",
"is_bot": false,
"headline": "Support Windows (#4)",
"author_name": "Sean T Allen",
"author_login": "SeanTAllen",
"committed_at": "2026-01-19T07:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee36a5151465604b09f93322f16565ec57648311",
"body": "* Comment out Debug usage\r\n\r\nas it can disturb the lsp in debug builds.\r\n\r\n* Upgrade builder image for CI\r\n\r\n* Upgrade builder image for CI\r\n\r\n* debu ci\r\n\r\n* shell typo in ci setting PONYPATH\r\n\r\n* debug ponuyp usage\r\n\r\n* Fix ponyup platform file being overwritten\r\n\r\n* fix github overwriting HOME",
"is_bot": false,
"headline": "Comment out Debug usage (#1)",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2024-10-05T21:07:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af804cd5516b021c555257cb810eb130a008df7d",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.3.0",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2024-07-29T18:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4fdad2c6e938bf03d001a530a6c9d79fd7761b9",
"body": "Hashing and Eq both work on the underlying ast_t* pointer identity and need to be consumed with thought.",
"is_bot": false,
"headline": "Make AST stringable, hashable and equatable",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2024-07-29T18:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "684b0506f81f8a29d27e70df3e5ea581c6157e37",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.2.1",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2024-06-19T20:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d91af5707ac19ae874505a5ef7a8cd2ec4a3d5d",
"body": "given just a TypeName in an assignment or a match case, pony desugars to TypeName.create(),\nso we resolve to the '.create()' constructor, which should resolve to the position of the type itself\nif no constructor has been explicitly written.",
"is_bot": false,
"headline": "Fix wrong references for create-sugar",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2024-06-19T20:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f80a05bcc5885c15af41b2e1bef2fe7cc5aa8ef4",
"body": null,
"is_bot": false,
"headline": "Add test for finding definitions of TK_NOMINAL nodes",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2024-05-05T19:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63537bc4e9f3bc33cded9f665b9c6684d9140063",
"body": null,
"is_bot": false,
"headline": "Make the Ast.span function public",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2024-05-01T18:49:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cf25c7b41e38e5803ca6924c910cbd8c82ffe8c",
"body": null,
"is_bot": false,
"headline": "Ensure we can find definitions for TK_NOMINAL ast nodes",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2024-05-01T18:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c359fafd86323af3369b1a0bb69d0d77f69b60c",
"body": null,
"is_bot": false,
"headline": "Make the PositionIndex val",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2024-01-02T13:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8882937f384cffb74475587f54554dc9792a3b64",
"body": "Package and Module mostly",
"is_bot": false,
"headline": "Make all the wrapper classes val",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-12-17T10:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf5633fd42a89fee4496bc5450155f40a5e96e21",
"body": null,
"is_bot": false,
"headline": "val all the things",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-11-26T20:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "871e8b6b6530a4dc5afa91e457c866356f594f99",
"body": null,
"is_bot": false,
"headline": "Finish first pass over goto definition feature",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-09-18T10:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "913da79c5669c5dd52ebd1cbf5ba5bde0adeaa28",
"body": null,
"is_bot": false,
"headline": "WIP resolve definitions",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-08-29T07:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ab02b96440120719282c7f0af71af96d6f025fb",
"body": "for finding AST nodes in objects.",
"is_bot": false,
"headline": "Add some tests",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-03-17T22:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c75b47a3625127628ec48216a744cc8ccf6f7c3",
"body": "in order to use it as a key in a hashmap.",
"is_bot": false,
"headline": "Make Module hashable and equatable",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-02-24T12:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b40419566ed2660ec778d9e21d7da02141543b95",
"body": null,
"is_bot": false,
"headline": "Prepare release v0.2.0",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-02-23T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4242b2bdd321f196c6aa790119c6f2ba8d1c2c1",
"body": null,
"is_bot": false,
"headline": "Fix last test case for finding nodes at positions",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-02-22T21:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "177e20d2fadedb3cf42cb7ef36d7cdc6958df5b5",
"body": null,
"is_bot": false,
"headline": "Fix finding float literals",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-02-22T21:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "834b289669d1465b01b4a03d06d5257d021d0da9",
"body": null,
"is_bot": false,
"headline": "Add TODO",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-02-01T10:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3d721a87093e1883234b712087b006110123049",
"body": "Signed-off-by: Matthias Wahl <matthiaswahl@m7w3.de>",
"is_bot": false,
"headline": "Make it testable, add test and add search_paths to the compiler",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-02-01T10:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2c29477d8d6b835b0768af9c6aafe0d1e6dbfd6",
"body": null,
"is_bot": false,
"headline": "Add argument for adding custom paths when calling the compiler",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-02-01T10:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d0db675d9277c08370df8594163fc8dde8aaff6",
"body": ":tree",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-01-24T23:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f1cad2452943b592b2127a8e8111c66eff9e606",
"body": null,
"is_bot": false,
"headline": "Improve emojis :)",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-01-24T23:12:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71159638cb17be19bb7e1aba1a0c4e4317c6fab5",
"body": null,
"is_bot": false,
"headline": "Add README",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-01-24T23:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "436cba4f791e2701add3c78b2914e1df1c1255a5",
"body": "with the underlying ast_t struct. It turns out a struct like ast_t with parent and child pointers and reference cycles breaks the pony GC if modelled based on NullablePointers as fields.",
"is_bot": false,
"headline": "Avoid gc runaway memory growth and double frees",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-01-24T22:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72310edfb41b9ec7c2e12bf1065d9af1dfa641f0",
"body": null,
"is_bot": false,
"headline": "Remove linking against libz on osx",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-01-16T07:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b5901bc3e16cb00679142e274d2df733ac59def",
"body": null,
"is_bot": false,
"headline": "Add some comments",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-01-16T07:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40a773c6cf6e5678f9c9e3f3348ac672e47d480e",
"body": null,
"is_bot": false,
"headline": "Ensure this lib works on osx with newest libponyc-standalone",
"author_name": "Matthias Wahl",
"author_login": null,
"committed_at": "2023-01-14T15:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19e9c451a5c06b86dcccb9e8ef27220377e68c6c",
"body": null,
"is_bot": false,
"headline": "Add nicer API for compilation and getting errors",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-01-13T17:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db82e495a8494bbacc94215b0b4c2ff6715301d8",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Matthias Wahl",
"author_login": "mfelsche",
"committed_at": "2023-01-12T20:54:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 8,
"latest_release_at": "2026-02-13T20:56:05Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_last_push": 152,
"active_weeks_last_year": 4,
"days_since_latest_release": 160,
"mean_days_between_releases": 217.3
},
"community": {
"has_readme": true,
"has_license": 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": []
},
"popularity": {
"forks": 2,
"stars": 5,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2023-01-15",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 9,
"open_issues": 1,
"closed_ratio": 0.667,
"closed_issues": 2,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mfelsche",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/1152667?v=4"
},
{
"type": "User",
"login": "orien",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/497874?v=4"
},
{
"type": "User",
"login": "SeanTAllen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/193596?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.946
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"pr.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"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": 0,
"reason": "Found 2/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d0eb8ce4e93e8e16aded1bd6107b27fc9ea3269c",
"ran_at": "2026-07-24T05:34:57Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2026-02-21T21:15:40Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 8,
"created_at": "2026-01-23T23:35:34Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mfelsche/pony-ast",
"host": "github.com",
"name": "pony-ast",
"owner": "mfelsche"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"security": 33,
"vitality": 37,
"community": 17,
"governance": 48,
"engineering": 62
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 37,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 1,
"days_since_last_push": 152,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 152 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 152
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 62,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_latest_release": 160,
"mean_days_between_releases": 217.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 160 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 160
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~217.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 217.3
}
}
],
"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": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 152,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 152 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 152
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 17,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 2,
"stars": 5,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.946
},
"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 95% of commits",
"points": 1.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 95
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"merged_prs": 9,
"open_issues": 1,
"closed_issues": 2,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/9 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 9
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 60,
"inputs": {
"followers": 66,
"owner_type": "User",
"is_verified": null,
"owner_login": "mfelsche",
"public_repos": 105,
"account_age_days": 5384
},
"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": "66 followers of mfelsche",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 66,
"login": "mfelsche"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "105 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 105
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 62,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"compiler",
"ffi-bindings",
"parser",
"pony",
"pony-language",
"ponylang"
],
"has_wiki": true,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": "at_risk",
"name": "Security",
"value": 33,
"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": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"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 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 7
},
"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": "critical",
"name": "AI Readiness",
"value": 27,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.316,
"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": "12 of 38 human commits state their intent (structured subject or explanatory body)",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 38",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 38
}
}
],
"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": "critical",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"primary_language": "Pony",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Pony without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Pony"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"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? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-24T05:35:05.974878Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mfelsche/pony-ast.svg",
"full_name": "mfelsche/pony-ast",
"license_state": "absent",
"license_spdx": null
}