Public record
Software health reportschema 0.31.0 · metrics 2.5.0 · 2026-08-05 16:10 UTC

localnerve / sass-asset-functions

Supplies a set of functions to Sass that keep physical asset location details out of your source code

JavaScript · CSSMIT★ 5 stars⑂ 1 forksince Mar 2021View on GitHub ↗

localnerve/sass-asset-functions holds a health index of 69 out of 100, placing it in the Good band. It scores highest on Vitality (75/100) and lowest on Community & Adoption (36/100). It was last updated 1 day ago. A single contributor accounts for most of its recent work.

69
overall / 100
Good

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

69
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 62 is calibrated to 69 on the published index scale (record calibration 2026-08-02).

Ownership

Alex GrantPersonal account
51 followers118 public repossince Sep 2012LocalNerve, LLC

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
npm@localnerve/sass-asset-functions7.14.02,91511611 days agonodesassdart-sassassetsimageimage-urlimage-widthimage-heightfont-urlfont-fileslookup

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

75Good · 21% of overall
How it's scored
36/36Push recency — last push 1 days ago
20.1/36Commit cadence — 29/52 weeks with commits
18/18Commit volume — 103 commits in the last year
10/10OpenSSF Scorecard: Maintained — 30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year103
human_commit_share0.93
days_since_last_push1
active_weeks_last_year29
How it's scored
27/27Ships releases — 7 releases published
16.2/36Release recency — latest release 358 days ago
12.6/27Release cadence — a release every ~231 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count7
latest_release_tagv7.0.0
releases_from_tagsno
days_since_latest_release358
mean_days_between_releases231
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

36Weak · 17% of overall
How it's scored
9.8/60Stars — 5 stars
0/25Forks — 1 forks
0/15Watchers — 1 watchers
Inputs used
forks1
stars5
watchers1
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (MIT)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges3
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesbadge.fury.io, coveralls.io, github.com
has_pull_request_templateno
How it's scored
46.2/80Monthly downloads — 2,915 downloads/month across npm
0/20Registry dependents — not reported by this ecosystem
Inputs used
packages@localnerve/sass-asset-functions
dependents
ecosystemsnpm
total_downloads
monthly_downloads2,915
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

60Moderate · 23% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
0.1/22.5Commit distribution — top contributor authored 100% of commits
2.7/13.5Contributor breadth — 2 contributors
3/10OpenSSF Scorecard: Contributors — project has 1 contributing companies or organizations -- score normalized to 3
Inputs used
bus_factor1
contributors_sampled2
top_contributor_share0.997
How it's scored
42/42Issue resolution — 100% of issues closed
29.5/30PR acceptance — 130/132 decided PRs merged
0/13Newcomer PR acceptance — no first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-Review — Found 0/7 approved changesets -- score normalized to 0
Inputs used
merged_prs130
open_issues0
closed_issues1
prs_merged_7d0
prs_decided_7d0
prs_merged_30d5
prs_decided_30d5
issue_closed_ratio1
closed_unmerged_prs2
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): newcomer_pr_acceptance. Remaining weights renormalized.
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
12.3/25Owner reach — 51 followers of localnerve
25/25Track record — 118 public repos, account ~13 yr old
Inputs used
followers51
owner_typeUser
is_verified
owner_loginlocalnerve
public_repos118
account_age_days5,057
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable — 1 package(s) on npm
35/35Publish recency — latest publish 11 days ago
20/20Version history — 116 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packages@localnerve/sass-asset-functions
ecosystemsnpm
any_deprecatedno
min_days_since_publish11

Engineering Quality

Are baseline engineering and documentation practices in place?

74Good · 19% of overall
How it's scored
24/24CI workflows — 2 workflow(s)
24/24Tests present
16/16Linter config — eslint.config.js
0/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests — 14 out of 14 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configno

Documentation

60Moderate
How it's scored
30/30README
0/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
10/10Topics — 5 topics
10/10Wiki
Inputs used
topicsasset-management, build-tool, sass, sass-functions, nodejs
has_wikiyes
homepage
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

66Good · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
2.2/7.5Branch-Protection — branch protection is not maximal on development and all release branches
2.5/2.5CI-Tests — 14 out of 14 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 0/7 approved changesets -- score normalized to 0
0.8/2.5Contributors — project has 1 contributing companies or organizations -- score normalized to 3
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
7.5/7.5Maintained — 30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
5/5Packaging — packaging workflow detected
3.5/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 7
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
6.8/7.5Vulnerabilities — 1 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate5.7
Excluded from scoring (no data or not applicable): signed_releases. Remaining weights renormalized.

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisories — no direct dependency carries a known advisory
25/25Indirect dependencies free of known advisories — no indirect dependency carries a known advisory
0/40No advisories left outstanding — no advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages26
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@localnerve/sass-asset-functions@7.14.0 runtime dependency closure — what installing the published package pulls in — 26 packages. Reachability is not analyzed.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

46Weak · 4% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
25.8/40Legible commit history — 45 of 93 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.484
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format config — eslint.config.js
0/11Static type checking
10/10Reproducible environment — lockfile
0/10Demonstrated agent practice — no agent-authored commits among the last 100
8/8Automated maintenance — 7 of the last 100 commits are automated dependency updates
7/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 7
Inputs used
has_nixno
has_testsyes
lockfilespackage-lock.json
has_dockerfileno
typed_languageno
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configs
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0.07
How it's scored
0/45Type-checkable code — JavaScript without a type-check config
55/55Manageable file sizes — 0/16 source files over 60KB
Inputs used
primary_languageJavaScript
largest_source_bytes7,686
source_files_sampled16
oversized_source_files0

Key facts

5GitHub stars
2contributors
103commits, last 12 months
1days since last push
7releases
1bus factor
0open issues
npmpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

More detail

OpenSSF Scorecard 5.7 / 10
5.7aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-08-05 16:10 UTC

10Binary-Artifactsno binaries found in the repo
3Branch-Protectionbranch protection is not maximal on development and all release branches
10CI-Tests14 out of 14 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/7 approved changesets -- score normalized to 0
3Contributorsproject has 1 contributing companies or organizations -- score normalized to 3
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
7Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 7
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
9Vulnerabilities1 existing vulnerabilities detected
Direct dependencies 5
RegistryPackageVersion constraintManifest
npmpackagelatest__test-package__/package.json
npmimage-size^2.0.2package.json
npmimmutable^5.1.9package.json
npmmime-types^3.0.2package.json
npmsass^1.102.0package.json
All dependencies 240

Full resolved dependency set from the GitHub dependency graph: 5 direct and 235 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
npmimage-size2.0.2direct
npmimmutable5.1.9direct
npmmime-types3.0.2direct
npmpackagelatestdirect
npmsass1.102.0direct
npm@babel/cli8.0.4indirect
npm@babel/code-frame8.0.0indirect
npm@babel/compat-data8.0.0indirect
npm@babel/core8.0.1indirect
npm@babel/generator8.0.0indirect
npm@babel/helper-annotate-as-pure8.0.0indirect
npm@babel/helper-compilation-targets8.0.0indirect
npm@babel/helper-create-class-features-plugin8.0.1indirect
npm@babel/helper-create-regexp-features-plugin8.0.1indirect
npm@babel/helper-define-polyfill-provider1.0.0indirect
npm@babel/helper-globals8.0.0indirect
npm@babel/helper-member-expression-to-functions8.0.0indirect
npm@babel/helper-module-imports8.0.0indirect
npm@babel/helper-module-transforms8.0.1indirect
npm@babel/helper-optimise-call-expression8.0.0indirect
npm@babel/helper-plugin-utils8.0.1indirect
npm@babel/helper-remap-async-to-generator8.0.1indirect
npm@babel/helper-replace-supers8.0.1indirect
npm@babel/helper-skip-transparent-expression-wrappers8.0.0indirect
npm@babel/helper-string-parser8.0.0indirect
npm@babel/helper-validator-identifier8.0.2indirect
npm@babel/helper-validator-option8.0.0indirect
npm@babel/helper-wrap-function8.0.0indirect
npm@babel/helpers8.0.0indirect
npm@babel/parser8.0.0indirect
npm@babel/plugin-bugfix-firefox-class-in-computed-class-key8.0.1indirect
npm@babel/plugin-bugfix-safari-class-field-initializer-scope8.0.1indirect
npm@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression8.0.1indirect
npm@babel/plugin-bugfix-safari-rest-destructuring-rhs-array8.0.1indirect
npm@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining8.0.1indirect
npm@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly8.0.1indirect
npm@babel/plugin-transform-arrow-functions8.0.1indirect
npm@babel/plugin-transform-async-generator-functions8.0.1indirect
npm@babel/plugin-transform-async-to-generator8.0.1indirect
npm@babel/plugin-transform-block-scoped-functions8.0.1indirect
npm@babel/plugin-transform-block-scoping8.0.1indirect
npm@babel/plugin-transform-class-properties8.0.1indirect
npm@babel/plugin-transform-class-static-block8.0.1indirect
npm@babel/plugin-transform-classes8.0.1indirect
npm@babel/plugin-transform-computed-properties8.0.1indirect
npm@babel/plugin-transform-destructuring8.0.1indirect
npm@babel/plugin-transform-dotall-regex8.0.1indirect
npm@babel/plugin-transform-duplicate-keys8.0.1indirect
npm@babel/plugin-transform-duplicate-named-capturing-groups-regex8.0.1indirect
npm@babel/plugin-transform-dynamic-import8.0.1indirect
npm@babel/plugin-transform-explicit-resource-management8.0.1indirect
npm@babel/plugin-transform-exponentiation-operator8.0.1indirect
npm@babel/plugin-transform-export-namespace-from8.0.1indirect
npm@babel/plugin-transform-for-of8.0.1indirect
npm@babel/plugin-transform-function-name8.0.1indirect
npm@babel/plugin-transform-json-strings8.0.1indirect
npm@babel/plugin-transform-literals8.0.1indirect
npm@babel/plugin-transform-logical-assignment-operators8.0.1indirect
npm@babel/plugin-transform-member-expression-literals8.0.1indirect
npm@babel/plugin-transform-modules-amd8.0.1indirect
npm@babel/plugin-transform-modules-commonjs8.0.1indirect
npm@babel/plugin-transform-modules-systemjs8.0.1indirect
npm@babel/plugin-transform-modules-umd8.0.1indirect
npm@babel/plugin-transform-named-capturing-groups-regex8.0.1indirect
npm@babel/plugin-transform-new-target8.0.1indirect
npm@babel/plugin-transform-nullish-coalescing-operator8.0.1indirect
npm@babel/plugin-transform-numeric-separator8.0.1indirect
npm@babel/plugin-transform-object-rest-spread8.0.1indirect
npm@babel/plugin-transform-object-super8.0.1indirect
npm@babel/plugin-transform-optional-catch-binding8.0.1indirect
npm@babel/plugin-transform-optional-chaining8.0.1indirect
npm@babel/plugin-transform-parameters8.0.1indirect
npm@babel/plugin-transform-private-methods8.0.1indirect
npm@babel/plugin-transform-private-property-in-object8.0.1indirect
npm@babel/plugin-transform-property-literals8.0.1indirect
npm@babel/plugin-transform-regenerator8.0.2indirect
npm@babel/plugin-transform-regexp-modifiers8.0.1indirect
npm@babel/plugin-transform-reserved-words8.0.1indirect
npm@babel/plugin-transform-shorthand-properties8.0.1indirect
npm@babel/plugin-transform-spread8.0.1indirect
npm@babel/plugin-transform-sticky-regex8.0.1indirect
npm@babel/plugin-transform-template-literals8.0.1indirect
npm@babel/plugin-transform-typeof-symbol8.0.1indirect
npm@babel/plugin-transform-unicode-escapes8.0.1indirect
npm@babel/plugin-transform-unicode-property-regex8.0.1indirect
npm@babel/plugin-transform-unicode-regex8.0.1indirect
npm@babel/plugin-transform-unicode-sets-regex8.0.1indirect
npm@babel/preset-env8.0.2indirect
npm@babel/preset-modules0.2.0indirect
npm@babel/template8.0.0indirect
npm@babel/traverse8.0.0indirect
npm@babel/types8.0.0indirect
npm@eslint-community/eslint-utils4.9.1indirect
npm@eslint-community/regexpp4.12.2indirect
npm@eslint/config-array0.23.5indirect
npm@eslint/config-helpers0.7.0indirect
npm@eslint/core1.2.1indirect
npm@eslint/js10.0.1indirect
npm@eslint/object-schema3.0.5indirect
npm@eslint/plugin-kit0.7.2indirect
npm@humanfs/core0.19.2indirect
npm@humanfs/node0.16.8indirect
npm@humanfs/types0.15.0indirect
npm@humanwhocodes/module-importer1.0.1indirect
npm@humanwhocodes/retry0.4.3indirect
npm@isaacs/fs-minipass4.0.1indirect
npm@jridgewell/gen-mapping0.3.13indirect
npm@jridgewell/resolve-uri3.1.2indirect
npm@jridgewell/sourcemap-codec1.5.5indirect
npm@jridgewell/trace-mapping0.3.31indirect
npm@parcel/watcher2.5.6indirect
npm@parcel/watcher-android-arm642.5.6indirect
npm@parcel/watcher-darwin-arm642.5.6indirect
npm@parcel/watcher-darwin-x642.5.6indirect
npm@parcel/watcher-freebsd-x642.5.6indirect
npm@parcel/watcher-linux-arm-glibc2.5.6indirect
npm@parcel/watcher-linux-arm-musl2.5.6indirect
npm@parcel/watcher-linux-arm64-glibc2.5.6indirect
npm@parcel/watcher-linux-arm64-musl2.5.6indirect
npm@parcel/watcher-linux-x64-glibc2.5.6indirect
npm@parcel/watcher-linux-x64-musl2.5.6indirect
npm@parcel/watcher-win32-arm642.5.6indirect
npm@parcel/watcher-win32-ia322.5.6indirect
npm@parcel/watcher-win32-x642.5.6indirect
npm@types/esrecurse4.3.1indirect
npm@types/estree1.0.9indirect
npm@types/gensync1.0.5indirect
npm@types/jsesc2.5.1indirect
npm@types/json-schema7.0.15indirect
npmacorn8.17.0indirect
npmacorn-jsx5.3.2indirect
npmajv6.15.0indirect
npmbabel-plugin-polyfill-corejs31.0.0indirect
npmbalanced-match4.0.4indirect
npmbaseline-browser-mapping2.10.38indirect
npmbrace-expansion5.0.8indirect
npmbrowserslist4.28.2indirect
npmcaniuse-lite1.0.30001799indirect
npmchokidar5.0.0indirect
npmchownr3.0.0indirect
npmcommander14.0.3indirect
npmconvert-source-map2.0.0indirect
npmcore-js-compat3.49.0indirect
npmcross-spawn7.0.6indirect
npmdebug4.4.3indirect
npmdeep-is0.1.4indirect
npmdetect-libc2.1.2indirect
npmelectron-to-chromium1.5.376indirect
npmempathic2.0.1indirect
npmenhanced-resolve5.24.0indirect
npmescalade3.2.0indirect
npmescape-string-regexp4.0.0indirect
npmeslint10.8.0indirect
npmeslint-compat-utils0.5.1indirect
npmeslint-plugin-es-x7.8.0indirect
npmeslint-plugin-n18.2.2indirect
npmeslint-scope9.1.2indirect
npmeslint-visitor-keys3.4.3indirect
npmeslint-visitor-keys5.0.1indirect
npmespree11.2.0indirect
npmesquery1.7.0indirect
npmesrecurse4.3.0indirect
npmestraverse5.3.0indirect
npmesutils2.0.3indirect
npmfast-deep-equal3.1.3indirect
npmfast-json-stable-stringify2.1.0indirect
npmfast-levenshtein2.0.6indirect
npmfile-entry-cache8.0.0indirect
npmfind-up5.0.0indirect
npmflat-cache4.0.1indirect
npmflatted3.4.2indirect
npmgensync1.0.0-beta.2indirect
npmget-tsconfig4.14.0indirect
npmglob13.0.6indirect
npmglob-parent6.0.2indirect
npmglobals15.15.0indirect
npmglobals17.8.0indirect
npmglobrex0.1.2indirect
npmgraceful-fs4.2.11indirect
npmignore5.3.2indirect
npmimport-meta-resolve4.2.0indirect
npmimurmurhash0.1.4indirect
npmis-extglob2.1.1indirect
npmis-glob4.0.3indirect
npmisexe2.0.0indirect
npmjs-tokens10.0.0indirect
npmjsesc3.1.0indirect
npmjson-buffer3.0.1indirect
npmjson-schema-traverse0.4.1indirect
npmjson-stable-stringify-without-jsonify1.0.1indirect
npmjson52.2.3indirect
npmkeyv4.5.4indirect
npmlevn0.4.1indirect
npmlocate-path6.0.0indirect
npmlodash.debounce4.0.8indirect
npmlru-cache11.5.1indirect
npmmime-db1.54.0indirect
npmminimatch10.2.5indirect
npmminipass7.1.3indirect
npmminizlib3.1.0indirect
npmms2.1.3indirect
npmnatural-compare1.4.0indirect
npmnode-addon-api7.1.1indirect
npmnode-releases2.0.48indirect
npmobug2.1.3indirect
npmoptionator0.9.4indirect
npmp-limit3.1.0indirect
npmp-locate5.0.0indirect
npmpath-exists4.0.0indirect
npmpath-key3.1.1indirect
npmpath-scurry2.0.2indirect
npmpicocolors1.1.1indirect
npmpicomatch4.0.4indirect
npmprelude-ls1.2.1indirect
npmpunycode2.3.1indirect
npmreaddirp5.0.0indirect
npmregenerate1.4.2indirect
npmregenerate-unicode-properties10.2.2indirect
npmregexpu-core6.4.0indirect
npmregjsgen0.8.0indirect
npmregjsparser0.13.2indirect
npmresolve-pkg-maps1.0.0indirect
npmsemver7.8.4indirect
npmshebang-command2.0.0indirect
npmshebang-regex3.0.0indirect
npmslash5.1.0indirect
npmsource-map-js1.2.1indirect
npmtapable2.3.3indirect
npmtar7.5.22indirect
npmtype-check0.4.0indirect
npmunicode-canonical-property-names-ecmascript2.0.1indirect
npmunicode-match-property-ecmascript2.0.0indirect
npmunicode-match-property-value-ecmascript2.2.1indirect
npmunicode-property-aliases-ecmascript2.2.0indirect
npmupdate-browserslist-db1.2.3indirect
npmuri-js4.4.1indirect
npmwhich2.0.2indirect
npmword-wrap1.2.5indirect
npmyallist5.0.0indirect
npmyocto-queue0.1.0indirect
Dependency advisories 0

Installing npm:@localnerve/sass-asset-functions@7.14.0 pulls in 26 packages, direct and transitive: 0 carry known advisories, of which 0 are direct dependencies.

No known advisories affect the assessed dependencies.

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable
{
  "data": {
    "icon": {
      "bytes": 12619,
      "width": 256,
      "height": 256,
      "rejected": [],
      "collected": true,
      "media_type": "image/jpeg",
      "source_url": "https://avatars.githubusercontent.com/u/2454740?v=4&s=256",
      "source_type": "avatar",
      "content_hash": "8a3e74c76e6a8297b3d4ea19557ed5a70a74acd94589e7bb8e35614ba404aa34",
      "candidates_considered": 1
    },
    "repo": {
      "topics": [
        "asset-management",
        "build-tool",
        "sass",
        "sass-functions",
        "nodejs"
      ],
      "is_fork": false,
      "size_kb": 1934,
      "has_wiki": true,
      "homepage": null,
      "languages": {
        "CSS": 5191,
        "SCSS": 2368,
        "JavaScript": 38513
      },
      "pushed_at": "2026-08-03T17:21:12Z",
      "created_at": "2021-03-19T01:35:21Z",
      "owner_type": "User",
      "updated_at": "2026-08-03T17:21:57Z",
      "description": "Supplies a set of functions to Sass that keep physical asset location details out of your source code",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "MIT",
      "default_branch": "master",
      "license_spdx_raw": "MIT",
      "primary_language": "JavaScript",
      "significant_languages": [
        "JavaScript",
        "CSS"
      ]
    },
    "owner": {
      "blog": "https://localnerve.com",
      "name": "Alex Grant",
      "type": "User",
      "login": "localnerve",
      "company": "LocalNerve, LLC",
      "location": "USA",
      "followers": 51,
      "avatar_url": "https://avatars.githubusercontent.com/u/2454740?v=4",
      "created_at": "2012-09-29T23:11:22Z",
      "is_verified": null,
      "public_repos": 118,
      "account_age_days": 5057
    },
    "license": {
      "state": "standard",
      "spdx_id": "MIT",
      "raw_spdx": "MIT",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v7.0.0",
          "kind": "major",
          "published_at": "2025-08-11T21:14:47Z"
        },
        {
          "tag": "v6.0.0",
          "kind": "major",
          "published_at": "2024-09-24T20:11:55Z"
        },
        {
          "tag": "v5.0.0",
          "kind": "major",
          "published_at": "2024-06-26T15:22:45Z"
        },
        {
          "tag": "v4.0.0",
          "kind": "major",
          "published_at": "2023-05-25T21:00:01Z"
        },
        {
          "tag": "v3.0.0",
          "kind": "major",
          "published_at": "2023-02-09T20:09:32Z"
        },
        {
          "tag": "v2.0.0",
          "kind": "major",
          "published_at": "2022-03-30T16:54:23Z"
        },
        {
          "tag": "v1.0.0",
          "kind": "major",
          "published_at": "2021-10-25T15:45:04Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "dfa2152cd924baab66d4dbf7f284c1a3c49df636",
          "body": "…erallsapp/github-action-2.3.8\n\nBump coverallsapp/github-action from 2.3.7 to 2.3.8",
          "is_bot": false,
          "headline": "Merge pull request #133 from localnerve/dependabot/github_actions/cov…",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-08-03T17:21:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "acee1a2fac58436fc7aec6ee9c6ce0a04f24fbf9",
          "body": "Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.7 to 2.3.8.\n- [Release notes](https://github.com/coverallsapp/github-action/releases)\n- [Commits](https://github.com/coverallsapp/github-action/compare/5cbfd81b66ca5d10c19b062c04de0199c215fb6e...8d6379e14d2992\n[…]\ncy-name: coverallsapp/github-action\n  dependency-version: 2.3.8\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump coverallsapp/github-action from 2.3.7 to 2.3.8",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-08-03T09:21:36Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "8056bdf4afb3d0e0591e1556a501f5bddc0194c9",
          "body": "…-and-patch-b3aad9cfa5\n\nBump globals from 17.7.0 to 17.8.0 in the minor-and-patch group",
          "is_bot": false,
          "headline": "Merge pull request #132 from localnerve/dependabot/npm_and_yarn/minor…",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-07-29T10:35:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ab8d1613aa33e5deba0d7837fb7cebec92adeaa6",
          "body": "Bumps the minor-and-patch group with 1 update: [globals](https://github.com/sindresorhus/globals).\n\n\nUpdates `globals` from 17.7.0 to 17.8.0\n- [Release notes](https://github.com/sindresorhus/globals/releases)\n- [Commits](https://github.com/sindresorhus/globals/compare/v17.7.0...v17.8.0)\n\n---\nupdated\n[…]\ndependency-version: 17.8.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n  dependency-group: minor-and-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump globals from 17.7.0 to 17.8.0 in the minor-and-patch group",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-27T09:22:55Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "87ef30a4b2dda98bcd4f736ecf23ae270e586b18",
          "body": "@7.14.0 - sass@1.102.0",
          "is_bot": false,
          "headline": "Merge pull request #131 from localnerve/rc-7.14.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-07-25T12:24:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7042ae3fb34e51e367fbb33df790f0bbcb25eaba",
          "body": null,
          "is_bot": false,
          "headline": "@7.14.0 - sass@1.102.0",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-07-25T12:22:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "241d9f17a298c34377e0d31f3990b6da7be53912",
          "body": "@7.13.8 - sass@1.101.7",
          "is_bot": false,
          "headline": "Merge pull request #130 from localnerve/rc-7.13.8",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-07-24T15:26:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8e73de05bb033c51acfc6cac15ad95526bb7b7f0",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.8 - nope",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-07-24T15:24:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b715d9740dbbd78931f171865832a516ecd9d4c1",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.8 - logs",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-07-24T15:19:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "75fb6460486ead6243c2bccd062078d9ee5c92aa",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.8 - devenv node 24",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-07-24T15:17:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "09142525ebc24f2bb3bb56aedc6b46a6a156fdb5",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.8 - sass@1.101.7",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-07-24T15:15:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "846124f2ccc6a51bc7cb9d71fa641e11c9a9a05c",
          "body": "@7.13.7 - sass@1.101.6",
          "is_bot": false,
          "headline": "Merge pull request #129 from localnerve/rc-7.13.7",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-07-23T20:21:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a5fa36a4d8b786f431a4af20a3f987127bfcda7d",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.7 - sass@1.101.6",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-07-23T20:19:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "32f7fb4d9890a8309d2c48d81c391df6f3e3877a",
          "body": "@7.13.6 - sass@1.101.3",
          "is_bot": false,
          "headline": "Merge pull request #128 from localnerve/rc-7.13.6",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-07-21T11:23:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6034f8835b71f2eb8181ade0110b3d0013c880b5",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.6 - sass@1.101.3",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-07-21T11:17:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3b121e018aea8c94ec2d3cea197a0ae16411df62",
          "body": "…ions/setup-node-7.0.0\n\nBump actions/setup-node from 6.4.0 to 7.0.0",
          "is_bot": false,
          "headline": "Merge pull request #127 from localnerve/dependabot/github_actions/act…",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-07-20T17:08:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "808167c312eb79e35d84253c8ee4abb21f8cf404",
          "body": "Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0.\n- [Release notes](https://github.com/actions/setup-node/releases)\n- [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...820762786026740c76f36085b0efc47a31fe5020)\n\n---\n[…]\ndependency-name: actions/setup-node\n  dependency-version: 7.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump actions/setup-node from 6.4.0 to 7.0.0",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-20T09:23:12Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "6916f69d571e55e3bf692324985c7ab5892ecd55",
          "body": "@7.13.5 - update devdeps",
          "is_bot": false,
          "headline": "Merge pull request #126 from localnerve/rc-7.13.5",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-07-13T14:27:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a955513fcae09134c9f4c49217086ab7e785fae9",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.5 - update devdeps",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-07-13T14:15:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "274a3eb0920e4555f6f4d9cb7a85536229d97da4",
          "body": "…-and-patch-af0912632d\n\nBump the minor-and-patch group with 4 updates",
          "is_bot": false,
          "headline": "Merge pull request #125 from localnerve/dependabot/npm_and_yarn/minor…",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-07-13T14:13:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "950419092dff4c3b7fefa5c3840fb10f2268cf63",
          "body": "Bumps the minor-and-patch group with 4 updates: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [eslint](https://github.com/eslint/eslint), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) and [tar](https://github.com/isaacs/node-tar).\n\n\nUpdates `@bab\n[…]\ndependency-version: 7.5.20\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n  dependency-group: minor-and-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump the minor-and-patch group with 4 updates",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-13T09:24:56Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "433ea2db2872f6c1fc73014236d7cf6de08709d4",
          "body": "@7.13.4 - immutable@5.1.9",
          "is_bot": false,
          "headline": "Merge pull request #124 from localnerve/rc-7.13.4",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-07-06T15:43:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b851e174344f0b26e62fdf0b098237bb43d0a9ed",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.4 - immutable@5.1.9",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-07-06T15:23:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "682af119818bca90ec5fdf1c806dea88041f9c58",
          "body": "…-and-patch-f1fbc2e390\n\nBump immutable from 5.1.8 to 5.1.9 in the minor-and-patch group",
          "is_bot": false,
          "headline": "Merge pull request #123 from localnerve/dependabot/npm_and_yarn/minor…",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-07-06T15:21:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c28a2446ce6dbc0a670ab91c24140864885d3229",
          "body": "Bumps the minor-and-patch group with 1 update: [immutable](https://github.com/immutable-js/immutable-js).\n\n\nUpdates `immutable` from 5.1.8 to 5.1.9\n- [Release notes](https://github.com/immutable-js/immutable-js/releases)\n- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.\n[…]\n  dependency-version: 5.1.9\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n  dependency-group: minor-and-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump immutable from 5.1.8 to 5.1.9 in the minor-and-patch group",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-06T09:21:44Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "55e0e911cda80bedb1546f175ac504a0da62033c",
          "body": "@7.13.3 - immutable@5.1.8, devdeps",
          "is_bot": false,
          "headline": "Merge pull request #122 from localnerve/rc-7.13.3",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-06-29T18:51:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9a8e95590e02fb1c6571ecc5e23921be93a592c1",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.3 - immutable@5.1.8, devdeps",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-06-29T18:47:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9fc66fee7f6e188bd1fe3188a5a2845b9ccf5f7a",
          "body": "…-and-patch-08b67d8566\n\nBump the minor-and-patch group with 5 updates",
          "is_bot": false,
          "headline": "Merge pull request #121 from localnerve/dependabot/npm_and_yarn/minor…",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-06-29T16:18:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4d5871c7fdb9cb86b7bf5f6e84f3c69f8878a2dd",
          "body": "Bumps the minor-and-patch group with 5 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [immutable](https://github.com/immutable-js/immutable-js) | `5.1.6` | `5.1.8` |\n| [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.6.0` |\n| [eslint-plugin-n](https://github.com/eslint-community/\n[…]\ndependency-version: 7.5.19\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n  dependency-group: minor-and-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump the minor-and-patch group with 5 updates",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-29T09:23:35Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d15705e31aa92c92f0f23397c59e270a98c6f99e",
          "body": "…ions/checkout-7.0.0\n\nBump actions/checkout from 6.0.3 to 7.0.0",
          "is_bot": false,
          "headline": "Merge pull request #120 from localnerve/dependabot/github_actions/act…",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-06-22T14:14:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "19399090192748c3c08d0952f071b25a6ddc53e8",
          "body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b43\n[…]\n- dependency-name: actions/checkout\n  dependency-version: 7.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump actions/checkout from 6.0.3 to 7.0.0",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-22T09:23:17Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "0e68951f44922bad7345046c9a6dd36901da6d9c",
          "body": "@7.13.2 - fix dependabot",
          "is_bot": false,
          "headline": "Merge pull request #119 from localnerve/rc-7.13.2",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-06-19T17:16:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "96eb95f480238c5197bba47217c9e971e1dc9cf9",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.2 - fix dependabot",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-06-19T16:56:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c53e82162a9ca685833e7fc1c9e338c2b7f10d68",
          "body": "@7.13.1 - update devdeps",
          "is_bot": false,
          "headline": "Merge pull request #118 from localnerve/rc-7.13.1",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-06-19T16:49:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "281b731e053069751be6f6615807a444314c8d7a",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.1 - update devdeps",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-06-19T16:47:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a73830c6c1b3299cfcda4e4830c0a59073258e5a",
          "body": "@7.13.0 - sass@1.101.0",
          "is_bot": false,
          "headline": "Merge pull request #117 from localnerve/rc-7.13.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-06-12T16:18:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "958272063f94370f00a4e382c91af3b7e0fc1629",
          "body": null,
          "is_bot": false,
          "headline": "@7.13.0 - sass@1.101.0",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-06-12T16:16:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9a7888d842ebf00029f13b7800f7810c94c21141",
          "body": "@7.12.1 - immutable@5.1.6, devdeps",
          "is_bot": false,
          "headline": "Merge pull request #116 from localnerve/rc-7.12.1",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-06-09T14:39:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "98285da57e1903db642b2baae2a96df3b10ed70f",
          "body": null,
          "is_bot": false,
          "headline": "@7.12.1 - changelog update",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-06-09T14:36:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fc67f34bfa173acd253a5abea9f53b190f5a63a7",
          "body": null,
          "is_bot": false,
          "headline": "@7.12.1 - immutable@5.1.6, devdeps",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-06-09T14:36:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c5a1c0649c006d4b5def771fa38f7ba13d00e73c",
          "body": "@7.12.0 - sass@1.100.0, devdeps updates",
          "is_bot": false,
          "headline": "Merge pull request #115 from localnerve/rc-7.12.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-05-26T13:03:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4b1cfb5e0b061cd25f21660762d17ad186a23576",
          "body": null,
          "is_bot": false,
          "headline": "@7.12.0 - sass@1.100.0, devdeps updates",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-05-26T13:03:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c87b2366b480b566d29de571143046837703bee2",
          "body": "@7.11.0 - devdeps, new URL processing w/fallback",
          "is_bot": false,
          "headline": "Merge pull request #114 from localnerve/rc-7.11.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-04-27T20:22:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "890fb0994b5d54e2bb3b457c64e4d98071c83754",
          "body": null,
          "is_bot": false,
          "headline": "@7.11.0 - revert to glob pkg for node 20+",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-04-27T20:20:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "11535abae40ce8b0bee9adf62173def9465ab3ed",
          "body": null,
          "is_bot": false,
          "headline": "@7.11.0 - remove unsupported coverage flag",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-04-27T20:13:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2f093110318eab22d809a31554656be719a9af43",
          "body": null,
          "is_bot": false,
          "headline": "@7.11.0 - add rules for __test-package__",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-04-27T20:08:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cef101cb7733a036b182e2cea3d544f5dcaa0748",
          "body": null,
          "is_bot": false,
          "headline": "@7.11.0 - devdeps, new URL processing w/fallback",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-04-27T20:02:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fcfe22d24b8be515516bf24ddd42980bd1824390",
          "body": "@7.10.0 - sass@1.99.0, devdeps, security",
          "is_bot": false,
          "headline": "Merge pull request #113 from localnerve/rc-7.10.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-04-03T15:07:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "78ed46a03f5b4d6b684c94dad9939baa92d0c24e",
          "body": null,
          "is_bot": false,
          "headline": "@7.10.0 - sass@1.99.0, devdeps, security",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-04-03T15:04:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aeccd79fde8e42d38b65ff2d778eac899844b030",
          "body": "@7.9.0 - sass@1.98.0, immutable@5.1.5, devdeps",
          "is_bot": false,
          "headline": "Merge pull request #112 from localnerve/rc-7.9.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-03-11T19:13:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9e6ab3f7f9f2b2d52fa3423a97bda11c220c71ca",
          "body": null,
          "is_bot": false,
          "headline": "@7.9.0 - sass@1.98.0, immutable@5.1.5, devdeps",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-03-11T19:10:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b505a380ace5965c655be3228c84d0b442adda27",
          "body": null,
          "is_bot": false,
          "headline": "@7.8.5 - sass@1.98.0, immutable@5.1.5, devdeps",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-03-11T19:08:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ac7e7ab39e899039532eef5c40e6400339d2aa15",
          "body": "@7.8.4 - update devdeps, eslint 10",
          "is_bot": false,
          "headline": "Merge pull request #111 from localnerve/rc-7.8.4",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-02-09T16:00:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eb77b6330b9d816f08f397f557defc65e94072e6",
          "body": null,
          "is_bot": false,
          "headline": "@7.8.4 - update devdeps, eslint 10",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-02-09T15:57:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "16ce749ed2194f9c401257c7624550f89b8b1ff1",
          "body": "@7.8.3 - sass@1.97.3",
          "is_bot": false,
          "headline": "Merge pull request #110 from localnerve/rc-7.8.3",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-01-22T22:44:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4901df4a94e217441e58d64ffca0fb0acb9c99ea",
          "body": null,
          "is_bot": false,
          "headline": "@7.8.3 - sass@1.97.3",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-01-22T22:43:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8047d06f9f70986e3def8c301c86d60a5100d254",
          "body": "@7.8.2 - update deps",
          "is_bot": false,
          "headline": "Merge pull request #109 from localnerve/rc-7.8.2",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2026-01-07T20:56:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3536f4165f54e22fa47b11f4122f9d631031b219",
          "body": null,
          "is_bot": false,
          "headline": "@7.8.2 - update changelog",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-01-07T20:55:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "818b9ba9f7931da746dafc5c592f9aa1d845aeb2",
          "body": null,
          "is_bot": false,
          "headline": "@7.8.2 - update deps",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2026-01-07T20:53:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc4629279e65a5bf92bd2b0830e0df4eb66ed569",
          "body": "@7.8.1 - sass@1.97.1",
          "is_bot": false,
          "headline": "Merge pull request #108 from localnerve/rc-7.8.1",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-12-20T01:32:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c84e9afe45219145b5371cab82463e56e0f2b844",
          "body": null,
          "is_bot": false,
          "headline": "@7.8.1 - sass@1.97.1",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-12-20T01:30:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "afa71776f4009e39bb0eeb9af31445360f8a9b34",
          "body": "@7.8.0 - sass@1.97.0",
          "is_bot": false,
          "headline": "Merge pull request #107 from localnerve/rc-7.8.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-12-16T22:04:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "607928d13355fa6d7c854d0fc9704a20c25ff2f2",
          "body": null,
          "is_bot": false,
          "headline": "@7.8.0 - sass@1.97.0",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-12-16T22:01:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9b4d9d1ed8013e962b9679bccb080e404553da36",
          "body": "@7.7.0 - sass@1.96.0, oidc deploy",
          "is_bot": false,
          "headline": "Merge pull request #106 from localnerve/rc-7.7.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-12-11T17:14:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9e60ad0fa9d57eccca320fd4232fd4c26f200db2",
          "body": null,
          "is_bot": false,
          "headline": "@7.7.0 - sass@1.96.0, oidc deploy",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-12-11T17:06:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8e69d62ee2df1e98f0bcc2d0fa5534b628dacf45",
          "body": "@7.6.1 - sass@1.95.1",
          "is_bot": false,
          "headline": "Merge pull request #105 from localnerve/rc-7.6.1",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-12-10T01:16:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f8142c38006a707bfc7954136a7bd13af52a7753",
          "body": null,
          "is_bot": false,
          "headline": "@7.6.1 - sass@1.95.1",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-12-10T01:15:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "590d8940352e15fa582f0e98542db3b1dc147391",
          "body": "Update CHANGELOG for version 7.6.0",
          "is_bot": false,
          "headline": "Merge pull request #104 from localnerve/localnerve-patch-1",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-12-09T01:10:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "92851dff037b8dd149330811ffdc34c24bdd9801",
          "body": null,
          "is_bot": false,
          "headline": "Update CHANGELOG for version 7.6.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-12-09T01:09:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9619acac6417c7ac5fc5dea4913f4ea2c35ffb66",
          "body": "@7.6.0 - sass@1.95.0",
          "is_bot": false,
          "headline": "Merge pull request #103 from localnerve/rc-1.95.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-12-08T21:33:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "435fb30e6fa2a6820a55922d48a9e7fd4452e6b7",
          "body": null,
          "is_bot": false,
          "headline": "@7.6.0 - sass@1.95.0",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-12-08T21:31:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "51a2586e411508903e4159ebfba6220e628bb4ee",
          "body": "@7.5.2 - sass@1.94.2, mime-types@3.0.2",
          "is_bot": false,
          "headline": "Merge pull request #102 from localnerve/rc-7.5.2",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-11-21T20:37:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "41497f1eca770b7f49a6bacfe2fc20e89aa0b65e",
          "body": null,
          "is_bot": false,
          "headline": "@7.5.2 - sass@1.94.2, mime-types@3.0.2",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-11-21T20:35:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f16d800aba90796da6dec96e2edf8aa3f77d3651",
          "body": "@7.5.1 - sass@1.94.1",
          "is_bot": false,
          "headline": "Merge pull request #101 from localnerve/rc-7.5.1",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-11-18T16:15:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5b69231e17e00e8889ee8d6e2978eb853185f61b",
          "body": null,
          "is_bot": false,
          "headline": "@7.5.1 - sass@1.94.1",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-11-18T16:13:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "548536d13afac7f6dfc9ce27518784fba7f60887",
          "body": "@7.5.0 - sass@1.94.0",
          "is_bot": false,
          "headline": "Merge pull request #100 from localnerve/rc-7.5.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-11-12T12:42:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "beb731fed8ef2d413d6c4a13498714b7d61ed02a",
          "body": null,
          "is_bot": false,
          "headline": "@7.5.0 - sass@1.94.0",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-11-12T12:40:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7fee6b9821f8148da391f6fb8f3839a6cd2e8d0e",
          "body": "@7.4.0 - update changelog [ci skip]",
          "is_bot": false,
          "headline": "Merge pull request #99 from localnerve/rc-cl-740",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-10-31T15:57:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c69ecb8c3ee38154a4713db29b9739dd05109970",
          "body": null,
          "is_bot": false,
          "headline": "@7.4.0 - update changelog [ci skip]",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-10-31T15:56:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d890f0c0c3a585353c8575007f737aa8093ac047",
          "body": "@7.4.0 - sass@1.93.3",
          "is_bot": false,
          "headline": "Merge pull request #98 from localnerve/rc-7.4.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-10-31T15:53:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e9d7e730cf180e6439521902ccbcba0454a89d0e",
          "body": null,
          "is_bot": false,
          "headline": "@7.4.0 - sass@1.93.3",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-10-31T15:46:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "48cc6e664b71b172a837ff47a44310ad7ba63bcd",
          "body": "@7.3.3 - immutable@5.1.4",
          "is_bot": false,
          "headline": "Merge pull request #97 from localnerve/rc-7.3.3",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-10-24T16:01:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f914f490925b3ae0e10946617db610fea19e5f2c",
          "body": null,
          "is_bot": false,
          "headline": "@7.3.3 - immutable@5.1.4",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-10-24T15:59:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dde16f13dc84da17bbff6ebcd9048f272996ee31",
          "body": "@7.3.2 - sass@1.93.2",
          "is_bot": false,
          "headline": "Merge pull request #96 from localnerve/rc-7.3.2",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-09-24T22:15:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8438151a0c4cd3fc2d97938a5c3dfe5ae41b6665",
          "body": null,
          "is_bot": false,
          "headline": "coveralls has been down for days",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-09-24T22:14:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "351a0365850d3e74935fccede1bf51fa8f0aadfa",
          "body": null,
          "is_bot": false,
          "headline": "@7.3.2 - sass@1.93.2",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-09-24T22:10:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1885ac35783b43c1e284b9a40bd1732e209f144e",
          "body": "@7.3.1 - sass@1.93.1",
          "is_bot": false,
          "headline": "Merge pull request #95 from localnerve/rc-7.3.1",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-09-22T22:23:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a3faadfecd42d2f213e6e7c5977938544f90c127",
          "body": null,
          "is_bot": false,
          "headline": "@7.3.1 - sass@1.93.1",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-09-22T22:20:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6e5929c5973ec74061ddd719f4c38defea295599",
          "body": "@7.3.0 - sass@1.93.0",
          "is_bot": false,
          "headline": "Merge pull request #94 from localnerve/rc-7.3.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-09-21T02:21:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "525c54820b3684be6fc4a657e1e661564a91e601",
          "body": null,
          "is_bot": false,
          "headline": "@7.3.0 - sass@1.93.0",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-09-21T02:19:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9bdfb3484be67db58f16f769c937fc8c64592d89",
          "body": "@7.2.1 - sass@1.92.1; test grid, babel target updates",
          "is_bot": false,
          "headline": "Merge pull request #93 from localnerve/rc-7.2.1",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-09-09T15:35:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "92bd1f1c4d0217eae8c77592845b66f73ec8d1ac",
          "body": null,
          "is_bot": false,
          "headline": "@7.2.1 - sass@1.92.1; test grid, babel target updates",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-09-09T15:33:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6b065d9f5b6d6fd7759c4a504603ba346edba6a6",
          "body": "@7.2.0 - sass@1.92.0, doc update",
          "is_bot": false,
          "headline": "Merge pull request #92 from localnerve/rc-7.2.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-09-03T14:45:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c7de37b0685ef2d63e5e47912ac70a890c2dda99",
          "body": null,
          "is_bot": false,
          "headline": "@7.2.0 - sass@1.92.0, doc update",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-09-03T14:44:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "82cc75e1686b3ebe07b89f6b37cb9201fe88f863",
          "body": "@7.1.1 - update devdeps, explicitly skip 24.6",
          "is_bot": false,
          "headline": "Merge pull request #91 from localnerve/rc-7.1.1",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-08-27T16:38:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c608bce3f2735e5c45cea746b87e0add86cffb82",
          "body": null,
          "is_bot": false,
          "headline": "@7.1.1 - update devdeps, explicitly skip 24.6",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-08-27T16:35:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5052c309f623fa22079698954de2f81674ecb65e",
          "body": "@7.1.0 - sass@1.91.0",
          "is_bot": false,
          "headline": "Merge pull request #90 from localnerve/rc-7.1.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-08-26T22:24:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7d38a0410bea266863c7cac9805ac65fd12d5ec2",
          "body": null,
          "is_bot": false,
          "headline": "@7.1.0 - fix tests for node 24, set default to node 22",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-08-26T22:11:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "562afc053de1fc268fb93f744b59e55a3f204f6e",
          "body": null,
          "is_bot": false,
          "headline": "@7.1.0 - sass@1.91.0",
          "author_name": "localnerve",
          "author_login": "localnerve",
          "committed_at": "2025-08-26T21:18:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "59fb635443fbea0ee6c4e159a5670979200b7e63",
          "body": "@7.0.0 - node 20+, dropped testing node-sass",
          "is_bot": false,
          "headline": "Merge pull request #89 from localnerve/rc-7.0.0",
          "author_name": "Alex Grant",
          "author_login": "localnerve",
          "committed_at": "2025-08-11T21:13:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 7,
      "commits_last_year": 103,
      "latest_release_at": "2025-08-11T21:14:47Z",
      "latest_release_tag": "v7.0.0",
      "releases_from_tags": false,
      "days_since_last_push": 1,
      "active_weeks_last_year": 29,
      "days_since_latest_release": 358,
      "mean_days_between_releases": 231
    },
    "artifacts": {
      "collected": true,
      "structure": [],
      "declarations": [
        {
          "name": null,
          "path": "__test-package__/package.json",
          "tokens": [
            "npm.entry",
            "npm.private"
          ],
          "ecosystem": "npm"
        },
        {
          "name": "@localnerve/sass-asset-functions",
          "path": "package.json",
          "tokens": [
            "npm.entry"
          ],
          "ecosystem": "npm"
        }
      ]
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "readme_badges": {
        "hosts": [
          "badge.fury.io",
          "coveralls.io",
          "github.com"
        ],
        "total": 3,
        "header": 3,
        "collected": true,
        "has_inspect_badge": false
      },
      "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": "@localnerve/sass-asset-functions",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "node",
            "sass",
            "dart-sass",
            "assets",
            "image",
            "image-url",
            "image-width",
            "image-height",
            "font-url",
            "font-files",
            "lookup"
          ],
          "ecosystem": "npm",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@localnerve/sass-asset-functions",
          "declared_type": null,
          "is_deprecated": false,
          "latest_version": "7.14.0",
          "repository_url": "https://github.com/localnerve/sass-asset-functions",
          "versions_count": 116,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 2915,
          "first_published_at": "2021-03-19T01:59:22.996000Z",
          "latest_published_at": "2026-07-25T12:25:19.488000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        }
      ]
    },
    "popularity": {
      "forks": 1,
      "stars": 5,
      "watchers": 1,
      "fork_history": {
        "days": [
          {
            "date": "2021-10-22",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 1,
        "total_forks": 1
      },
      "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": 7686,
      "source_files_sampled": 16,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "__test-package__/package.json",
        "package.json"
      ],
      "advisories": {
        "error": null,
        "scope": "published_package",
        "source": "osv",
        "findings": [],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {},
        "advisory_count": 0,
        "affected_count": 0,
        "assessed_count": 26,
        "malicious_count": 0,
        "assessed_package": "npm:@localnerve/sass-asset-functions@7.14.0",
        "unassessed_count": 0,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "npm"
      ],
      "dependencies": [
        {
          "name": "package",
          "manifest": "__test-package__/package.json",
          "ecosystem": "npm",
          "version_constraint": "latest"
        },
        {
          "name": "image-size",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^2.0.2"
        },
        {
          "name": "immutable",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.1.9"
        },
        {
          "name": "mime-types",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.0.2"
        },
        {
          "name": "sass",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.102.0"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "image-size",
            "direct": true,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "immutable",
            "direct": true,
            "version": "5.1.9",
            "ecosystem": "npm"
          },
          {
            "name": "mime-types",
            "direct": true,
            "version": "3.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "package",
            "direct": true,
            "version": "latest",
            "ecosystem": "npm"
          },
          {
            "name": "sass",
            "direct": true,
            "version": "1.102.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/cli",
            "direct": false,
            "version": "8.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/code-frame",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/compat-data",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/core",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/generator",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-annotate-as-pure",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-compilation-targets",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-create-class-features-plugin",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-create-regexp-features-plugin",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-define-polyfill-provider",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-globals",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-member-expression-to-functions",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-module-imports",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-module-transforms",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-optimise-call-expression",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-plugin-utils",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-remap-async-to-generator",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-replace-supers",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-skip-transparent-expression-wrappers",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-string-parser",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-validator-identifier",
            "direct": false,
            "version": "8.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-validator-option",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-wrap-function",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helpers",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/parser",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-bugfix-firefox-class-in-computed-class-key",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-bugfix-safari-class-field-initializer-scope",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-arrow-functions",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-async-generator-functions",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-async-to-generator",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-block-scoped-functions",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-block-scoping",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-class-properties",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-class-static-block",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-classes",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-computed-properties",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-destructuring",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-dotall-regex",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-duplicate-keys",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-duplicate-named-capturing-groups-regex",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-dynamic-import",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-explicit-resource-management",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-exponentiation-operator",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-export-namespace-from",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-for-of",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-function-name",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-json-strings",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-literals",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-logical-assignment-operators",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-member-expression-literals",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-modules-amd",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-modules-commonjs",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-modules-systemjs",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-modules-umd",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-named-capturing-groups-regex",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-new-target",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-nullish-coalescing-operator",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-numeric-separator",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-object-rest-spread",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-object-super",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-optional-catch-binding",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-optional-chaining",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-parameters",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-private-methods",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-private-property-in-object",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-property-literals",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-regenerator",
            "direct": false,
            "version": "8.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-regexp-modifiers",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-reserved-words",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-shorthand-properties",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-spread",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-sticky-regex",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-template-literals",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-typeof-symbol",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-unicode-escapes",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-unicode-property-regex",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-unicode-regex",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-transform-unicode-sets-regex",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/preset-env",
            "direct": false,
            "version": "8.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/preset-modules",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/template",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/traverse",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/types",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint-community/eslint-utils",
            "direct": false,
            "version": "4.9.1",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint-community/regexpp",
            "direct": false,
            "version": "4.12.2",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/config-array",
            "direct": false,
            "version": "0.23.5",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/config-helpers",
            "direct": false,
            "version": "0.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/core",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/js",
            "direct": false,
            "version": "10.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/object-schema",
            "direct": false,
            "version": "3.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/plugin-kit",
            "direct": false,
            "version": "0.7.2",
            "ecosystem": "npm"
          },
          {
            "name": "@humanfs/core",
            "direct": false,
            "version": "0.19.2",
            "ecosystem": "npm"
          },
          {
            "name": "@humanfs/node",
            "direct": false,
            "version": "0.16.8",
            "ecosystem": "npm"
          },
          {
            "name": "@humanfs/types",
            "direct": false,
            "version": "0.15.0",
            "ecosystem": "npm"
          },
          {
            "name": "@humanwhocodes/module-importer",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@humanwhocodes/retry",
            "direct": false,
            "version": "0.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "@isaacs/fs-minipass",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/gen-mapping",
            "direct": false,
            "version": "0.3.13",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/resolve-uri",
            "direct": false,
            "version": "3.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/sourcemap-codec",
            "direct": false,
            "version": "1.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/trace-mapping",
            "direct": false,
            "version": "0.3.31",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-android-arm64",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-darwin-arm64",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-darwin-x64",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-freebsd-x64",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-linux-arm-glibc",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-linux-arm-musl",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-linux-arm64-glibc",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-linux-arm64-musl",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-linux-x64-glibc",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-linux-x64-musl",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-win32-arm64",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-win32-ia32",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@parcel/watcher-win32-x64",
            "direct": false,
            "version": "2.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "@types/esrecurse",
            "direct": false,
            "version": "4.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/estree",
            "direct": false,
            "version": "1.0.9",
            "ecosystem": "npm"
          },
          {
            "name": "@types/gensync",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "@types/jsesc",
            "direct": false,
            "version": "2.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/json-schema",
            "direct": false,
            "version": "7.0.15",
            "ecosystem": "npm"
          },
          {
            "name": "acorn",
            "direct": false,
            "version": "8.17.0",
            "ecosystem": "npm"
          },
          {
            "name": "acorn-jsx",
            "direct": false,
            "version": "5.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "ajv",
            "direct": false,
            "version": "6.15.0",
            "ecosystem": "npm"
          },
          {
            "name": "babel-plugin-polyfill-corejs3",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "balanced-match",
            "direct": false,
            "version": "4.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "baseline-browser-mapping",
            "direct": false,
            "version": "2.10.38",
            "ecosystem": "npm"
          },
          {
            "name": "brace-expansion",
            "direct": false,
            "version": "5.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "browserslist",
            "direct": false,
            "version": "4.28.2",
            "ecosystem": "npm"
          },
          {
            "name": "caniuse-lite",
            "direct": false,
            "version": "1.0.30001799",
            "ecosystem": "npm"
          },
          {
            "name": "chokidar",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "chownr",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "commander",
            "direct": false,
            "version": "14.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "convert-source-map",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "core-js-compat",
            "direct": false,
            "version": "3.49.0",
            "ecosystem": "npm"
          },
          {
            "name": "cross-spawn",
            "direct": false,
            "version": "7.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "debug",
            "direct": false,
            "version": "4.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "deep-is",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "detect-libc",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "electron-to-chromium",
            "direct": false,
            "version": "1.5.376",
            "ecosystem": "npm"
          },
          {
            "name": "empathic",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "enhanced-resolve",
            "direct": false,
            "version": "5.24.0",
            "ecosystem": "npm"
          },
          {
            "name": "escalade",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "escape-string-regexp",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint",
            "direct": false,
            "version": "10.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-compat-utils",
            "direct": false,
            "version": "0.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-plugin-es-x",
            "direct": false,
            "version": "7.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-plugin-n",
            "direct": false,
            "version": "18.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-scope",
            "direct": false,
            "version": "9.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-visitor-keys",
            "direct": false,
            "version": "3.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-visitor-keys",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "espree",
            "direct": false,
            "version": "11.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "esquery",
            "direct": false,
            "version": "1.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "esrecurse",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "estraverse",
            "direct": false,
            "version": "5.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "esutils",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "fast-deep-equal",
            "direct": false,
            "version": "3.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "fast-json-stable-stringify",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "fast-levenshtein",
            "direct": false,
            "version": "2.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "file-entry-cache",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "find-up",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "flat-cache",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "flatted",
            "direct": false,
            "version": "3.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "gensync",
            "direct": false,
            "version": "1.0.0-beta.2",
            "ecosystem": "npm"
          },
          {
            "name": "get-tsconfig",
            "direct": false,
            "version": "4.14.0",
            "ecosystem": "npm"
          },
          {
            "name": "glob",
            "direct": false,
            "version": "13.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "glob-parent",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "globals",
            "direct": false,
            "version": "15.15.0",
            "ecosystem": "npm"
          },
          {
            "name": "globals",
            "direct": false,
            "version": "17.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "globrex",
            "direct": false,
            "version": "0.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "graceful-fs",
            "direct": false,
            "version": "4.2.11",
            "ecosystem": "npm"
          },
          {
            "name": "ignore",
            "direct": false,
            "version": "5.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "import-meta-resolve",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "imurmurhash",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "is-extglob",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-glob",
            "direct": false,
            "version": "4.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "isexe",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "js-tokens",
            "direct": false,
            "version": "10.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "jsesc",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "json-buffer",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "json-schema-traverse",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "json-stable-stringify-without-jsonify",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "json5",
            "direct": false,
            "version": "2.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "keyv",
            "direct": false,
            "version": "4.5.4",
            "ecosystem": "npm"
          },
          {
            "name": "levn",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "locate-path",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "lodash.debounce",
            "direct": false,
            "version": "4.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "lru-cache",
            "direct": false,
            "version": "11.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "mime-db",
            "direct": false,
            "version": "1.54.0",
            "ecosystem": "npm"
          },
          {
            "name": "minimatch",
            "direct": false,
            "version": "10.2.5",
            "ecosystem": "npm"
          },
          {
            "name": "minipass",
            "direct": false,
            "version": "7.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "minizlib",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "ms",
            "direct": false,
            "version": "2.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "natural-compare",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "node-addon-api",
            "direct": false,
            "version": "7.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "node-releases",
            "direct": false,
            "version": "2.0.48",
            "ecosystem": "npm"
          },
          {
            "name": "obug",
            "direct": false,
            "version": "2.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "optionator",
            "direct": false,
            "version": "0.9.4",
            "ecosystem": "npm"
          },
          {
            "name": "p-limit",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-locate",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "path-exists",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "path-key",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "path-scurry",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "picocolors",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "4.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "prelude-ls",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "punycode",
            "direct": false,
            "version": "2.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "readdirp",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "regenerate",
            "direct": false,
            "version": "1.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "regenerate-unicode-properties",
            "direct": false,
            "version": "10.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "regexpu-core",
            "direct": false,
            "version": "6.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "regjsgen",
            "direct": false,
            "version": "0.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "regjsparser",
            "direct": false,
            "version": "0.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "resolve-pkg-maps",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "7.8.4",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-command",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-regex",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "slash",
            "direct": false,
            "version": "5.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "source-map-js",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "tapable",
            "direct": false,
            "version": "2.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "tar",
            "direct": false,
            "version": "7.5.22",
            "ecosystem": "npm"
          },
          {
            "name": "type-check",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "unicode-canonical-property-names-ecmascript",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "unicode-match-property-ecmascript",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "unicode-match-property-value-ecmascript",
            "direct": false,
            "version": "2.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "unicode-property-aliases-ecmascript",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "update-browserslist-db",
            "direct": false,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "uri-js",
            "direct": false,
            "version": "4.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "which",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "word-wrap",
            "direct": false,
            "version": "1.2.5",
            "ecosystem": "npm"
          },
          {
            "name": "yallist",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "yocto-queue",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "npm"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 240,
        "direct_count": 5,
        "indirect_count": 235
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 0,
        "merged_prs": 130,
        "open_issues": 0,
        "closed_ratio": 1,
        "closed_issues": 1,
        "closed_unmerged_prs": 2
      },
      "bus_factor": 1,
      "bot_contributors": 1,
      "top_contributors": [
        {
          "type": "User",
          "login": "localnerve",
          "commits": 306,
          "avatar_url": "https://avatars.githubusercontent.com/u/2454740?v=4"
        },
        {
          "type": "User",
          "login": "benediktarnold",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/178772?v=4"
        }
      ],
      "contributors_sampled": 2,
      "top_contributor_share": 0.997
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "deploy.yml",
        "verify.yml"
      ],
      "has_docs_dir": false,
      "linter_configs": [
        "eslint.config.js"
      ],
      "has_editorconfig": false,
      "has_linter_config": true,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [
        "package-lock.json"
      ],
      "scorecard": {
        "checks": [
          {
            "name": "Binary-Artifacts",
            "score": 10,
            "reason": "no binaries found in the repo",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
          },
          {
            "name": "Branch-Protection",
            "score": 3,
            "reason": "branch protection is not maximal on development and all release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 10,
            "reason": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
          },
          {
            "name": "CII-Best-Practices",
            "score": 0,
            "reason": "no effort to earn an OpenSSF best practices badge detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
          },
          {
            "name": "Code-Review",
            "score": 0,
            "reason": "Found 0/7 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": 10,
            "reason": "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": 10,
            "reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
            "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": 7,
            "reason": "dependency not pinned by hash detected -- score normalized to 7",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 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": "dfa2152cd924baab66d4dbf7f284c1a3c49df636",
        "ran_at": "2026-08-05T16:10:04Z",
        "aggregate_score": 5.7,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": true
    },
    "contribution_flow": {
      "collected": true,
      "recent_prs": {
        "merged_7d": 0,
        "decided_7d": 0,
        "merged_30d": 5,
        "authors_30d": 1,
        "decided_30d": 5,
        "sample_size": 60,
        "window_days": 30,
        "sample_exhausted": false,
        "authors_probed_30d": 1,
        "newcomer_merged_30d": 0,
        "bot_prs_excluded_30d": 4,
        "newcomer_authors_30d": 0,
        "newcomer_decided_30d": 0
      },
      "ci_last_run_at": "2026-08-03T17:21:52Z",
      "oldest_open_prs": [],
      "last_merged_pr_at": "2026-08-03T17:21:05Z",
      "ci_last_conclusion": "FAILURE",
      "oldest_open_issues": []
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/localnerve/sass-asset-functions",
    "host": "github.com",
    "name": "sass-asset-functions",
    "owner": "localnerve"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "good",
      "name": "Overall health",
      "note": "The weighted overall 62 is calibrated to 69 on the published index scale (record calibration 2026-08-02).",
      "notes": [
        {
          "code": "overall_calibration",
          "params": {
            "raw": 62,
            "calibrated": 69,
            "calibration": "2026-08-02"
          }
        }
      ],
      "value": 69,
      "inputs": {
        "security": 66,
        "vitality": 75,
        "community": 36,
        "governance": 60,
        "calibration": "2026-08-02",
        "engineering": 74,
        "ai_readiness": 46,
        "weighted_overall_raw": 62
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "good",
        "name": "Vitality",
        "value": 75,
        "weight": 0.21,
        "metrics": [
          {
            "key": "development_activity",
            "band": "excellent",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 84,
            "inputs": {
              "commits_last_year": 103,
              "human_commit_share": 0.93,
              "days_since_last_push": 1,
              "active_weeks_last_year": 29
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 1 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 1
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "29/52 weeks with commits",
                "points": 20.1,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 29
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "103 commits in the last year",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 103
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "moderate",
            "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": 62,
            "inputs": {
              "releases_count": 7,
              "latest_release_tag": "v7.0.0",
              "releases_from_tags": false,
              "days_since_latest_release": 358,
              "mean_days_between_releases": 231
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "7 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 7
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 358 days ago",
                "points": 16.2,
                "status": "partial",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 358
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~231 days",
                "points": 12.6,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 231
                    }
                  }
                ],
                "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": "exceptional",
            "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": 1,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 1 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 1
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "weak",
        "name": "Community & Adoption",
        "value": 36,
        "weight": 0.17,
        "metrics": [
          {
            "key": "popularity",
            "band": "critical",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 10,
            "inputs": {
              "forks": 1,
              "stars": 5,
              "watchers": 1,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "5 stars",
                "points": 9.8,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 5
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "1 forks",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "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,
              "readme_badges": 3,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "readme_badge_services": [
                "badge.fury.io",
                "coveralls.io",
                "github.com"
              ],
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (MIT)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "MIT"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          },
          {
            "key": "ecosystem_adoption",
            "band": "moderate",
            "name": "Ecosystem adoption (downloads)",
            "note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "registry_dependents"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 58,
            "inputs": {
              "packages": [
                "@localnerve/sass-asset-functions"
              ],
              "dependents": null,
              "ecosystems": "npm",
              "total_downloads": null,
              "monthly_downloads": 2915
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "2,915 downloads/month across npm",
                "points": 46.2,
                "status": "partial",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 2915,
                      "ecosystems": "npm"
                    }
                  }
                ],
                "max_points": 80
              },
              {
                "key": "registry_dependents",
                "name": "Registry dependents",
                "detail": "not reported by this ecosystem",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_reported_by_this_ecosystem",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 60,
        "weight": 0.23,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "critical",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 15,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 2,
              "top_contributor_share": 0.997
            },
            "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.1,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 100
                    }
                  }
                ],
                "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 1 contributing companies or organizations -- score normalized to 3",
                "points": 3,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "excellent",
            "name": "Issue & PR responsiveness",
            "note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "newcomer_pr_acceptance"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 82,
            "inputs": {
              "merged_prs": 130,
              "open_issues": 0,
              "closed_issues": 1,
              "prs_merged_7d": 0,
              "prs_decided_7d": 0,
              "prs_merged_30d": 5,
              "prs_decided_30d": 5,
              "issue_closed_ratio": 1,
              "closed_unmerged_prs": 2,
              "first_time_authors_30d": 0,
              "first_time_prs_merged_30d": 0,
              "first_time_prs_decided_30d": 0
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "100% of issues closed",
                "points": 42,
                "status": "met",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 100
                    }
                  }
                ],
                "max_points": 42
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "130/132 decided PRs merged",
                "points": 29.5,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 130,
                      "decided": 132
                    }
                  }
                ],
                "max_points": 30
              },
              {
                "key": "newcomer_pr_acceptance",
                "name": "Newcomer PR acceptance",
                "detail": "no first-time contributor's PR decided in 30d",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_newcomer_prs",
                    "params": {
                      "days": 30
                    }
                  }
                ],
                "max_points": 13
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 0/7 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": 59,
            "inputs": {
              "followers": 51,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "localnerve",
              "public_repos": 118,
              "account_age_days": 5057
            },
            "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": "51 followers of localnerve",
                "points": 12.3,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 51,
                      "login": "localnerve"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "118 public repos, account ~13 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 118
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 13
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "exceptional",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "@localnerve/sass-asset-functions"
              ],
              "ecosystems": "npm",
              "any_deprecated": false,
              "min_days_since_publish": 11
            },
            "components": [
              {
                "key": "published_resolvable",
                "name": "Published & resolvable",
                "detail": "1 package(s) on npm",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "packages_published",
                    "params": {
                      "count": 1,
                      "ecosystems": "npm"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "publish_recency",
                "name": "Publish recency",
                "detail": "latest publish 11 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 11
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "116 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 116
                    }
                  }
                ],
                "max_points": 20
              },
              {
                "key": "not_deprecated",
                "name": "Not deprecated",
                "detail": "active, not deprecated or yanked",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "package_not_deprecated",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "good",
        "name": "Engineering Quality",
        "value": 74,
        "weight": 0.19,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "excellent",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 84,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": true,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "2 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 2
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": "eslint.config.js",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "eslint.config.js"
                    }
                  }
                ],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
                "points": 20,
                "status": "met",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "moderate",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 60,
            "inputs": {
              "topics": [
                "asset-management",
                "build-tool",
                "sass",
                "sass-functions",
                "nodejs"
              ],
              "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": "5 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 5
                    }
                  }
                ],
                "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": "good",
        "name": "Security",
        "value": 66,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "moderate",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 57,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 17,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 1,
              "scorecard_aggregate": 5.7
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "branch protection is not maximal on development and all release branches",
                "points": 2.2,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 0/7 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": "update tool detected",
                "points": 7.5,
                "status": "met",
                "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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
                "points": 7.5,
                "status": "met",
                "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 7",
                "points": 3.5,
                "status": "partial",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file 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": "1 existing vulnerabilities detected",
                "points": 6.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "exceptional",
            "name": "Dependency advisories",
            "note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@localnerve/sass-asset-functions@7.14.0 runtime dependency closure — what installing the published package pulls in — 26 packages. Reachability is not analyzed.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "no_advisories_left_outstanding"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "advisories_scope_published",
                "params": {
                  "package": "npm:@localnerve/sass-asset-functions@7.14.0",
                  "assessed": 26
                }
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "source": "osv",
              "advisories": 0,
              "affected_packages": 0,
              "assessed_packages": 26,
              "unassessed_packages": 0,
              "affected_by_severity": "none",
              "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": "no indirect dependency carries a known advisory",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "no_indirect_advisories",
                    "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": "exceptional",
            "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": 26,
              "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": "exceptional",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "commit_weight_rule": {
                "min_commits": 50,
                "min_commit_share": 0.1
              },
              "review_only_matches": 0,
              "below_threshold_exposures": [],
              "assessed_self_published_locations": 3
            },
            "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": "weak",
        "name": "AI Readiness",
        "value": 46,
        "weight": 0.04,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "at_risk",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 26,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.484,
              "agent_instruction_files": [],
              "agent_instruction_max_bytes": null
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "no CLAUDE.md / AGENTS.md / editor rules",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_instructions",
                    "params": {}
                  }
                ],
                "max_points": 45
              },
              {
                "key": "machine_readable_docs_llms_txt",
                "name": "Machine-readable docs (llms.txt)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "legible_commit_history",
                "name": "Legible commit history",
                "detail": "45 of 93 human commits state their intent (structured subject or explanatory body)",
                "points": 25.8,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 45,
                      "sampled": 93
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "moderate",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 58,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "package-lock.json"
              ],
              "has_dockerfile": false,
              "typed_language": false,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": true,
              "typecheck_configs": [],
              "agent_commit_share": 0,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": 0.07
            },
            "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": "eslint.config.js",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "eslint.config.js"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": "lockfile",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "lockfile"
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "7 of the last 100 commits are automated dependency updates",
                "points": 8,
                "status": "met",
                "details": [
                  {
                    "code": "dependency_bot_commits",
                    "params": {
                      "count": 7,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 7",
                "points": 7,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "moderate",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 55,
            "inputs": {
              "primary_language": "JavaScript",
              "largest_source_bytes": 7686,
              "source_files_sampled": 16,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "JavaScript without a type-check config",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_typecheck_config_language",
                    "params": {
                      "language": "JavaScript"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "0/16 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 16,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
      }
    ],
    "classification": {
      "top": [
        "library"
      ],
      "labels": [
        "library"
      ],
      "scores": {
        "library": 10.4
      },
      "primary": "library",
      "evidence": [
        {
          "tier": "declared",
          "label": "library",
          "source": "npm.entry",
          "weight": 8
        },
        {
          "tier": "distribution",
          "label": "library",
          "source": "registry:npm",
          "weight": 6
        },
        {
          "tier": "declared",
          "label": "library",
          "source": "npm.private",
          "weight": -3.6
        }
      ],
      "artifacts": [
        {
          "path": "__test-package__/package.json",
          "labels": [],
          "ecosystem": "npm"
        },
        {
          "path": "package.json",
          "labels": [
            "library"
          ],
          "ecosystem": "npm"
        }
      ],
      "confidence": "high",
      "host_extension": false,
      "runs_as_process": false,
      "consumed_by_code": true
    },
    "metrics_version": "2.5.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
  ],
  "report_type": "repository",
  "generated_at": "2026-08-05T16:10:28.352389Z",
  "schema_version": "0.31.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/localnerve/sass-asset-functions.svg",
  "full_name": "localnerve/sass-asset-functions",
  "license_state": "standard",
  "license_spdx": "MIT"
}

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.5.0, schema v0.31.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsnpm.