Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 342,
"has_wiki": true,
"homepage": null,
"languages": {
"TypeScript": 68441
},
"pushed_at": "2026-07-17T06:40:05Z",
"created_at": "2026-07-16T07:06:09Z",
"owner_type": "User",
"updated_at": "2026-07-22T02:29:05Z",
"description": "yoink any video from your terminal. no shady ads.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://efecto.app/",
"name": "Pablo Stanley",
"type": "User",
"login": "pablostanley",
"company": "Vercel",
"location": "San Francisco",
"followers": 102,
"avatar_url": "https://avatars.githubusercontent.com/u/7430988?v=4",
"created_at": "2014-04-28T16:25:07Z",
"is_verified": null,
"public_repos": 32,
"account_age_days": 4467
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-17T04:31:22Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-16T23:35:39Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-16T17:21:39Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-16T16:58:55Z"
}
],
"recent_commits": [
{
"oid": "6f03720813c22f907d3fb9ba98567f2169446b82",
"body": "993cc9a matched the fills to the label for the enabled button, but the\ndisabled state still mixed inverse with dim, and terminals disagree on\nwhether dim reaches an inverted background — many keep it bright white\nbetween the gray fills. There is no portable dimmed-background in the\nauto theme, so the dim button drops inverse entirely and renders as a\nghost: fills and label fade together. Hex themes are unaffected.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: stop dim auto-theme button from splitting into bands",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-17T06:40:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a2c6c25efb000b38106562d1cdd4b55a5ae4481a",
"body": "The real cause of the inconsistent gaps between states: FullScreen\ncenters its children directly, so when (terminal rows - content height)\nis odd, yoga hands every child a fractional y-position and rounds each\none independently — a spacer row collapses into its neighbor while an\nextra blank opens up\n[…]\ner offsets. The pinned-stage\napproach from 50a0ee5 is reverted — the layout is back to the original\ncentered design, gaps intact in every state.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: stop centering from collapsing spacer rows on odd leftover",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-17T04:45:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "20c1cf6d8e8cb76b7f0c73e0d675aaa53fdc70fa",
"body": null,
"is_bot": false,
"headline": "0.3.1",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-17T04:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "993cc9ab479be110d3ef3f3368b53ca8ccc98c5b",
"body": "The inverse label row renders bold-brightened in most dark terminals,\nwhile the half-block fill rows drew in the plain default foreground,\nsplitting the button into gray/white/gray bands. Bold the fills too so\nall three rows share one color. Hex-colored themes are unaffected.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: match button fill brightness in auto theme",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-17T04:31:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ab6c03a6f0ae53f89f14a2446d69e158dfe3e020",
"body": "The downloading phase opened with a blank spacer line no other phase\nhad, so its content started one row lower and the space under the\ntagline grew when the progress bar appeared. Every phase now starts\nat the same stage row.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: align downloading screen with other phases",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-17T04:23:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "50a0ee5ef8c437ce820a995c48d6c6dcf9c6f649",
"body": "The fullscreen view vertically centers its content, so every phase's\ndifferent content height re-centered the whole block — the logo and\ntagline jumped between states. And ink boxes default to flexShrink=1,\nso when a phase overflowed the terminal height, yoga crushed the Gap\nspacers and logo box fir\n[…]\nght stage sized for the\ntallest state (the format picker), and the logo and Gap spacers are\nflexShrink=0, so the header and hint bar never move.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: eliminate layout shift between phases",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-17T03:07:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bb71d55d15cb8bac44755bdb4a10aaaa636d18b8",
"body": null,
"is_bot": false,
"headline": "0.3.0",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T23:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea81b4102b3afbaa6b2f1c322a24787c64798bde",
"body": "add terminal-aware light and dark themes",
"is_bot": false,
"headline": "Merge pull request #1 from pablostanley/codex/add-terminal-themes",
"author_name": "Pablo Stanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T23:32:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a99d81caabbab0011f02c45ee12e86385dafa594",
"body": null,
"is_bot": false,
"headline": "add terminal-aware light and dark themes",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T23:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ad61498986c948de0d3f23c5573c3181fe5304c",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "readme: add home + format-picker screenshots",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T17:26:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b6b857d10c294129a6eadb25b7b6db96a2dbbff5",
"body": null,
"is_bot": false,
"headline": "0.2.0",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T17:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abbeebe55545365a640d67ad0e32c5ac17c2f1d8",
"body": "The picker title now wraps by hand into left-flush lines — ink's wrapping\nkeeps the space at each break, indenting continuation lines so multi-line\ntitles looked off-center.\n\nClicks are now hit-tested against the rendered frame (lib/click-map.ts)\ninstead of hand-derived cell rectangles: the footer h\n[…]\n\nthe format rows, the yoink button and the done box are clickable, and the\nlogo takes you back home. ↑↓ choose and ↑ history stay keyboard-only.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "clickable everything + left-aligned title in the picker",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T17:21:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a45c1ca51701c1424eac6f5c3f1ca0218f40252e",
"body": "…'t split it\n\nFenced code blocks on github get line-height 1.45, which leaves gaps\nbetween rows of block glyphs. The logo is now two svgs (light/dark,\nswapped via <picture>) built from the same block art, so it renders\nseamless in both themes.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "readme: render the logo as svg so github's code-block line-height can…",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T17:18:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e432a682dee4c7b5d90c959a49942649ec010025",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "readme: sync logo with the app's block-art, left-align the tagline",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T17:02:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b7323a6ad94f385833186cf3f28f9c23c3490850",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "cli: read --version from package.json instead of a hardcoded constant",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T17:00:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6a42d4feabebbb9ceda706aa4666f9932a890b3f",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "readme: npx usage + check off npm publish on the roadmap",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T17:00:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "31307c37dfebebb233d3245f332953cd1a679978",
"body": null,
"is_bot": false,
"headline": "0.1.1",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T16:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b39f1e7d6119ea6fd01b4f36442291a49e795d",
"body": "The bar now renders in every download substate (0% while starting, full\nwhile processing) instead of appearing only once yt-dlp reports bytes.\nMulti-file downloads label the meta line part 1/2 / 2/2 so the bar\nresetting between video and audio reads as intended. The silent\nexpired-link retry now says what it's doing, and the block sits evenly\nbetween the header and the hints with a gap between bar and status.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "downloading: always show the bar, part 1/2 labels, balanced spacing",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T16:42:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "92e234fb9015456d5e048c72cbbaf05796cb3312",
"body": null,
"is_bot": false,
"headline": "Merge branch 'worktree-Clickable'",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T16:41:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57c691d6721fbb51d9a84159f7e44e5dcb1c420c",
"body": "Same hit-test approach as the input-phase yoink button — re-derive the\nbox's cell rectangle from the centered layout and reset to input on click.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "done screen: clickable \"yoink another\" box",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T16:41:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "359fd497b0d13cc8f49a587ab61ef52b25c6cd39",
"body": "Prefilling the input on start read as a bug. The field now opens empty;\nwhen the clipboard holds a url, a hint offers it and tab pastes it in.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "don't auto-paste the clipboard url on launch — offer it with tab",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T16:41:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0a970510820ae9206553ed3a33a302f2d5022952",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "new slogan: paste. yoink. done.",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T16:27:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b60ce0f07d02124e705b712ce56beb27abdefe7d",
"body": "Same as enter's \"yoink another\", just unhinted — esc should feel like\n\"go back\" from any resting state.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "esc on the done screen returns to input",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T16:14:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a3fe1b7d2676ae7048b0e9b45bddda512f35e77d",
"body": "- ensureYtDlp/probe/download take an AbortSignal; esc aborts the run's\n controller, which kills the yt-dlp child (and the first-run binary\n fetch mid-stream)\n- cancel returns to the input screen with the link preserved, never\n flashes the error state, and skips the fresh-extraction retry\n- cancel\n[…]\no clutter in ~/Downloads;\n ordinary failures still keep partials so the auto-retry can resume\n- probing/downloading hint rows show \"esc cancel\"\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "esc cancels an in-flight probe or download",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T16:07:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bbe15714ceb13f30afe1a769f20e5d2cc713bcc3",
"body": "- filled button attached to the right of the url input, half-blocks on\n the outer rows so it optically matches the frame height\n- SGR mouse tracking while the input is active; clicks on the button\n submit exactly like Enter, leaked mouse reports are stripped from the\n text field\n- probing keeps the button dimmed and moves the spinner status into the\n shortcuts line so the layout never shifts\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "input: clickable yoink button with loading state",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T16:04:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c82d056fcd158b3862c7b784d9725815b23d94ed",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "sweep the logo beam every 7s instead of 10s",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T15:54:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b9bdff1364c268fc546304ead1ba8fd550a9db8f",
"body": "On mount each glyph flickers in as ░ → ▒ → block in random order (~0.9s).\nEvery 10s a tilted beam crosses the letters left to right, thinning\nfull blocks one density step (█→▒, ▓→░) and dimming half-blocks so the\neffect never spills outside the letterforms. Timers only run while a\nphase is animating; non-TTY output renders the static logo.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "animate the logo: dissolve-in on load, light beam sweep every 10s",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T15:42:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c9c7e5760dff50b39a61bfe2218a021e658ddad4",
"body": "…board\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "new block logo, two-tone theme, custom text input with history + clip…",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T15:41:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "110969cc9b034c4f25002f0590dc1a205fe3a588",
"body": "Full-screen grayscale TUI (Ink + React) over yt-dlp: paste a link from\nYouTube, X, Instagram, Threads, TikTok or 1,800+ other sites, pick a\nresolution or audio-only mp3, and it lands in ~/Downloads. Fetches the\nstandalone yt-dlp binary on first run, falls back to ffmpeg-static when\nffmpeg isn't installed.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "yoinks: download any video from your terminal",
"author_name": "pablostanley",
"author_login": "pablostanley",
"committed_at": "2026-07-16T07:06:09Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 4,
"commits_last_year": 29,
"latest_release_at": "2026-07-17T04:31:22Z",
"latest_release_tag": "v0.3.1",
"releases_from_tags": true,
"days_since_last_push": 4,
"active_weeks_last_year": 1,
"days_since_latest_release": 4,
"mean_days_between_releases": 0.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "yoinks",
"exists": true,
"license": "MIT",
"keywords": [
"video",
"downloader",
"yt-dlp",
"youtube",
"instagram",
"twitter",
"threads",
"cli",
"tui",
"ink"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/yoinks",
"is_deprecated": false,
"latest_version": "0.3.1",
"repository_url": "https://github.com/pablostanley/yoinks",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2000,
"first_published_at": "2026-07-16T16:59:06.574000Z",
"latest_published_at": "2026-07-17T07:02:00.528000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 101,
"stars": 968,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-17",
"count": 34
},
{
"date": "2026-07-18",
"count": 19
},
{
"date": "2026-07-19",
"count": 21
},
{
"date": "2026-07-20",
"count": 18
},
{
"date": "2026-07-21",
"count": 7
},
{
"date": "2026-07-22",
"count": 1
}
],
"complete": true,
"collected": 101,
"total_forks": 101
},
"star_history": {
"days": [
{
"date": "2026-07-16",
"count": 49
},
{
"date": "2026-07-17",
"count": 366
},
{
"date": "2026-07-18",
"count": 139
},
{
"date": "2026-07-19",
"count": 175
},
{
"date": "2026-07-20",
"count": 132
},
{
"date": "2026-07-21",
"count": 96
},
{
"date": "2026-07-22",
"count": 11
}
],
"complete": true,
"collected": 968,
"total_stars": 968
},
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 18827,
"source_files_sampled": 21,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"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": [
"npm"
],
"dependencies": [
{
"name": "ffmpeg-static",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.3.0"
},
{
"name": "ink",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.1.0"
},
{
"name": "ink-select-input",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.2.0"
},
{
"name": "ink-spinner",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.0"
},
{
"name": "react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^19.2.7"
}
],
"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": 5,
"merged_prs": 1,
"open_issues": 4,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "pablostanley",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/7430988?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"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": 0,
"reason": "0 out of 1 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/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6f03720813c22f907d3fb9ba98567f2169446b82",
"ran_at": "2026-07-22T02:45:10Z",
"aggregate_score": 2.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T06:40:07Z",
"oldest_open_prs": [
{
"number": 2,
"created_at": "2026-07-17T11:20:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4,
"created_at": "2026-07-17T17:53:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 5,
"created_at": "2026-07-17T20:21:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 7,
"created_at": "2026-07-18T01:25:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 9,
"created_at": "2026-07-20T20:42:57Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-16T23:32:03Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 3,
"created_at": "2026-07-17T15:26:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 6,
"created_at": "2026-07-18T00:56:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2026-07-20T09:14:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2026-07-21T11:22:55Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/pablostanley/yoinks",
"host": "github.com",
"name": "yoinks",
"owner": "pablostanley"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 25,
"vitality": 65,
"community": 59,
"governance": 47,
"engineering": 34
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 65,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 29,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "29 commits in the last year",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 29
}
}
],
"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": 88,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.3.1",
"releases_from_tags": true,
"days_since_latest_release": 4,
"mean_days_between_releases": 0.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.2
}
}
],
"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": "moderate",
"name": "Community & Adoption",
"value": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"forks": 101,
"stars": 968,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "window_too_short"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "968 stars",
"points": 48.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 968
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "101 forks",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 101
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "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": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"packages": [
"yoinks"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2000
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,000 downloads/month across npm",
"points": 44,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2000,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 47,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"merged_prs": 1,
"open_issues": 4,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"followers": 102,
"owner_type": "User",
"is_verified": null,
"owner_login": "pablostanley",
"public_repos": 32,
"account_age_days": 4467
},
"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": "102 followers of pablostanley",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 102,
"login": "pablostanley"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "32 public repos, account ~12 yr old",
"points": 23.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 32
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"yoinks"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 34,
"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 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": 25,
"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": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.5
},
"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 1 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/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.69,
"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": "20 of 29 human commits state their intent (structured subject or explanatory body)",
"points": 36.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 29
}
}
],
"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": 59,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.759,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"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": "22 of the last 29 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 22,
"sampled": 29
}
}
],
"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": "TypeScript",
"largest_source_bytes": 18827,
"source_files_sampled": 21,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/21 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 21,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:yoinks@0.3.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T02:45:15.286204Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/pablostanley/yoinks.svg",
"full_name": "pablostanley/yoinks",
"license_state": "standard",
"license_spdx": "MIT"
}