原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 269,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 188403
},
"pushed_at": "2026-07-20T05:10:59Z",
"created_at": "2026-05-30T02:39:12Z",
"owner_type": "User",
"updated_at": "2026-07-20T01:50:45Z",
"description": "WARP: A provider-agnostic, declarative protocol for defining and orchestrating AI agents, skills, and resources in a workspace.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "David Morales",
"type": "User",
"login": "masterkeysrd",
"company": null,
"location": null,
"followers": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/11392958?v=4",
"created_at": "2015-03-09T16:05:12Z",
"is_verified": null,
"public_repos": 29,
"account_age_days": 4158
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-07-20T05:10:59Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2026-05-30T04:49:37Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2026-05-30T02:45:12Z"
}
],
"recent_commits": [
{
"oid": "44410dbbc84bb8157afc920ae3d5fad567048f2f",
"body": null,
"is_bot": false,
"headline": "feat: support wildcars for agent command, skill, and subagents",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-07-20T01:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb09684a63e65dfe1b9889bc240deb8095c03038",
"body": "… rendering\n\nExpose resolved subagent, skill, and command names as top-level template\nvariables alongside the existing .Agent.Subagents (rich objects). Prevent\nbuildTemplateData from overwriting provider data with defaults.",
"is_bot": false,
"headline": "feat(template): add global Subagents, Skills, Commands lists to agent…",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-07-12T06:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01be5a9aebda22c888afa398b3c1dc703135a16c",
"body": "Allow callers to pass a custom filter function that excludes resources\nfrom ListResults on both Registry and ScopedRegistry.",
"is_bot": false,
"headline": "feat(registry): add Filter predicate to QueryOptions",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-07-12T05:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58a5cd10afebb1920e08175ddb3e7df677d051f0",
"body": "Only agents with 'agent' in their triggers list (or no triggers) are\nresolved as subagents. Agents restricted to other triggers (e.g. 'human')\nare excluded from automatic discovery.",
"is_bot": false,
"headline": "feat(agent): filter subagents by trigger type on resolution",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-07-12T05:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19b6cc76e3d3896de9e272500a6d7304f3271fbc",
"body": null,
"is_bot": false,
"headline": "feat: add headers and config fields to ModelProvider spec",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-07-11T02:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c89ee6e5b77a0e49df56316a37acf276052a10f",
"body": null,
"is_bot": false,
"headline": "feat: add subagents support to agent specification and registry",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-07-09T21:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d85a5bb1d863f317fc544426285abcb1b355c3fb",
"body": null,
"is_bot": false,
"headline": "fix(provider): make capabilities optional fields",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-30T05:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb8a08363af3dd20059274900bfd718d6dc9805f",
"body": null,
"is_bot": false,
"headline": "feat(plugins): add warp-dev official plugin",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-30T04:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8077953af9c11470eb971f0fb4ccdf8abc3577c7",
"body": null,
"is_bot": false,
"headline": "feat: add schema auto generation",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-30T04:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc32745294983172ae8028916e81a10cca64eb51",
"body": null,
"is_bot": false,
"headline": "feat(warp): udpdate get command to support hooks and fixes",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-30T04:29:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd4361cf9895f4f219a68b4fdb46b722f7ada4ee",
"body": null,
"is_bot": false,
"headline": "docs: update templating guide",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-30T04:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba313afc9f3827e26230fc6bef40e253d3907593",
"body": null,
"is_bot": false,
"headline": "chore: remove broken dir",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-30T04:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0f2a882321bbc7b94392d254b5ae6ec69f677cb",
"body": null,
"is_bot": false,
"headline": "feat(plugins): add support for local files and remove plugin dup",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-30T04:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11ea06248b846f92da7d96b6253aa8ab52468dee",
"body": null,
"is_bot": false,
"headline": "feat: add plugin hooks and triggers for skills",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-30T04:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b2bf1d3f832a8209b296c81ae05f9d432d79ca7",
"body": null,
"is_bot": false,
"headline": "feat: update schema and add thinking config and cost support",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-30T02:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f28a1c7000bc89358fe9df720a643930951627f4",
"body": null,
"is_bot": false,
"headline": "feat(loader): add custom resource path",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-25T21:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4454fc07383d8a85e9a2a57a3725c690b46c6550",
"body": null,
"is_bot": false,
"headline": "fix: add plugin and tool instructions",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-25T20:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81126c74c0c606b71b318e4272b8aa267922bff0",
"body": null,
"is_bot": false,
"headline": "fix(loader): skip files without yaml front matter inside .agents dir",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-25T18:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12acdcf19aff421aca6397f3c7664fd76bb5611f",
"body": null,
"is_bot": false,
"headline": "feat(mcp): add mcp support",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-25T03:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83c823620629ad88c32d46239969efdea2814835",
"body": null,
"is_bot": false,
"headline": "feat(template): add support for paths and names on templates",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-25T03:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ee9a033dba7eb0521d7095fef0338ff1c7de247",
"body": null,
"is_bot": false,
"headline": "feat: implement advance templating",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-22T19:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d6863af6fb215e8f3779e78280c25648ac47ed6",
"body": null,
"is_bot": false,
"headline": "feat(workspace): add workspace templating",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-22T19:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90b0178d9c59682a88cc9f6e29174ce2f27641ee",
"body": null,
"is_bot": false,
"headline": "feat(agent): add agent tool policies",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-22T18:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e564f85dc7aaf13edb5b00db345f566a39da7cb0",
"body": null,
"is_bot": false,
"headline": "feat: add output schema support",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-19T07:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0af54d94792e66c3b5ebc0ec62dacbc2ac60c466",
"body": null,
"is_bot": false,
"headline": "feat: add advance auth support",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-19T06:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "017ddfba1d7943ee132bec3441e7277b8b0c6ac8",
"body": null,
"is_bot": false,
"headline": "refactor: use kind for query options instead of string (#14)",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-12T02:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "366b5238ee187ebba1d9d26ee3537067c85d6185",
"body": "…covery (#13)",
"is_bot": false,
"headline": "fix(loader): improve project context visibility and root resource dis…",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-12T01:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc560504f13f981c7962f08ee86be2b07a986008",
"body": "…rkspaces (#12)\n\nFixed a bug where resources in the root .agents/ directory were\ninvisible to global queries in flat workspaces.\n\nChanges:\n- Modified the loader to always register root-level resources in the\n'workspace' namespace instead of the project-local namespace.\n- Updated ScopedRegistry to fa\n[…]\no the 'workspace' namespace when\n'local/' reference is not found in the project's own namespace.\n- Removed the \"Authority Rule\" that caused root resources to be treated\nas private to the root project.",
"is_bot": false,
"headline": "fix: ensure root-level resources are globally discoverable in flat wo…",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-11T21:50:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d014c377c5b44486f8e5c6b420fee75dc77bd090",
"body": null,
"is_bot": false,
"headline": "fix(format): update to improve formatting (#11)",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-11T00:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "612891605f3b751fa42c0b6b989e08b66108e303",
"body": null,
"is_bot": false,
"headline": "feat(mpc): add mcp policies (#10)",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-11T00:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37c73b559d037e9e98d1f26e7a51de14c72336e4",
"body": null,
"is_bot": false,
"headline": "feat(format): implement formatter (#9)",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-10T23:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c079fac379543b9d1bc2a19f80d64f5f7dea12b3",
"body": null,
"is_bot": false,
"headline": "feat(agent): add support for tool policies (#8)",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-08T04:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d02fbcb221b7b0306aea56da0541720b4278817",
"body": "* feat: implement plugin architecture and guided interactive warp get CLI\n\n* feat: implement complete plugin package management with fetching, locking, and mutation\n\n* fix(cli): resolve MultiSelect height bug and deduplicate warp.lock entries\n\n* feat: expose programmatic InstallPlugin API\n\n* feat: expose DiscoverPluginResources API and update docs",
"is_bot": false,
"headline": "feat(plugin): add plugin management support (#7)",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-06-08T03:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d02ee3dadab987db7ab3b20fbf11931fe144d8b8",
"body": null,
"is_bot": false,
"headline": "docs: define export constraints and validation rules for plugins",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-31T05:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cee979525ed407ad22713ca1f5d47f525f659fe",
"body": null,
"is_bot": false,
"headline": "docs: introduce robust module and package management architecture",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-31T05:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de0f6ed9647467b08ea94b02b1fcc050f6ba7a48",
"body": "…mples",
"is_bot": false,
"headline": "docs: rename cmd to commands and mcp to mcps in specification and exa…",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-31T04:19:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6930361e0924d6f6379584535b6d2b7eaae09ebd",
"body": "This commit adds a complete example workspace in examples/simple-assistant. It demonstrates the use of Agents, Skills, and Commands, including the new triggers, model fallbacks, and positional templating features.",
"is_bot": false,
"headline": "docs: add simple-assistant example (#6)",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-30T04:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1f5cd715d302c06fd6a9a66d1c0185096ff3044",
"body": "This commit adds a comprehensive security policy for the Warp project, covering vulnerability reporting, tool execution safety, and credential management best practices.",
"is_bot": false,
"headline": "docs: add SECURITY.md",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-30T04:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "706be92822af9581763dbfaceb6f3531f4e54d8e",
"body": "This commit introduces:\n- A comprehensive JSON Schema in schema/warp.json for IDE support.\n- A validation CLI in cmd/warp/main.go for semantic workspace validation.\n- A public Resources() method on the Registry to support inventory reporting.\n- Updated README.md with tooling instructions.",
"is_bot": false,
"headline": "feat: add JSON Schema and validation CLI (#5)",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-30T04:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85ddeebb71702302a398ca345b48d4322d6ef711",
"body": "This commit introduces 'warp.Render', a unified templating utility that expands resource instructions.\nIt supports:\n- Shorthand substitution (, ).\n- A flattened data context (lifting .metadata and .spec fields to the top level).\n- Safe integration of WARP-specific globals.\n- Full Go text/template fallback for advanced loops/conditionals.\n\nAlso updates SPECIFICATION.md to document the templating behavior.",
"is_bot": false,
"headline": "feat: implement unified resource templating system (#4)",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-30T04:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52c07598b681a2317a465ba43b45ab9faacf705c",
"body": "This commit extends the Command resource to support:\n- 'hints': ordered argument names for UI/template use.\n- 'models': preferred fallback models for the command.\n- 'tools': restricted toolset for the command execution.\n\nIncludes validation logic in registry.go and updated SPECIFICATION.md documentation.",
"is_bot": false,
"headline": "feat: add 'hints', 'models', and 'tools' to Command spec (#3)",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-30T04:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43f9f8337e3809645bba3dc4870a45fcc71c3e84",
"body": "…support (#2)\n\nThis commit updates the AgentSpec to use a 'models' array instead of a singular 'model' string. This allows runtimes to implement fallback mechanisms by attempting to use models in the prioritized order provided. All relevant documentation, tests, and deep copy logic have been updated.",
"is_bot": false,
"headline": "feat: replace 'model' with 'models' array in Agent spec for fallback …",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-30T03:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c66550bf0008d0af148f30a696763b9f22f2ae08",
"body": "This commit introduces the 'triggers' field to the AgentSpec. This is an array of strings (e.g., 'human', 'agent', 'system') that allows runtimes to architecturally restrict what entities are permitted to invoke an agent. An empty array retains the default behavior of allowing any trigger.",
"is_bot": false,
"headline": "feat: add 'triggers' field to Agent spec to control invocation (#1)",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-30T03:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8776f69e5c68ca684e3c3fff3748f89b4f1de901",
"body": null,
"is_bot": false,
"headline": "docs: license and documentation",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-30T02:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9b7f050574294f4af54c62481a381e121e40262",
"body": null,
"is_bot": false,
"headline": "chore: move ouside tasksmith",
"author_name": "David Morales",
"author_login": "masterkeysrd",
"committed_at": "2026-05-30T02:27:01Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 45,
"latest_release_at": "2026-07-20T05:10:59Z",
"latest_release_tag": "v0.0.3",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 8,
"days_since_latest_release": 8,
"mean_days_between_releases": 25.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/masterkeysrd/warp",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/masterkeysrd/warp",
"is_deprecated": false,
"latest_version": "v0.0.3",
"repository_url": "https://github.com/masterkeysrd/warp",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T01:50:35Z",
"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": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 24177,
"source_files_sampled": 29,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"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"
],
"dependencies": [
{
"name": "charm.land/huh/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.3"
},
{
"name": "github.com/go-git/go-git/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.19.1"
},
{
"name": "github.com/invopop/jsonschema",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.14.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
}
],
"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": 14,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "masterkeysrd",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/11392958?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": 0,
"reason": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 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": null,
"reason": "no workflows found",
"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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": null,
"reason": "no dependencies found",
"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": 4,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "22 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "44410dbbc84bb8157afc920ae3d5fad567048f2f",
"ran_at": "2026-07-28T09:51:45Z",
"aggregate_score": 1.7,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-12T02:15:47Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/masterkeysrd/warp",
"host": "github.com",
"name": "warp",
"owner": "masterkeysrd"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"security": 17,
"vitality": 69,
"community": 33,
"governance": 52,
"engineering": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 69,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"commits_last_year": 45,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 8
},
"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": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "45 commits in the last year",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 45
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.0.3",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 25.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 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 ~25.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 25.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"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": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 14,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "14/14 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 14,
"decided": 14
}
}
],
"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": 50,
"inputs": {
"followers": 9,
"owner_type": "User",
"is_verified": null,
"owner_login": "masterkeysrd",
"public_repos": 29,
"account_age_days": 4158
},
"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": "9 followers of masterkeysrd",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 9,
"login": "masterkeysrd"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "29 public repos, account ~11 yr old",
"points": 22.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 29
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/masterkeysrd/warp"
],
"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": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"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": 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": "critical",
"name": "Security",
"value": 17,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 17,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 1.7
},
"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": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "22 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "45 of 45 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 45,
"sampled": 45
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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 45",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 45
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 24177,
"source_files_sampled": 29,
"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/29 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T09:51:51.333035Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/masterkeysrd/warp.svg",
"full_name": "masterkeysrd/warp",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}