Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 345,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 256331
},
"pushed_at": "2026-07-29T03:45:12Z",
"created_at": "2026-07-17T02:51:51Z",
"owner_type": "User",
"updated_at": "2026-07-29T03:45:14Z",
"description": "Deviantart deviations downloader using Deviantart API",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "main",
"license_spdx_raw": "GPL-3.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://www.linkedin.com/in/sergio-rodriguez-38817b1b4/",
"name": "Sergio Rodríguez",
"type": "User",
"login": "Nibblex",
"company": "@Flexza-Salud ",
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/50432470?v=4",
"created_at": "2019-05-09T02:24:44Z",
"is_verified": null,
"public_repos": 13,
"account_age_days": 2638
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2026-07-29T03:45:27Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2026-07-29T03:22:26Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-07-27T04:46:01Z"
},
{
"tag": "v1.15.0",
"kind": "minor",
"published_at": "2026-07-24T01:31:57Z"
},
{
"tag": "v1.14.0",
"kind": "minor",
"published_at": "2026-07-24T01:12:31Z"
},
{
"tag": "v1.13.0",
"kind": "minor",
"published_at": "2026-07-24T00:58:44Z"
},
{
"tag": "v1.12.0",
"kind": "minor",
"published_at": "2026-07-24T00:19:23Z"
},
{
"tag": "v1.11.0",
"kind": "minor",
"published_at": "2026-07-23T22:47:01Z"
},
{
"tag": "v1.10.0",
"kind": "minor",
"published_at": "2026-07-23T04:14:21Z"
},
{
"tag": "v1.9.0",
"kind": "minor",
"published_at": "2026-07-23T03:49:00Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2026-07-23T03:08:30Z"
},
{
"tag": "v1.7.3",
"kind": "patch",
"published_at": "2026-07-23T02:50:17Z"
},
{
"tag": "v1.7.2",
"kind": "patch",
"published_at": "2026-07-23T02:43:13Z"
},
{
"tag": "v1.7.1",
"kind": "patch",
"published_at": "2026-07-23T00:57:49Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-07-21T22:20:26Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2026-07-21T22:00:09Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-07-21T21:35:21Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-07-18T02:25:41Z"
}
],
"recent_commits": [
{
"oid": "fdadd96fe2825a493cec8bf2ca632947ff59d8d9",
"body": "…ccount\n\nSome works are served through a blur transform the CDN then refuses:\n\"(blur) parameter has to be between 0 and 100\" against a URL asking for\nblur_171. Both routes hand out the same broken URL, so those works could not\nbe fetched at all, and --unblur made it worse -- stripping the blur answe\n[…]\nwhether a profile was asked for\nby name: whichever call discovers the account is gone, it ends that user, and\na named profile still fails loudly.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fetch works DeviantArt blurs past its own limit, and survive a dead a…",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-29T03:45:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1f15fa44cb12335ab808a835995ae8cbb8f386d8",
"body": "BREAKING: --delay and DA_DELAY are gone. They paced the API route before the\nlimiter existed, and did it badly: the pause landed after the file had been\nwritten, so it throttled CDN transfers rather than API requests, per thread\nrather than per account. At the old default it was also the binding con\n[…]\nhich --force-api brings back. --watching --info fetches the profiles\nconcurrently and prints them in watchlist order, 5x faster over eight users.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Pace the API from one shared budget, and quieten a long run",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-29T03:21:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b0b666632abb761c2163ae119d793f2e024e42b1",
"body": "BREAKING: --api-only is now --force-api, and DA_API_ONLY is now DA_FORCE_API.\nThe old spellings are gone, so an --api-only invocation fails with an argument\nerror and a DA_API_ONLY line left in a .env is ignored silently.\n\n--watching downloads the gallery of every user the logged-in account watches.\n[…]\n website route, which serves\nthem at full resolution, and fall back to the smaller sizes the API profile\ncarries when the website is unavailable.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Download every user you watch, and rename --api-only to --force-api",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-27T04:45:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "29e48fdedf191c021a9a2589f4a22436454aff75",
"body": "Instead of scrolling one-off \"Paused\"/\"Resumed\" lines, stdout is wrapped so a\nstatus line stays pinned to the bottom of the terminal while output scrolls\nabove it. It always shows the available keys and the current state\n([running] / [PAUSED] / [quitting]), refreshed the moment a key is pressed.\nInactive when stdout is not a TTY.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Pin the keyboard-control indicators to a status line at the bottom",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-24T01:31:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e4b250987096687246250d64ab86a8c504fde001",
"body": "Pressing 'q' (or Ctrl+C) while the API or website client was sleeping through\na 429 wait made it raise a bare RuntimeError that nothing caught, so the run\ndied with a traceback and exit 1 instead of stopping cleanly. That wait now\nraises a dedicated CancelledByUser, which the listing/routing code and the CLI\nentry point treat as a normal stop (exit 130).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Exit cleanly when 'q' is pressed during a rate-limit wait",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-24T01:31:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bcf8739f40ea9ae7a9ccf9144ff02036da621726",
"body": "The keyboard controls now cover the whole job, not just the downloads: the\ngallery listing and the mature-work API lookup watch RESUME/CANCEL between\npages, so 'p' pauses them, 'r' resumes, and 'q' stops before any download\n(exit 130, nothing to clean up). Documents the controls in the README.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Extend the pause/resume/quit controls to the listing phase",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-24T01:12:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "630c841c9c6100c2750d266b4169beb0bdf80bd7",
"body": "While files are downloading, a background thread reads single keypresses\n(when stdin is a real terminal) and shows an indicator for each:\n\n * p -> pause (\"-- Paused --\"); workers block, mid-file included\n * r -> resume (\"-- Resumed --\")\n * q -> quit stops and cleans up like Ctrl+C (exit \n[…]\nn\nstdin is not a TTY (pipes, tests) the controls are inactive and behaviour is\nunchanged. Also adds DA_ONLY to .env.example, which was missing.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add live pause/resume/quit keyboard controls during downloads",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-24T00:58:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "872f9e8598df15420da6ff8108f050d1d38d6d26",
"body": "Text works (literature, journals) carry no media file and were reported as\n\"no file\". Their body is now fetched — off the website for no API quota, or\nfrom the API's content endpoint — and saved next to the images. Two knobs\ncontrol it:\n\n * --literature-format {txt,html} (DA_LITERATURE_FORMAT): pla\n[…]\neither.\n * --only {images,literature} (DA_ONLY): restrict a run to one kind of work,\n skipping the other before it is routed or downloaded.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Download literature and journals, with format and content filters",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-24T00:19:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ff7ec855524ffe31a1333b8e9751e529e3943c73",
"body": "The end-of-run summary now reports, per gallery and for the whole run, how\nmany works came through each route (website vs API) with the total size of\neach, plus derived metrics: overall size downloaded, transfer speed, average\nfile size and, across users, a per-user breakdown ordered by size. Sizes are\nread off disk for the files actually downloaded this run.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Break the final summary down by route, size and user",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-23T22:45:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "446af59fb774c52463a9c92533ed7187e401d409",
"body": "resolve_via_api walked the whole API gallery listing to match a\nhandful of mature works, which tripped the rate limit on large\ngalleries. Both routes list newest-first in the same order, so each\nblocked work's position in the website listing points at the API page\nthat should hold it: fetch only those pages, and fill any gap left by\norder drift by walking the remaining pages until every work is found.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fetch only the API pages that hold mature works",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-23T04:14:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bd28f4c7b1a801e402e596e430eaf76f49198164",
"body": "--gallery NAME downloads only the named gallery folder instead of the whole\ngallery. The folder is resolved on either route (website folderId or API\nfolderid UUID), matched case-insensitively; an unknown name lists the folders\nthat do exist, and mature works are still resolved within that same folde\n[…]\nhe website route's authenticated JSON GET is generalised (_web_json) and now\nbacks the gallery listing, the folder list and the profile module.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add single-gallery downloads (--gallery) and profile inspection (--info)",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-23T03:48:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fefd0a08509982bee5d7fb7cdf362cc0619ff8b1",
"body": "Split the download pool in two: website downloads run in a pool sized by\n--web-workers (DA_WEB_WORKERS, the former --workers/DA_WORKERS, kept as a\nfallback), and API downloads run in a separate pool capped by --api-workers\n(DA_API_WORKERS, default 2). The website route keeps its threads to itself\nand runs at full speed, while parallel API requests stay low enough to avoid\ntripping the rate limit.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Give the API route its own concurrency cap (DA_API_WORKERS)",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-23T03:08:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b0f719bb6ae802486c3f49a448b08988b67add0a",
"body": "Give --delay an environment default (DA_DELAY, via a new env_float) alongside\nthe other DA_* settings, and apply the per-download pause only to API\ndownloads: the website route costs no API quota, so throttling it just slowed\nsyncs down for nothing.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add DA_DELAY and throttle only the API route",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-23T02:50:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d152095db86ab1da90244d7dbc540d6fa1465d59",
"body": "The 1.7.1 fix only matched \"not found\", but a deactivated account answers\ngallery/all with \"Account is inactive.\" (verified against the live API), so\nit still fell through to an unhandled HTTPError. Match the phrases the API\nuses when a profile can no longer be listed and surface its own message.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Recognise a deactivated account as a gone profile",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-23T02:43:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "68a6d709c21f3ab8c96b1b088ca5441f5c9cb1ac",
"body": "A profile that no longer exists answers gallery/all with HTTP 400 (body\n\"User \\\"x\\\" not found.\") rather than an empty listing, which slipped past\nraise_for_status as an unhandled HTTPError. Detect that specific 400 as a\nnew UserNotFoundError and treat it like a missing user: an explicit profile\nexits with a message, and a multi-user sync skips it and moves on.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Handle a deactivated profile instead of crashing",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-23T00:57:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "35bac9e49e1f317c1b433aca9d3a1d640bb356a1",
"body": "The badge image is generated from the metadata PyPI serves, so it tracked\nthe relicensing on its own -- but the alt text said \"License: MIT\", which\nhad to be updated by hand and was not. Naming no licence keeps the two\nfrom drifting apart again.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stop hardcoding the licence name in the badge alt text",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-21T22:25:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6122c98eed13409d202dd650ec463d6c53642f5a",
"body": "Every commit in the history is by the same author, so the relicensing is\nstraightforward. Releases up to and including 1.6.1 were published under\nthe MIT license and remain available under those terms -- a licence\nalready granted cannot be withdrawn -- so this applies from 1.7.0 on.\n\nLICENSE holds t\n[…]\nr, which setuptools emits as a PEP 639\nLicense-Expression field. No per-file notices: the licence lives in\nLICENSE and in the package metadata.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Relicense under the GNU GPL v3 or later",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-21T22:20:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a3ca940e6fa4d21f4306ded8cf55246a653d575f",
"body": "Creating a GitHub release now builds and uploads the distribution, so a\nrelease stops being a sequence of local commands that has to be repeated\nby hand and remembered correctly.\n\nCredentials go away entirely: PyPI trusted publishing hands the job a\nshort-lived OIDC token scoped to this repository a\n[…]\nent through ci.yml.\n\nThe upload waits on the \"pypi\" environment, so a required reviewer can be\nadded there later to gate it behind an approval.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Publish to PyPI from the release workflow",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-21T22:11:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6862655a38b855f10986be446ef290691ed116d7",
"body": "The manifest was already written through a temporary file, but the\nmetadata was a plain open(..., \"w\"): a run killed mid-write left a\ntruncated file behind. The reader tolerated that -- invalid JSON fell\nback to an empty list -- but silently, so the accumulated metadata of\nworks beyond the early sto\n[…]\nather than blowing up later.\n\nDropping the two ad-hoc read/write routines takes manifest.py from 61 to\n52 statements and sync.py from 85 to 78.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Write _metadata.json atomically and report a damaged one",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-21T21:58:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d05df34fb1b254cce5836e9dc7ee67d4026d1d16",
"body": "The per-work `deviation/download` call was the main drain on the API\nquota. The website's own JSON listing carries a signed media URL for\nevery work it serves in full, so those need no API call at all: the\nlisting itself is enough to resolve the file.\n\nMature content is the exception. Logged-out vis\n[…]\ns any real network call into a failure --\nwhich is how the previous default-route change was caught reaching\ndeviantart.com from the CLI tests.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fetch ordinary works by scraping and spare the API for mature content",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-21T21:32:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1523278203cb023a63873a79d8cbbde128c0d16b",
"body": "The API returns deviations newest first, so once a whole page is already\nin the manifest everything older was listed by a previous run. Re-syncs\nnow stop paginating there instead of walking the entire gallery. Failed\ndownloads never enter the manifest, so their pages keep the walk going\nuntil they s\n[…]\nthe files it restores are recorded in the manifest.\n_metadata.json is now merged across runs so works beyond the stop point\nkeep their metadata.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stop the gallery listing at the first fully downloaded page",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-19T23:53:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "538067633143ca4b7c99b7e108b988c433fcf6db",
"body": "Running the tool without a profile now scans the output folder for the\nuser subdirectories created by earlier runs (recognised by their\n_downloaded.json / _metadata.json markers) and downloads each user's new\nworks. Empty galleries (deactivated accounts) are skipped with a notice\nin sync mode but remain fatal for an explicit profile.\n\nThe per-user download loop moves from run() into sync_gallery().\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Sync all previously downloaded users when no profile is given",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-18T02:14:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "766d944298249579d3e09a1952477b6910a7a886",
"body": "- 78 offline pytest tests covering env helpers, URL parsing, the download\n manifest, OAuth token handling with retries, downloads and the CLI (85%\n branch coverage).\n- GitHub Actions workflow running the suite on Python 3.10-3.14 and\n uploading coverage to Codecov.\n- PyPI, CI, coverage and license badges in the README plus a Development\n section.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add test suite, CI with coverage and README badges",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-18T01:03:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dbdce84fcdd9275b7fee475065151684dbeffc9d",
"body": "DeviantArt 429 blocks often last several minutes; five attempts\n(~2 min of backoff) gave up too early and died with a traceback.\nRetry up to 10 times with backoff capped at 5 min, honor the\nRetry-After header when present, and exit with a friendly message\n(suggesting a lower DA_WORKERS) instead of a stack trace.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Be more patient with API rate limits and fail cleanly",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-17T05:31:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ab91c44097d279dddcfe2cbd7b01a85e79a228b8",
"body": "The authorize endpoint rejects requests without code_challenge\n(\"The code_challenge parameter is required\"), so send an S256\nchallenge and include the code_verifier in the token exchange.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add PKCE to the --login flow (now required by DeviantArt)",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-17T05:21:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dfa77d0ead5047f470d7b3cf1888fc3b876e2f2b",
"body": "- --login: Authorization Code flow with a local callback server; the\n saved session serves mature works unblurred (refresh token rotated\n and stored in ~/.config/deviantart-downloader/token.json).\n- --unblur now falls back to the blurred preview when the CDN rejects\n the modified URL (tokens pinn\n[…]\nd of failing.\n- Ctrl+C cancels pending downloads, aborts in-flight ones, removes\n .part leftovers and prints a partial summary (exit code 130).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add user OAuth login, unblur 403 fallback and graceful Ctrl+C",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-17T05:14:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "96938687a75c8c64f9d60819b63304a53afc00ba",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Document DA_UNBLUR in the README .env example",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-17T04:31:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7bad5d845201c09617ae15ea64afb19acf0f230a",
"body": "The API serves mature deviations to client_credentials sessions with a\n\",blur_NN\" transform in the wixmp content.src URL, so non-downloadable\nmature works were saved blurred. Passing --unblur (or DA_UNBLUR=true)\nstrips that parameter, the same approach gallery-dl uses; by default\nimages are kept as the API serves them.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add opt-in --unblur flag for mature-content previews",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-17T04:24:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "021b71d7d454bd852d199b65a3f224d3f833e319",
"body": "Works recorded in _downloaded.json are no longer downloaded again when\ntheir local file is missing, so manual deletions stick across runs.\nPass --redownload-missing to restore them.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Treat the manifest as authoritative for deleted files",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-17T04:01:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4234f69b68171fd6a97c0c91c856e2d805ffeabd",
"body": "Accepts absolute or relative paths and expands \"~\". The -o/--output\nflag still takes precedence.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Make the output folder configurable via DA_OUTPUT in .env",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-17T03:51:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "22bcc6930048612c28b88b4624f0d441fc824347",
"body": "- Add pyproject.toml with console entry point (deviantart-downloader),\n README and MIT license; publish as deviantart-gallery-downloader\n- Translate all strings, comments and docs from Spanish to English\n- load_dotenv now looks for .env in the current working directory first\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Package for PyPI and translate project to English",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-17T03:37:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "47430fedfcb988f7147b4cdbbb6991b65e2f3107",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Sergio Rodríguez",
"author_login": "Nibblex",
"committed_at": "2026-07-17T03:14:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 30,
"latest_release_at": "2026-07-29T03:45:27Z",
"latest_release_tag": "v3.0.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.7
},
"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": "deviantart-gallery-downloader",
"exists": true,
"license": "GPL-3.0-or-later",
"keywords": [
"deviantart",
"downloader",
"gallery",
"art",
"scraper",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Multimedia :: Graphics"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/deviantart-gallery-downloader/",
"is_deprecated": false,
"latest_version": "3.0.1",
"repository_url": "https://github.com/Nibblex/DeviantartDownloader",
"versions_count": 28,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2759,
"first_published_at": "2026-07-17T03:29:33.722267Z",
"latest_published_at": "2026-07-29T03:46:38.168725Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"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": [],
"largest_source_bytes": 42135,
"source_files_sampled": 32,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "requests",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.25"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Nibblex",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/50432470?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 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": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": 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": "no SAST tool detected",
"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": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "fdadd96fe2825a493cec8bf2ca632947ff59d8d9",
"ran_at": "2026-07-29T03:47:43Z",
"aggregate_score": 3.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-29T03:46:42Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Nibblex/DeviantartDownloader",
"host": "github.com",
"name": "DeviantartDownloader",
"owner": "Nibblex"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 35,
"vitality": 71,
"community": 32,
"governance": 35,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 30,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"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": "30 commits in the last year",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 30
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v3.0.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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 (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"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": 57,
"inputs": {
"packages": [
"deviantart-gallery-downloader"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 2759
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,759 downloads/month across pypi",
"points": 45.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2759,
"ecosystems": "pypi"
}
}
],
"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": 35,
"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": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 43,
"inputs": {
"followers": 3,
"owner_type": "User",
"is_verified": null,
"owner_login": "Nibblex",
"public_repos": 13,
"account_age_days": 2638
},
"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": "3 followers of Nibblex",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "Nibblex"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "13 public repos, account ~7 yr old",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 13
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"deviantart-gallery-downloader"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "28 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 28
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "at_risk",
"name": "Security",
"value": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 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 dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 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": "no SAST tool detected",
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 39,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.938,
"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": "30 of 32 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 30,
"sampled": 32
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.969,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "31 of the last 32 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 31,
"sampled": 32
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 42135,
"source_files_sampled": 32,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/32 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 32,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index pypi:deviantart-gallery-downloader@3.0.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-29T03:47:47.690502Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/Nibblex/DeviantartDownloader.svg",
"full_name": "Nibblex/DeviantartDownloader",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}