Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"cli",
"go",
"macos",
"linux",
"music",
"windows"
],
"is_fork": false,
"size_kb": 1757,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 62070
},
"pushed_at": "2026-06-09T14:00:07Z",
"created_at": "2022-09-01T17:50:57Z",
"owner_type": "User",
"updated_at": "2026-07-01T18:24:15Z",
"description": "Convert music URLs & download tracks",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "midgarcorp.cc",
"name": null,
"type": "User",
"login": "guitaripod",
"company": null,
"location": "somewhere on planet earth",
"followers": 96,
"avatar_url": "https://avatars.githubusercontent.com/u/47460844?v=4",
"created_at": "2019-02-08T19:26:11Z",
"is_verified": null,
"public_repos": 218,
"account_age_days": 2721
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": false,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "3.2.2",
"kind": "patch",
"published_at": "2026-06-09T13:26:42Z"
},
{
"tag": "3.2.1",
"kind": "patch",
"published_at": "2025-09-24T18:43:45Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2025-07-18T19:30:55Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2025-07-18T19:18:18Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2025-04-18T10:06:47Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2025-03-28T22:54:05Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2024-04-12T02:43:16Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2023-04-01T18:23:19Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2023-02-19T17:33:12Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2023-02-18T19:04:26Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2023-01-05T18:27:36Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2022-09-10T09:34:39Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2022-09-03T14:27:33Z"
}
],
"recent_commits": [
{
"oid": "bedc4d200a325c6292a7c178fd351b2390fa32d3",
"body": "The module path was github.com/guitaripod/songlink-cli.git, so a bare\ngo build emitted a binary named songlink-cli.git that .gitignore did not\ncover and kept reappearing as untracked. Dropping the suffix names the\nbinary songlink-cli (already ignored) and unblocks\ngo install github.com/guitaripod/songlink-cli@latest.",
"is_bot": false,
"headline": "Drop erroneous .git suffix from module path",
"author_name": "guitaripod",
"author_login": "guitaripod",
"committed_at": "2026-06-09T14:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ff79892fda7db72d02b8f200764f6d85bb09c1",
"body": "The test built an httptest server but never used it: makeRequest hit the\nlive api.song.link and asserted a Spotify URL the API no longer returns,\nso it failed and was slow. Route buildURL through an overridable base var\nso the test exercises its own server. buildURL output is unchanged\n(TestBuildURL still pins it).",
"is_bot": false,
"headline": "Make TestMakeRequest hermetic by injecting the song.link API base",
"author_name": "guitaripod",
"author_login": "guitaripod",
"committed_at": "2026-06-09T13:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ecb6ee3c84c242b3fc9fdeeffbe3fabba73c5cf",
"body": "The proactive yt-dlp version check hard-failed any release older than two\nmonths, which is unsatisfiable whenever yt-dlp has no recent stable release\n(e.g. 2026.03.17 is the latest yet rejected in June). Real breakage is still\ncaught downstream via the signature/format error messages.\n\ndownload and playlist also folded any flag placed after the query into the\nsearch string because Go's flag parser stops at the first positional. Reorder\nargs so flags are parsed regardless of position.",
"is_bot": false,
"headline": "Fix downloads broken by yt-dlp age gate and flags-after-query",
"author_name": "guitaripod",
"author_login": "guitaripod",
"committed_at": "2026-06-09T13:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b98b6028a13f9e6c4f8168b8ee1449b35683f61e",
"body": null,
"is_bot": false,
"headline": "Update release workflow to accept tags without v prefix",
"author_name": "guitaripod",
"author_login": "guitaripod",
"committed_at": "2025-09-24T18:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e089f99bd4ac6d062ed237a1ddae65621f51e855",
"body": "Added Claude agent for comprehensive quality assurance testing.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add qa-master-engineer agent configuration",
"author_name": "guitaripod",
"author_login": "guitaripod",
"committed_at": "2025-09-24T18:27:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8d3a70982f59d779ea850ed30e46e2f7509893ff",
"body": "Eliminated all comments from Go source files including function documentation,\ninline comments, and package comments. Code functionality remains unchanged\nand all tests pass.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove all code comments for cleaner codebase",
"author_name": "guitaripod",
"author_login": "guitaripod",
"committed_at": "2025-09-24T18:23:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8d73e9ac8dc1d3cebec730e5e410225f4d33428a",
"body": "- Add automatic yt-dlp version checking to warn about outdated versions\n- Implement multiple search fallbacks (lyrics, topic, standard) for better success rate\n- Enhance error messages with specific update instructions\n- Update README with critical yt-dlp version requirements and troubleshooting\n- A\n[…]\ntructions for keeping yt-dlp current\n- Improve ffmpeg error handling and MP4 generation settings\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix download issues and improve yt-dlp compatibility",
"author_name": "guitaripod",
"author_login": "guitaripod",
"committed_at": "2025-09-24T18:12:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3241f51e29c40009c3e69d3421f53d630d3d8b20",
"body": "- Add comprehensive struct documentation for Config, Command, SearchType, MusicSearcher, SearchResult, and Songlink types\n- Add function documentation explaining purpose and behavior for key functions\n- Remove redundant inline comments that simply restate what the code does\n- Improve code readability without changing any functionality\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Enhance code documentation and remove redundant comments",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T20:26:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b057c9f7e2ba304f4b2ccca24e1cdea7c5fa1c61",
"body": "- Updated module path in go.mod to github.com/guitaripod/songlink-cli.git\n- Updated MusicKitKat dependency to use new repository location\n- Updated import statements in apple_music_ext.go and search.go\n- Upgraded MusicKitKat dependency to v0.0.3\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update GitHub username from marcusziade to guitaripod",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T20:08:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eddc535d2c7a20be2e4d9723c8bf1db6554a782b",
"body": "Configure GoReleaser to use version without v prefix for release names.\nWhen a tag like v1.2.3 is pushed, the release will be titled 1.2.3.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove v prefix from release titles in GoReleaser",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T19:44:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3d42b9e0869f3e733b623f53102b410d23839095",
"body": "- Add command usage patterns at the top of Usage section\n- Enhance examples with more specific use cases from help system\n- Convert flag documentation to table format for better readability\n- Add advanced search examples section\n- Improve troubleshooting section with common issues and solutions\n- Up\n[…]\nensive help system, making it easier for users to understand\nall available features at a glance.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Enhance README with comprehensive examples and clearer documentation",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T19:29:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e1eafea098298e55fb6d7a4f6a5d383cce881f92",
"body": "- Add detailed help system with main help and per-command help screens\n- Support both -h and --help flags globally and per-command\n- Document all features, flags, and requirements clearly\n- Include practical examples for each command\n- Add supported/unsupported content types for playlist command\n- P\n[…]\nng\nall features described in the README, making the CLI more\nuser-friendly and self-documenting.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Revamp --help command with comprehensive documentation",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T19:27:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2ea75c3695c397725f8c9b1a73c0b738941a76c0",
"body": "- Remove manual workflow_dispatch trigger\n- Trigger on pushes to master branch and tag pushes\n- Only create releases when pushing tags (v*.*.*)\n- Add conditional execution for release steps\n\nThis makes the release process automatic when pushing tags\nand allows easier tag management without manual triggers.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Change release workflow to trigger on tag push",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T19:16:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5d89212111cd1df5874b858c1a3701e28fb1df0c",
"body": "- Change version input format from vX.Y.Z to X.Y.Z\n- Update validation regex to match X.Y.Z format\n- Add 'v' prefix when creating git tag internally\n- This allows using '3.1.0' format instead of 'v3.1.0'\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update release workflow to accept version without v prefix",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T19:14:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "553f9d1cf464b1ff1de8ec9ee1437a1903b2f48b",
"body": "- Add GetPlaylistDetails method to fetch playlist info directly\n- Include actual API error messages in error responses\n- Use custom API client for playlist fetching for better control\n- Add io package import for reading error response bodies\n\nThese changes provide clearer error messages when playlists\ncannot be accessed (e.g., \"Resource Not Found\" instead of just\n\"status 404\").\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Improve error handling for playlist fetching",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T19:10:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1b7fa19360407ad2b9edfd50250feba48599b95a",
"body": "- Add table of contents for easy navigation\n- Convert all major sections to collapsible details elements\n- Add clear \"Supported Content\" section for playlist downloads\n- Document what content types are not supported (library playlists, etc.)\n- Add troubleshooting tips for 404 errors\n- Reorganize exa\n[…]\non is now more navigable and explicitly states\nthe limitations of the playlist download feature.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Improve documentation with collapsible sections and clarity",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T19:08:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3b4c88185163b93e0f61e5596fceaa33e43f5579",
"body": "- Add playlist download to features list\n- Document installation of required dependencies (yt-dlp, ffmpeg)\n- Add comprehensive playlist command documentation with examples\n- Update examples section with playlist download use cases\n- Document all available flags and their usage\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update documentation for playlist download feature",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T18:58:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "308169f096eea87157eb6c27ea74cbe77d368286",
"body": "Adds new 'playlist' subcommand that:\n- Downloads entire albums or playlists from Apple Music URLs\n- Supports concurrent downloads with --concurrent flag\n- Saves metadata with --metadata flag\n- Configurable output directory with --out flag\n- Choice of mp3/mp4 format with --format flag\n- Debug mode wi\n[…]\nt download components into a\ncohesive user experience with progress tracking and error handling.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add playlist download command to CLI",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T18:58:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "29da5e351faf41dfd05db97a8911d3def0af757f",
"body": "Creates JSON metadata files that include:\n- Playlist/album information (name, artist, track count)\n- Individual track details with download status\n- Download timestamps and file paths\n- Error tracking for failed downloads\n\nMetadata is updated in real-time during downloads to support\nresumable downloads and download history.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add playlist metadata generation and tracking",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T18:58:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0dd84b227c0f7a06a6bca2aaff609dfed77473f5",
"body": "Implements parallel download functionality with:\n- Configurable worker pool for concurrent downloads\n- Automatic retry with exponential backoff\n- Real-time progress tracking per track\n- Download result aggregation and summary statistics\n- Thread-safe progress updates\n\nThe BatchDownloader manages download queues and coordinates multiple\nworkers to efficiently download playlists/albums.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add concurrent batch download manager",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T18:57:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f8ba4a1ea7ea8a112b835de347a0dfe546f773fc",
"body": "- playlist.go: Parse Apple Music playlist/album URLs and fetch all tracks\n- apple_music_ext.go: Extended Apple Music API client for fetching album/playlist tracks\n\nThese components handle:\n- URL validation and resource ID extraction\n- Fetching album tracks via /albums/{id}/tracks endpoint\n- Fetching\n[…]\nlaylist tracks with proper pagination\n- Converting API responses to internal SearchResult format\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add playlist URL parsing and Apple Music API extensions",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T18:57:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "678ebfd34488d37870f31bab2293cbf314b71951",
"body": "Add entries for:\n- downloads/ directory (default output location)\n- songlink-cli binary\n- *.log files (test outputs)\n- test_* directories (test outputs)\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update .gitignore for playlist download feature",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-18T18:57:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4c4858cd5b6a68ad11fdacf330a3eb55b504e364",
"body": "Updated 2 files to reflect the new GitHub username.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update GitHub username from marcusziade to guitaripod",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-07-12T12:38:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f8837ff2b23b02ebca69d6856337c70030f3e078",
"body": null,
"is_bot": false,
"headline": "Update README to include new features and improvements",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-04-18T10:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e42c2dd7bdd0d3ea4d4e3f4c5381237a4e6ab2a",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Improve error handling for song action choice selection",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-04-18T09:55:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e85615f1ec7a6e6fc3647a66e1c0c67531db93a1",
"body": null,
"is_bot": false,
"headline": "Add direct download feature",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-04-18T09:55:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dfa59227d46ada1fdf67cee03269b949098a100",
"body": null,
"is_bot": false,
"headline": "update GITHUB_TOKEN to use PAT in release workflow",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-03-28T22:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbb442a28d84ddc29f26c6aa651d467134f863aa",
"body": null,
"is_bot": false,
"headline": "Disable checksum signing in goreleaser config",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-03-28T22:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a89156636c4125499b8b9cd3e055368c258e668",
"body": null,
"is_bot": false,
"headline": "Add GitHub Actions workflow for release process",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-03-28T22:28:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "181533b3975f5954ac786153c8fb1299c587ba4e",
"body": null,
"is_bot": false,
"headline": "Add Apple Music search feature using MusicKitKat Go SDK",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2025-03-28T22:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfe46024f94f9322a56115a1b5fad68b6c06f6eb",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2024-06-06T21:51:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd7b0bc5533bad5a9d505dd1b2baad0b60882da",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2024-04-12T02:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c77fa00460b1e59b7bad71e38d1edd66b92bd119",
"body": "Added support for command line arguments to customize the output format:\n\t-x: Retrieves the Songlink URL without surrounding <>\n\t-d: Retrieves the Songlink URL surrounded by <> and the Spotify URL\n\t-s: Retrieves only the Spotify URL\n\n- Improved error handling and added more informative error message\n[…]\nrrectness of the program\n\nThe updated README provides clear instructions for installation, usage, and contributing to the project, making it easier for users and potential contributors to get started.",
"is_bot": false,
"headline": "Add flag options for different output formats",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2024-04-12T02:40:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4bc1707da29f4ce079110eebc2258087a9a570ad",
"body": null,
"is_bot": false,
"headline": "Refactor code to handle cases where nonLocalURL or spotifyURL is empty",
"author_name": "marcusziade",
"author_login": null,
"committed_at": "2023-07-08T16:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ef2cb46c2264ac66d0fb31e3f28ed185375ece8",
"body": "…unction",
"is_bot": false,
"headline": "Refactor outputString format to remove extra line break in GetLinks f…",
"author_name": "marcusziade",
"author_login": null,
"committed_at": "2023-04-01T18:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3dfc2ab9b54f571a838b36d138bca2edffce21e",
"body": null,
"is_bot": false,
"headline": "Add loading indicator while getting links from search URL",
"author_name": "marcusziade",
"author_login": null,
"committed_at": "2023-04-01T18:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97ffa259f144368192002ba18b5356421632456a",
"body": null,
"is_bot": false,
"headline": "Refactor formatting of Spotify URL in songlinkfetcher.go",
"author_name": "marcusziade",
"author_login": null,
"committed_at": "2023-02-19T17:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "442b8fc4ee77a17813cacc1715f725e6fb25d53e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2023-02-18T19:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6ecdaf97e0cfd480d85bae897aa903091eca32d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Marcus Ziadé",
"author_login": "guitaripod",
"committed_at": "2023-02-18T19:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e731daec2c7d99ca293424990cc8e64c9ba6746b",
"body": null,
"is_bot": false,
"headline": "Fix goreleaser deprecation and change main to .",
"author_name": "marcusziade",
"author_login": null,
"committed_at": "2023-02-18T19:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ee30b5e0e9ed0110b492aea824901ee7bb279a",
"body": null,
"is_bot": false,
"headline": "Improve README",
"author_name": "marcusziade",
"author_login": null,
"committed_at": "2023-02-18T18:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15193fc981f82cb4e0de1f75cb4b3afbe784a30c",
"body": null,
"is_bot": false,
"headline": "Fix print formatting",
"author_name": "marcusziade",
"author_login": null,
"committed_at": "2023-02-18T18:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e194ade11bdc861afd0401d55b78cd8b318981e8",
"body": null,
"is_bot": false,
"headline": "Add tests for makeRequest() and buildURL() functions",
"author_name": "marcusziade",
"author_login": null,
"committed_at": "2023-02-18T18:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fbd0550e4af5f1d10607df6e98b9121e148f654",
"body": null,
"is_bot": false,
"headline": "Split code into separate files for clarity",
"author_name": "marcusziade",
"author_login": null,
"committed_at": "2023-02-18T18:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "924dd8be20367beb464a7e3c1994511a00e78a00",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Marcus",
"author_login": "guitaripod",
"committed_at": "2023-01-05T18:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a95bb4ca1a06568f1acfdd4490d5bb010435b94e",
"body": null,
"is_bot": false,
"headline": "Add Spotify URL to output",
"author_name": "marcusziade",
"author_login": null,
"committed_at": "2023-01-05T18:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be4b174eb5b8672fbee9fc3ecfbcc703601879a1",
"body": null,
"is_bot": false,
"headline": "Replace system notis with terminal prints",
"author_name": "marcusziade",
"author_login": null,
"committed_at": "2023-01-05T16:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99a65db7dd56f649a3f28ea188d793a76396266",
"body": null,
"is_bot": false,
"headline": "Add system notifications",
"author_name": "Marcus Ziadé",
"author_login": null,
"committed_at": "2023-01-05T16:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d9386286d9b92978b15422804f04b4cc8c18b08",
"body": null,
"is_bot": false,
"headline": "Replace TUI with background process",
"author_name": "Marcus Ziadé",
"author_login": null,
"committed_at": "2023-01-05T16:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6d4695a3db224eb1fb874fde2d859244aadd98b",
"body": "App won't quit on errors anymore. Instead it will stay on until manually exited",
"is_bot": false,
"headline": "Improve error handling",
"author_name": "Marcus Ziadé",
"author_login": null,
"committed_at": "2022-09-10T09:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f60035bafa90aa10829e215622e1f0a6e70bf61",
"body": "Add go CI",
"is_bot": false,
"headline": "Merge pull request #7 from marcusziade/add-go-ci",
"author_name": "Marcus",
"author_login": "guitaripod",
"committed_at": "2022-09-03T18:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c060d977222cae1612fbcf70acd6c77f9f51dbad",
"body": null,
"is_bot": false,
"headline": "Create go.yml",
"author_name": "Marcus",
"author_login": "guitaripod",
"committed_at": "2022-09-03T18:03:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "031c5437a9a44d200b928c4cceba8a4c5f45aaf3",
"body": "Add Windows section for README",
"is_bot": false,
"headline": "Merge pull request #6 from rezaarezvan/master",
"author_name": "Marcus",
"author_login": "guitaripod",
"committed_at": "2022-09-03T17:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1ee2024e3c3f0c9ee7d0eef80770138d6c84f58",
"body": null,
"is_bot": false,
"headline": "Add Windows to README",
"author_name": "rezvanr2378@gmail.com",
"author_login": "rezaarezvan",
"committed_at": "2022-09-03T16:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a0c576d15f3695cac0aeac06c8111d13fab8030",
"body": null,
"is_bot": false,
"headline": "Add docs",
"author_name": "Marcus Ziadé",
"author_login": null,
"committed_at": "2022-09-03T14:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24a25a47f5ac74825372b1dca1a4959179e26e31",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Marcus",
"author_login": null,
"committed_at": "2022-09-03T14:38:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ac4f8dcfa0d0933c439bd57e0056a30f6ea156",
"body": null,
"is_bot": false,
"headline": "Add goreleaser",
"author_name": "Marcus Ziadé",
"author_login": null,
"committed_at": "2022-09-03T14:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6bbe5a7d26863fd55fce1811d877d29fd56365b",
"body": null,
"is_bot": false,
"headline": "Create README",
"author_name": "Marcus",
"author_login": null,
"committed_at": "2022-09-03T14:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ccec0b9fc9e9480a60cca2feaaa81498f78d34",
"body": null,
"is_bot": false,
"headline": "Add copying to clipboard",
"author_name": "Marcus Ziadé",
"author_login": null,
"committed_at": "2022-09-03T13:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a89ab273502d2b6a7c5d2eb47e06b397be39834",
"body": null,
"is_bot": false,
"headline": "Remove binary, clean up",
"author_name": "Marcus Ziadé",
"author_login": null,
"committed_at": "2022-09-03T13:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303b72c31ccc89f99f63b1e74b6b2234de30ad7a",
"body": null,
"is_bot": false,
"headline": "Add terminal input and build app",
"author_name": "Marcus Ziadé",
"author_login": null,
"committed_at": "2022-09-03T11:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eac43a3f789d3950b099a88ff1a0139e4d63fae",
"body": null,
"is_bot": false,
"headline": "Add and configure service",
"author_name": "Marcus Ziadé",
"author_login": null,
"committed_at": "2022-09-03T10:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebce1d75546e55a3821da0bfa34e15b7b01024a9",
"body": null,
"is_bot": false,
"headline": "Init commit",
"author_name": "Marcus Ziadé",
"author_login": null,
"committed_at": "2022-09-01T17:49:12Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 7,
"latest_release_at": "2026-06-09T13:26:42Z",
"latest_release_tag": "3.2.2",
"releases_from_tags": false,
"days_since_last_push": 44,
"active_weeks_last_year": 2,
"days_since_latest_release": 44,
"mean_days_between_releases": 134.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/guitaripod/songlink-cli",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/guitaripod/songlink-cli",
"is_deprecated": false,
"latest_version": "v0.0.9",
"repository_url": "https://github.com/guitaripod/songlink-cli",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2024-04-12T02:40:02Z",
"latest_version_yanked": null,
"days_since_latest_publish": 832
}
]
},
"popularity": {
"forks": 2,
"stars": 8,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2022-09-03",
"count": 1
},
{
"date": "2023-07-17",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 20431,
"source_files_sampled": 11,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "github.com/golang-jwt/jwt/v5",
"direct": false,
"version": "v5.2.1",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-mh63-6h87-95cp",
"GO-2025-3553"
],
"fixed_version": "5.2.2",
"advisory_count": 2,
"oldest_advisory_days": 488
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 4,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/atotto/clipboard",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.4"
},
{
"name": "github.com/guitaripod/musickitkat",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/atotto/clipboard",
"direct": true,
"version": "v0.1.4",
"ecosystem": "go"
},
{
"name": "github.com/guitaripod/musickitkat",
"direct": true,
"version": "v0.0.3",
"ecosystem": "go"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"direct": false,
"version": "v5.2.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.28.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 2,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 10,
"open_issues": 5,
"closed_ratio": 0.286,
"closed_issues": 2,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "guitaripod",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/47460844?v=4"
},
{
"type": "User",
"login": "rezaarezvan",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/48646126?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.975
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"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/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "bedc4d200a325c6292a7c178fd351b2390fa32d3",
"ran_at": "2026-07-23T14:49:54Z",
"aggregate_score": 2.9,
"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-06-09T14:00:55Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-04-18T09:55:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2022-09-03T12:46:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2,
"created_at": "2022-09-03T12:46:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3,
"created_at": "2022-09-03T12:47:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 12,
"created_at": "2023-12-26T14:51:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 19,
"created_at": "2025-04-18T10:28:48Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/guitaripod/songlink-cli",
"host": "github.com",
"name": "songlink-cli",
"owner": "guitaripod"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 43,
"vitality": 48,
"community": 31,
"governance": 44,
"engineering": 53
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 48,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"commits_last_year": 7,
"human_commit_share": 1,
"days_since_last_push": 44,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 44 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 44
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "7 commits in the last year",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 7
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 13,
"latest_release_tag": "3.2.2",
"releases_from_tags": false,
"days_since_latest_release": 44,
"mean_days_between_releases": 134.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 44 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 44
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~134.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 134.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 44,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 44 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 44
}
}
],
"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": 31,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"forks": 2,
"stars": 8,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "8 stars",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 8
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 44,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.975
},
"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 98% of commits",
"points": 0.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"merged_prs": 10,
"open_issues": 5,
"closed_issues": 2,
"issue_closed_ratio": 0.286,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "29% of issues closed",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 29
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/12 decided PRs merged",
"points": 31.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 12
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 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": 62,
"inputs": {
"followers": 96,
"owner_type": "User",
"is_verified": null,
"owner_login": "guitaripod",
"public_repos": 218,
"account_age_days": 2721
},
"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": "96 followers of guitaripod",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 96,
"login": "guitaripod"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "218 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 218
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"github.com/guitaripod/songlink-cli"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 832
},
"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 832 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 832
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": 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": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"cli",
"go",
"macos",
"linux",
"music",
"windows"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 2.9
},
"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/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 4 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 4
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 4,
"unassessed_packages": 0,
"affected_by_severity": "high 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 4,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.397,
"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": "25 of 63 human commits state their intent (structured subject or explanatory body)",
"points": 21.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 25,
"sampled": 63
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"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.317,
"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": "20 of the last 63 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 20,
"sampled": 63
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 20431,
"source_files_sampled": 11,
"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/11 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-23T14:50:04.217124Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/guitaripod/songlink-cli.svg",
"full_name": "guitaripod/songlink-cli",
"license_state": "standard",
"license_spdx": "MIT"
}