Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 5179,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 332417,
"CSS": 150,
"HTML": 357,
"Ruby": 453,
"Shell": 4302,
"Makefile": 502,
"JavaScript": 64143
},
"pushed_at": "2026-07-22T03:55:04Z",
"created_at": "2026-04-05T01:08:46Z",
"owner_type": "User",
"updated_at": "2026-07-22T03:55:00Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go",
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "Yash Gupta",
"type": "User",
"login": "yashg4509",
"company": null,
"location": "Madison, WI",
"followers": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/24994510?v=4",
"created_at": "2017-01-08T21:27:01Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 3489
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.10",
"kind": "patch",
"published_at": "2026-07-22T03:56:44Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2026-07-22T03:25:23Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2026-07-22T02:57:18Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2026-07-20T02:14:59Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-07-20T02:13:12Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2026-04-13T04:33:35Z"
},
{
"tag": "v0.0.1-retry.2",
"kind": "prerelease",
"published_at": "2026-04-13T04:12:44Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2026-04-13T04:06:20Z"
}
],
"recent_commits": [
{
"oid": "9b89ff41cc9bf6d8a5e057210ff7d36992974826",
"body": "Replace SourcePlaceholder early return with live API health checks.\nToken discovery follows the same priority order as stacklogs:\nauth file → credentials store → environment variable.\n\nVercel: GET /v9/projects/{project} — 200 = healthy\nRender: GET /v1/services/{serviceId} — status=live = healthy\nSup\n[…]\nIVE_HEALTHY = healthy\n\nAll probes complete within 5s timeout. Missing credentials return\nhealthy:false with a clear setup message rather than an error.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(stackstatus): real health probes for Vercel, Render, Supabase (#25)",
"author_name": "Sharath Bhattiprolu",
"author_login": "sharathb5",
"committed_at": "2026-07-22T03:54:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "04ee3b165a414f882f918eb8bdbc68cc703fc841",
"body": "…API path (#24)\n\nTwo bugs:\n1. readSupabaseAuthToken only checked ~/.supabase/access-token but\n modern Supabase CLI stores token in OS keychain. Added keyring\n reader with file as fallback.\n\n2. Supabase logs endpoint /projects/{ref}/logs returns 404.\n Correct endpoint is /analytics/endpoints/logs.all.\n\nResult: source changes from none to auth_file, 57 real log lines returned.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(stacklogs): read Supabase token from macOS keychain and fix logs …",
"author_name": "Sharath Bhattiprolu",
"author_login": "sharathb5",
"committed_at": "2026-07-22T03:23:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ce9d3e51b1b147abdac332d4e6dc2755767cf138",
"body": "url.ResolveReference with an absolute path replaces the entire path\ncomponent, stripping /v1 from versioned base URLs like api.render.com/v1.\nThis caused Render API calls to hit /services/... (404) instead of\n/v1/services/... (200), which was mislabeled as credentials_store:not_found.\n\nFix: joinAPIP\n[…]\ng\ndirectly instead of using ResolveReference, preserving the /v1 prefix.\n\nAffected providers: render, supabase (any provider with a versioned base URL)\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(stacklogs): joinAPIPath drops versioned prefix from base URLs (#23)",
"author_name": "Sharath Bhattiprolu",
"author_login": "sharathb5",
"committed_at": "2026-07-22T02:55:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1b70f19416d040c99e51f1d8c98004419bd2ce97",
"body": "* feat(examples): add full-platform scenario and benchmark doc\n\nMulti-app reference stack for end-to-end Perch demos; update examples README.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* docs: add codebase guide, debt inventory, and smoke script\n\nDocument merged platform+logs product state; a\n[…]\nn verification; update CHANGELOG [Unreleased].\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n---------\n\nCo-authored-by: yashg4509 <ysgupta@wisc.edu>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(examples): full-platform benchmark scenario (#22)",
"author_name": "Sharath Bhattiprolu",
"author_login": "sharathb5",
"committed_at": "2026-07-20T01:26:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4cf524a4ae08d6a362be4d91ea37e47599b1726b",
"body": "Interactive provider auth and logs setup CLI; wire logs subcommand in root.\n\nCo-authored-by: yashg4509 <ysgupta@wisc.edu>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(cli): add perch logs setup command (#21)",
"author_name": "Sharath Bhattiprolu",
"author_login": "sharathb5",
"committed_at": "2026-07-20T01:25:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ff8c2c72e83393aeb88ba93419e160c1cb38dce0",
"body": "Co-authored-by: yashg4509 <ysgupta@wisc.edu>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(viz): wire status and graph APIs to web UI (#20)",
"author_name": "Sharath Bhattiprolu",
"author_login": "sharathb5",
"committed_at": "2026-07-20T01:22:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "585a5f56c74b361c371627f6537ed52a607507d6",
"body": "Co-authored-by: yashg4509 <ysgupta@wisc.edu>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(auth): credentials store, env sync, and CLI onboarding (#19)",
"author_name": "Sharath Bhattiprolu",
"author_login": "sharathb5",
"committed_at": "2026-07-20T01:21:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "10d8b9e286e74144afeb9e89964f2034b332c100",
"body": "* feat(status): live provider probes and vendor YAML fixes\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* fix: gofmt stackstatus and stackcontext\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(status): live provider probes and vendor YAML fixes (#14)",
"author_name": "Yash Gupta",
"author_login": "yashg4509",
"committed_at": "2026-07-20T01:05:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2f7fa0285f4ca823562e97850d42ffd642f9ca1e",
"body": "updates to ship infra",
"is_bot": false,
"headline": "Merge pull request #5 from yashg4509/ship-infra",
"author_name": "Yash Gupta",
"author_login": "yashg4509",
"committed_at": "2026-04-13T04:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1385cbf9a0215cdbe575fb1820501ec29b0ded3c",
"body": null,
"is_bot": false,
"headline": "fix release file",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-13T04:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af187e13ba26d21db9d7e07f7ea99753ef2c7086",
"body": "release infra",
"is_bot": false,
"headline": "Merge pull request #4 from yashg4509/ship-infra",
"author_name": "Yash Gupta",
"author_login": "yashg4509",
"committed_at": "2026-04-13T04:04:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01bff5e04ebe56525b96bc0d8f2592364d924c44",
"body": null,
"is_bot": false,
"headline": "change release to commti on main",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-13T04:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84380acdba9df2ae2d0e9ba93a641a25bb4965b5",
"body": null,
"is_bot": false,
"headline": "initial ship infra push",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-13T03:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "699ef2274639c1ef8e2489e63c36628085acc93b",
"body": "Add perch viz web UI with embedded React frontend",
"is_bot": false,
"headline": "Merge pull request #3 from yashg4509/gui",
"author_name": "Yash Gupta",
"author_login": "yashg4509",
"committed_at": "2026-04-13T03:36:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca3400374dc1917c5646fe57c8f931f7052680b3",
"body": "Main already defines render and supabase under providers/hosting/. Keeping\ntop-level copies from the viz branch caused duplicate name errors once\nLoadRegistry walked the tree recursively. Bundle root github.yaml in embed.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "fix(providers): remove duplicate flat render/supabase YAML; embed github",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-13T03:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49179dd3cd628a9bc8d5a4857354cd6db80de42a",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "Revert full-stack example scenario to main (exclude from viz PR).",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-13T03:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2172ae1cb4206d1cbeb364b369850c38d68c7d9d",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix(viz): satisfy gosec G204 for browser open (validate URL, nosec)",
"author_name": "Sharath Bhattiprolu",
"author_login": "sharathb5",
"committed_at": "2026-04-13T03:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "086b685b8b81795262a1727ab40405511afcd622",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fixed go version",
"author_name": "Sharath Bhattiprolu",
"author_login": "sharathb5",
"committed_at": "2026-04-13T03:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9192d6f7c80f0a942a715e6c8f1be19ce8a69c44",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "ci: build web dist before go vet (go:embed requires web/dist)",
"author_name": "Sharath Bhattiprolu",
"author_login": "sharathb5",
"committed_at": "2026-04-13T03:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aa6493f7bb8bc3f08d980aaef3c4f20259622ab",
"body": "- Add viz subcommand: localhost HTTP server, /api/graph and /api/status,\n embedded web/dist via web/embed.go, Makefile web-build + build target\n- React app: StackView, PerchGraph, live data hook and mappers, demo providers\n- Expand full-stack perch.yaml and add github/supabase/render provider stubs\n\nMade-with: Cursor",
"is_bot": false,
"headline": "Add perch viz web UI with embedded React frontend",
"author_name": "Sharath Bhattiprolu",
"author_login": "sharathb5",
"committed_at": "2026-04-13T03:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22c34fe24c2460adeee640dfa5096c9789cd88a6",
"body": "reorganize tests",
"is_bot": false,
"headline": "Merge pull request #2 from yashg4509/tests",
"author_name": "Yash Gupta",
"author_login": "yashg4509",
"committed_at": "2026-04-13T03:22:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8af8260741e11976a53a9ae7b44dd6d8f8e41599",
"body": null,
"is_bot": false,
"headline": "tests restructuring",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-13T03:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc66ee3b8f214a0e4f45c3f72551974e3ff744dd",
"body": "create initial providers",
"is_bot": false,
"headline": "Merge pull request #1 from yashg4509/add-providers",
"author_name": "Yash Gupta",
"author_login": "yashg4509",
"committed_at": "2026-04-13T03:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d547261f263f8c59a01e26323bff12326b2b439",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into add-providers",
"author_name": "Yash Gupta",
"author_login": "yashg4509",
"committed_at": "2026-04-13T03:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b370a8ea96f20fb00d73d757190a7aa208ddb534",
"body": null,
"is_bot": false,
"headline": "fix toolchain",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-13T03:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11c94a0ddc0ca8c3302e484d99b8932d8c37dcde",
"body": null,
"is_bot": false,
"headline": "fix CI",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-13T02:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aefac07199831b1eada96a125536cd0a26b682c2",
"body": null,
"is_bot": false,
"headline": "initial providers",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-07T01:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b5e49ffc308124afd1ac859f56a7e61b4432b5c",
"body": null,
"is_bot": false,
"headline": "add URL protection",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-07T01:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf7c7da84aaf91acb242ea171e556667aaeb136",
"body": null,
"is_bot": false,
"headline": "update docs",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-05T01:29:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f735fe07e0c11656fac8cb353118be78308a2d6",
"body": null,
"is_bot": false,
"headline": "edge CLI + edge detection",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-05T01:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "308b7fde0b0ab5674a1c06c1e0b53be61f7641e2",
"body": null,
"is_bot": false,
"headline": "first scaffolding",
"author_name": "yashg4509",
"author_login": "yashg4509",
"committed_at": "2026-04-05T01:08:15Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 31,
"latest_release_at": "2026-07-22T03:56:44Z",
"latest_release_tag": "v0.0.10",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 3,
"days_since_latest_release": 8,
"mean_days_between_releases": 14.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/yashg4509/perch",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/yashg4509/perch",
"is_deprecated": false,
"latest_version": "v0.0.10",
"repository_url": "https://github.com/yashg4509/perch",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T03:54:54Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"examples/scenarios/full-platform/apps/api/tsconfig.json",
"examples/scenarios/full-platform/apps/web/tsconfig.json"
],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 24194,
"source_files_sampled": 191,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"web/package.json"
],
"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": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.4"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/charmbracelet/x/ansi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.8.0"
},
{
"name": "github.com/mattn/go-isatty",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.20"
},
{
"name": "github.com/muesli/termenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.16.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.1"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "@xyflow/react",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^12.10.2"
},
{
"name": "dagre",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^0.8.5"
},
{
"name": "lucide-react",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.8.0"
},
{
"name": "react",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^19.2.4"
},
{
"name": "react-dom",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^19.2.4"
},
{
"name": "react-router-dom",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^7.14.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 13,
"open_issues": 2,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "yashg4509",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/24994510?v=4"
},
{
"type": "User",
"login": "sharathb5",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/142956525?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.645
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"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": "13 out of 13 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": 1,
"reason": "Found 2/16 approved changesets -- score normalized to 1",
"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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 5,
"reason": "dependency not pinned by hash detected -- score normalized to 5",
"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": 10,
"reason": "security policy file 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": "66 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "9b89ff41cc9bf6d8a5e057210ff7d36992974826",
"ran_at": "2026-07-30T10:39:50Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T03:56:47Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T03:54:55Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 8,
"created_at": "2026-04-16T01:44:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 9,
"created_at": "2026-04-16T02:43:06Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/yashg4509/perch",
"host": "github.com",
"name": "perch",
"owner": "yashg4509"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 54 is calibrated to 56 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 54,
"calibrated": 56,
"calibration": "2026-08-02"
}
}
],
"value": 56,
"inputs": {
"security": 38,
"vitality": 66,
"community": 43,
"governance": 44,
"calibration": "2026-08-02",
"engineering": 76,
"ai_readiness": 64,
"weighted_overall_raw": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 66,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 31,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "31 commits in the last year",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 31
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.0.10",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 14.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~14.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 14.3
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 43,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "weak",
"name": "Sustainability & Governance",
"value": 44,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.645
},
"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 64% of commits",
"points": 8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 64
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"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": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 21,
"inputs": {
"merged_prs": 13,
"open_issues": 2,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 10,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"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": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/23 decided PRs merged",
"points": 17,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 23
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/16 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 16,
"owner_type": "User",
"is_verified": null,
"owner_login": "yashg4509",
"public_repos": 17,
"account_age_days": 3489
},
"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": "16 followers of yashg4509",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 16,
"login": "yashg4509"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~9 yr old",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/yashg4509/perch"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.8
},
"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": "13 out of 13 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 2/16 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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 detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 2.5,
"status": "partial",
"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 detected",
"points": 5,
"status": "met",
"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": "66 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 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.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.548,
"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": "17 of 31 human commits state their intent (structured subject or explanatory body)",
"points": 29.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 17,
"sampled": 31
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"examples/scenarios/full-platform/apps/api/tsconfig.json",
"examples/scenarios/full-platform/apps/web/tsconfig.json"
],
"agent_commit_share": 0.258,
"toolchain_manifests": [
"go.mod"
],
"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": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "examples/scenarios/full-platform/apps/api/tsconfig.json, examples/scenarios/full-platform/apps/web/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/scenarios/full-platform/apps/api/tsconfig.json, examples/scenarios/full-platform/apps/web/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "8 of the last 31 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 8,
"sampled": 31
}
}
],
"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 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 24194,
"source_files_sampled": 191,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/191 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 191,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library",
"web-ui",
"cli",
"tui"
],
"scores": {
"cli": 4,
"tui": 4,
"web-ui": 4,
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
},
{
"tier": "dependencies",
"label": "cli",
"source": "dep:github.com/spf13/cobra",
"weight": 4
},
{
"tier": "dependencies",
"label": "tui",
"source": "dep:github.com/charmbracelet/bubbletea",
"weight": 4
},
{
"tier": "dependencies",
"label": "web-ui",
"source": "dep:react-dom",
"weight": 4
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-30T10:40:06.098913Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/y/yashg4509/perch.svg",
"full_name": "yashg4509/perch",
"license_state": "standard",
"license_spdx": "MIT"
}