JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"cli",
"iroh",
"nat-traversal",
"networking",
"p2p",
"port-forwarding",
"quic",
"rust",
"tunneling"
],
"is_fork": false,
"size_kb": 1308,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 5315,
"Rust": 59035
},
"pushed_at": "2026-07-23T17:21:43Z",
"created_at": "2026-01-13T19:23:46Z",
"owner_type": "User",
"updated_at": "2026-07-25T13:08:08Z",
"description": "Encrypted peer-to-peer port forwarding for machines with no open ports; default-deny, per-peer grants",
"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://ndyg.ca",
"name": "Andy Gayton",
"type": "User",
"login": "cablehead",
"company": null,
"location": "Toronto, Canada ❄️",
"followers": 194,
"avatar_url": "https://avatars.githubusercontent.com/u/1394?v=4",
"created_at": "2008-02-28T02:16:21Z",
"is_verified": null,
"public_repos": 172,
"account_age_days": 6722
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-23T17:28:37Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-04-01T04:38:50Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-03-30T18:28:20Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-30T17:51:01Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-03-29T13:07:39Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-01-18T19:49:44Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-01-18T05:48:01Z"
}
],
"recent_commits": [
{
"oid": "9ede2358e3e657372535a91fc8d460158e1ef147",
"body": null,
"is_bot": false,
"headline": "chore: release v0.3.0",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-07-23T17:21:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "987d5df70995229a647c52830b48cbd4f1b3241e",
"body": null,
"is_bot": false,
"headline": "docs: fix over-eager transparency in README illustration",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-07-03T14:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30743a5c351e690a3003e303562342c4271ca35f",
"body": null,
"is_bot": false,
"headline": "docs: add pai sho illustration to README",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-07-03T13:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4224eb1249e9ab2d9c4bd82db7b7c9565094305",
"body": null,
"is_bot": false,
"headline": "docs: list pin in the command reference",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-07-03T04:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd2a539281067ca3a5cbdc0f55e49018ba872cc8",
"body": "Adds `pai-sho pin <key> --label <slug>`: authorize a peer by its public key\nwith no token. Persists the pin and registers it live so the workload is\nadmitted when it phones home. Implements the operator side of ADR 0003; the\ntoken path (ADR 0002) still works.",
"is_bot": false,
"headline": "feat: pin command -- host-attested enrollment (ADR 0003)",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-07-03T04:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a69af2aa0e9f2f43287bdb0dd19041cb8006a0a",
"body": null,
"is_bot": false,
"headline": "docs: ADR 0003 host-attested enrollment (supersede token half of 0002)",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-07-03T04:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "733b2bfacb61111348c06bdb479c751472607725",
"body": "## What this changes\n\nToday, anyone with a daemon's ticket can connect and reach every port it forwards. That is fine when you control both ends, but it leaves no way to run a laptop against a fleet of throwaway VMs it does not fully trust. This PR reworks access to be per-peer and default-deny so t\n[…]\np): a VM boots, phones home with its token, shows up in `list` under its label, and its port is reachable -- with zero manual steps.\n\n`cargo fmt`, `cargo clippy`, and `cargo test` (10 tests) all pass.",
"is_bot": false,
"headline": "feat: authorized mesh -- stable identity, directed grants, phone-home",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-07-03T01:16:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3d97153a60048cb261bb0dad74cb945c3ab17af2",
"body": null,
"is_bot": false,
"headline": "chore: release v0.2.2",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-04-01T04:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7c5e69a4b76a68a6643c72310c985e828c2962",
"body": null,
"is_bot": false,
"headline": "fix: spawn stream handlers out of select loop to avoid blocking",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-04-01T04:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1a91325c03aa5e4762566c8041c15d38312facb",
"body": null,
"is_bot": false,
"headline": "docs: add CI badge",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-31T03:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fc8634cf6cbd97b01d26840d6b025f3e743168e",
"body": null,
"is_bot": false,
"headline": "docs: center heading and add crates badge",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-31T03:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d1c8b3b65897b5f5535281a6e47164e2cda7c9c",
"body": null,
"is_bot": false,
"headline": "docs: update VPN comparisons to wireguard/tailscale/netbird",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-31T03:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82bbadcc73e90e26cdad240d42f6fc11ac42728b",
"body": null,
"is_bot": false,
"headline": "docs: update tagline across repo",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-31T01:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0da755288f46d84ebb6d60238176cd188941e3a",
"body": null,
"is_bot": false,
"headline": "docs: note bidirectional port exposure",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-31T01:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fbc7759b69ce3c491ec61ae2bc0bcca7a46e3f0",
"body": null,
"is_bot": false,
"headline": "docs: refine see also section",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-31T01:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "650470238c3cbed8c8637fb4d5b35549c4b99e17",
"body": null,
"is_bot": false,
"headline": "docs: rework README tone and framing",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-31T01:28:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10dce3f386eb44f3c4e7690a64d90ccb142f2a96",
"body": null,
"is_bot": false,
"headline": "chore: release v0.2.1",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-30T18:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb41ed7ee571aa8c2f273b0a18695d9bdc4305d7",
"body": null,
"is_bot": false,
"headline": "feat: add --version flag",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-30T18:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c765850b212c559d8ae283b1bcada110eb10732",
"body": null,
"is_bot": false,
"headline": "chore: release v0.2.0",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-30T17:44:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d01021303b5924b9d428d99c867d4a27ecfa7c",
"body": null,
"is_bot": false,
"headline": "deps: upgrade iroh 0.94 -> 0.97",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-30T17:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "507031e4c908bd9a1baccb497f99533904eb9ff4",
"body": null,
"is_bot": false,
"headline": "docs: fix inaccurate claim about persistence",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-29T18:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49a1efd1317dc4337a9e144f1dac02907042e088",
"body": null,
"is_bot": false,
"headline": "docs: add project links to README example",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-29T17:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5ec8ed3e386e6c6f7d157377210834f5062880",
"body": null,
"is_bot": false,
"headline": "docs: add comparison section to README",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-29T17:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b793165fa4b48d3ae49a442c6331712c04ef24ea",
"body": null,
"is_bot": false,
"headline": "docs: rewrite README, enforce ASCII-only across repo",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-29T17:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9da24b94dc08204d56fcf2adbcfca167911c45f8",
"body": null,
"is_bot": false,
"headline": "chore: release v0.1.2",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-29T13:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ed4751a21c94f0924579dcf027eb542ad4adcec",
"body": "When a connection drops (e.g. laptop sleep), peers now automatically\nreconnect with exponential backoff (1s to 60s). Incoming reconnections\nfrom the other side are detected immediately via Notify, skipping the\nbackoff. Unified connection handler processes both control messages\nand tunnel requests on the same connection.",
"is_bot": false,
"headline": "feat: add peer auto-reconnection with exponential backoff",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-03-29T12:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8985d043f4457f26158e5773a87e7660a14e0fa4",
"body": null,
"is_bot": false,
"headline": "docs: add cargo and brew install options",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-18T21:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4487ff27bd099f8f5037257e1b58302a82700c4",
"body": null,
"is_bot": false,
"headline": "fix: improve cargo token collection in release workflow",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-18T21:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a20f612c1df5cfb55e18eafb8b813dc19ade335",
"body": null,
"is_bot": false,
"headline": "chore: add license and repository metadata",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-18T21:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "542547d80a4e4e06ebc9e5abd688a325acb355d9",
"body": null,
"is_bot": false,
"headline": "chore: release v0.1.1",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-18T19:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6026d1fad118700cf11d238ea37a003e62307c6",
"body": null,
"is_bot": false,
"headline": "docs: add homebrew and cargo publish to release flow",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-18T19:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ef5d491692908b6fb7fbab26f55654dd890e64b",
"body": null,
"is_bot": false,
"headline": "docs: add install section",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-18T19:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aad039987e4e36f6a742b54f7cb9ca86045f70f4",
"body": null,
"is_bot": false,
"headline": "chore: release v0.1.0",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-18T05:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6acee6b9b9636e348c92fbac324e10481b8995a",
"body": null,
"is_bot": false,
"headline": "ci: add cross-platform release workflow with dagger",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-18T05:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d3463703b6a6d1dd1b6aca9a4e8f05314dd887d",
"body": null,
"is_bot": false,
"headline": "docs: add a status note to readme",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-14T18:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb07d7ceac276db9ea95ed211818a755a914157",
"body": null,
"is_bot": false,
"headline": "feat: add -a/--add and -e/--expose flags to daemon",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-13T20:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02dc8d5021eb8664ce44e5e3be4ffc72b4b7e612",
"body": null,
"is_bot": false,
"headline": "refactor: remove key persistence, use ephemeral identity",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-13T20:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9596c352fb18c61ab1ab822c6538c0f784fb8e8",
"body": null,
"is_bot": false,
"headline": "docs: add README",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-13T20:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a94712c20eeeaa18a54415851feba98331321751",
"body": "Remove random loopback IP assignment - all bindings now use\n127.0.0.1. Operator is responsible for avoiding port conflicts.\nThis fixes macOS compatibility where only 127.0.0.1 is available\nwithout root.",
"is_bot": false,
"headline": "refactor: use 127.0.0.1 for all bindings",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-13T20:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05fd5955ee319aeebd29023ce3a14b9f56275723",
"body": null,
"is_bot": false,
"headline": "fix: track incoming peers and send exposed ports on connect",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-13T19:44:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e81ca3420f81721fbb6dd862e1a736cb4ed997b",
"body": null,
"is_bot": false,
"headline": "refactor: auto-accept unknown peers, random IP assignment",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-13T19:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a815c75d89e1fc02eccf4406a1b5863a5c365fa",
"body": null,
"is_bot": false,
"headline": "feat: p2p TCP port forwarding over iroh",
"author_name": "Andy Gayton",
"author_login": "cablehead",
"committed_at": "2026-01-13T19:23:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 42,
"latest_release_at": "2026-07-23T17:28:37Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 5,
"days_since_latest_release": 2,
"mean_days_between_releases": 31.1
},
"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": [
{
"name": "pai-sho",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/pai-sho",
"is_deprecated": false,
"latest_version": "0.2.2",
"repository_url": "https://github.com/cablehead/pai-sho",
"versions_count": 5,
"total_downloads": 120,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 14,
"first_published_at": "2026-01-18T21:48:36.541307Z",
"latest_published_at": "2026-04-01T04:42:41.644720Z",
"latest_version_yanked": false,
"days_since_latest_publish": 115
}
]
},
"popularity": {
"forks": 4,
"stars": 31,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"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"
],
"largest_source_bytes": 26517,
"source_files_sampled": 9,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1375
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": null,
"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": [
"crates"
],
"dependencies": [
{
"name": "iroh",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.97"
},
{
"name": "tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "clap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "anyhow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "tracing",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "tracing-subscriber",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "dashmap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "6"
},
{
"name": "rand",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
}
],
"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": 2,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "cablehead",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/1394?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml",
"release-binaries.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"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": 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": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"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 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": "7 commit(s) and 0 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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 0,
"reason": "17 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "9ede2358e3e657372535a91fc8d460158e1ef147",
"ran_at": "2026-07-25T23:05:03Z",
"aggregate_score": 2.4,
"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": "2026-07-23T17:28:44Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-03T04:22:30Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 3,
"created_at": "2026-07-03T14:29:19Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cablehead/pai-sho",
"host": "github.com",
"name": "pai-sho",
"owner": "cablehead"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 24,
"vitality": 71,
"community": 25,
"governance": 48,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 42,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "42 commits in the last year",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 42
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 31.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~31.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 31.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 25,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"forks": 4,
"stars": 31,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "31 stars",
"points": 24,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 31
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "critical",
"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": 20,
"inputs": {
"packages": [
"pai-sho"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 120,
"monthly_downloads": 14
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "14 downloads/month across crates",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 14,
"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": "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": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"merged_prs": 2,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2/2 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/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": 64,
"inputs": {
"followers": 194,
"owner_type": "User",
"is_verified": null,
"owner_login": "cablehead",
"public_repos": 172,
"account_age_days": 6722
},
"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": "194 followers of cablehead",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 194,
"login": "cablehead"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "172 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 172
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"pai-sho"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 115
},
"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 115 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 115
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"cli",
"iroh",
"nat-traversal",
"networking",
"p2p",
"port-forwarding",
"quic",
"rust",
"tunneling"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"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": "critical",
"name": "Security",
"value": 24,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 2.4
},
"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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "7 commit(s) and 0 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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "17 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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": 2
},
"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": "moderate",
"name": "AI Readiness",
"value": 64,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1375
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"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": "42 of 42 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 42
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_nix": false,
"has_tests": false,
"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"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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 42",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 42
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 26517,
"source_files_sampled": 9,
"oversized_source_files": 0
},
"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": "0/9 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T23:05:09.481901Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cablehead/pai-sho.svg",
"full_name": "cablehead/pai-sho",
"license_state": "absent",
"license_spdx": null
}