Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-09-25 10:35 UTC

obsidianmd / eslint-plugin

Check your Obsidian plugin against the official developer guidelines.

TypeScriptMIT★ 111 stars⑂ 25 forkssince Mar 2024View on GitHub ↗
KindLibraryCommand-line toolPluginhow this is determined

obsidianmd/eslint-plugin holds a health index of 89 out of 100, placing it in the Excellent band. It scores highest on Engineering Quality (90/100) and lowest on Security (62/100). It was last updated 21 days ago. 2 contributors account for most of its recent work.

89
overall / 100
Excellent

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.

89
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 75 is calibrated to 89 on the published index scale (record calibration 2026-08-02).

Ownership

Obsidian.mdOrganization
14,527 followers18 public repossince May 2020

This repository is backed by an organization — shared, accountable stewardship that can outlive any single maintainer.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
npmeslint-plugin-obsidianmd0.4.284,5032431 days agoeslinteslintplugineslint-pluginobsidianobsdmd

Metrics by category

Vitality

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

84Excellent · 21% of overall
How it's scored
28.8/36Push recency — last push 21 days ago
17.3/36Commit cadence — 25/52 weeks with commits
18/18Commit volume — 179 commits in the last year
10/10OpenSSF Scorecard: Maintained — 8 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year179
human_commit_share0.96
days_since_last_push21
active_weeks_last_year25

Release discipline

100Exceptional
How it's scored
27/27Ships releases — 23 releases published
36/36Release recency — latest release 31 days ago
27/27Release cadence — a release every ~14 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count23
latest_release_tag0.4.2
releases_from_tagsno
days_since_latest_release31
mean_days_between_releases14
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?

64Moderate · 17% of overall
How it's scored
33.1/60Stars — 111 stars
11.5/25Forks — 25 forks
2.7/15Watchers — 4 watchers
Inputs used
forks25
stars111
watchers4
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (MIT)
18/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges0
has_contributingyes
has_issue_templateno
has_code_of_conductno
readme_badge_services—
has_pull_request_templateno
How it's scored
65.7/80Monthly downloads — 84,503 downloads/month across npm
0/20Registry dependents — not reported by this ecosystem
Inputs used
packageseslint-plugin-obsidianmd
dependents—
ecosystemsnpm
total_downloads—
monthly_downloads84,503
unverified_packages_excluded—
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?

74Good · 23% of overall
How it's scored
25.2/54Bus factor — 2 contributor(s) cover half of all commits
13.4/22.5Commit distribution — top contributor authored 40% of commits
13.5/13.5Contributor breadth — 15 contributors
10/10OpenSSF Scorecard: Contributors — project has 4 contributing companies or organizations
Inputs used
bus_factor2
contributors_sampled15
top_contributor_share0.403
How it's scored
27.8/42Issue resolution — 66% of issues closed
23/30PR acceptance — 85/111 decided PRs merged
0/13Newcomer PR acceptance — no first-time contributor's PR decided in 30d
6/15OpenSSF Scorecard: Code-Review — Found 7/16 approved changesets -- score normalized to 4
Inputs used
merged_prs85
open_issues23
closed_issues45
prs_merged_7d0
prs_decided_7d0
prs_merged_30d0
prs_decided_30d0
issue_closed_ratio0.662
closed_unmerged_prs26
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
30/30Ownership backing — organization-owned
0/20Verified domain
25/25Owner reach — 14,527 followers of obsidianmd
21.3/25Track record — 18 public repos, account ~6 yr old
Inputs used
followers14,527
owner_typeOrganization
is_verifiedno
owner_loginobsidianmd
public_repos18
account_age_days2,331

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable — 1 package(s) on npm
35/35Publish recency — latest publish 31 days ago
20/20Version history — 24 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packageseslint-plugin-obsidianmd
ecosystemsnpm
any_deprecatedno
min_days_since_publish31

Engineering Quality

Are baseline engineering and documentation practices in place?

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

Documentation

90Excellent
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage site — https://docs.obsidian.md
10/10Repository description
10/10Topics — 1 topics
0/10Wiki
Inputs used
topicsobsidian
has_wikino
homepagehttps://docs.obsidian.md
docs_sitehttps://docs.obsidian.md
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

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

62Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
2.5/2.5CI-Tests — 8 out of 8 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
3/7.5Code-Review — Found 7/16 approved changesets -- score normalized to 4
2.5/2.5Contributors — project has 4 contributing companies or organizations
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 — 8 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10
5/5Packaging — packaging workflow detected
3/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 6
1/5SAST — SAST tool is not run on all commits -- score normalized to 2
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
0/7.5Vulnerabilities — 16 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate5.3
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_packages284
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:eslint-plugin-obsidianmd@0.4.2 runtime dependency closure — what installing the published package pulls in — 284 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.

64Moderate · 4% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
37.2/40Legible commit history — 67 of 96 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url—
legible_history_share0.698
agent_instruction_files—
agent_instruction_max_bytes—
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format config — eslint.config.mjs
11/11Static type checking — tsconfig.json
10/10Reproducible environment — lockfile
2/10Demonstrated agent practice — 1 of the last 100 commits agent-authored or agent-credited
8/8Automated maintenance — 1 of the last 100 commits are automated dependency updates
6/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 6
Inputs used
has_nixno
has_testsyes
lockfilespackage-lock.json
has_dockerfileno
typed_languageyes
bootstrap_files—
has_devcontainerno
has_linter_configyes
typecheck_configstsconfig.json
agent_commit_share0.01
toolchain_manifests—
dependency_bot_commit_share0.01
How it's scored
45/45Type-checkable code — TypeScript (statically typed)
55/55Manageable file sizes — 0/115 source files over 60KB
Inputs used
primary_languageTypeScript
largest_source_bytes39,297
source_files_sampled115
oversized_source_files0

Key facts

111GitHub stars
15contributors
179commits, last 12 months
21days since last push
23releases
2bus factor
23open issues
npmpackage ecosystems

Data collection warnings

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

More detail

Star and fork history 0 ★ / 25 ⇿
0Stars
25Forks
22Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

05101520252522025-062025-122026-07
Major 0Minor 3Patch 19

Each point covers 2 days.

OpenSSF Scorecard 5.3 / 10
5.3aggregate

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-09-25 10:35 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
10CI-Tests8 out of 8 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
4Code-ReviewFound 7/16 approved changesets -- score normalized to 4
10Contributorsproject has 4 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained8 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
6Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 6
2SASTSAST tool is not run on all commits -- score normalized to 2
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0Vulnerabilities16 existing vulnerabilities detected
Direct dependencies 20
RegistryPackageVersion constraintManifest
npm@eslint-community/eslint-plugin-eslint-comments^4.7.2package.json
npm@eslint/config-helpers^0.4.2package.json
npm@eslint/js^9.30.1package.json
npm@eslint/json0.14.0package.json
npm@microsoft/eslint-plugin-sdl^1.1.0package.json
npm@types/eslint9.6.1package.json
npm@types/node20.12.12package.json
npm@typescript-eslint/types^8.33.1package.json
npm@typescript-eslint/utils^8.33.1package.json
npmeslint>=9.19.0package.json
npmeslint-plugin-depend1.3.1package.json
npmeslint-plugin-import^2.31.0package.json
npmeslint-plugin-json-schema-validator5.1.0package.json
npmeslint-plugin-no-unsanitized^4.1.5package.json
npmeslint-plugin-security2.1.1package.json
npmglobals14.0.0package.json
npmobsidian1.12.3package.json
npmsemver^7.7.4package.json
npmtypescript5.4.5package.json
npmtypescript-eslint^8.35.1package.json
All dependencies 481

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

RegistryPackageVersionRelation
npm@eslint-community/eslint-plugin-eslint-comments4.7.2direct
npm@eslint/config-helpers0.4.2direct
npm@eslint/js9.39.4direct
npm@eslint/json0.14.0direct
npm@microsoft/eslint-plugin-sdl1.1.0direct
npm@types/eslint9.6.1direct
npm@types/node20.12.12direct
npm@typescript-eslint/types8.33.1direct
npm@typescript-eslint/types8.58.2direct
npm@typescript-eslint/utils8.33.1direct
npm@typescript-eslint/utils8.58.2direct
npmeslint9.39.4direct
npmeslint-plugin-depend1.3.1direct
npmeslint-plugin-import2.32.0direct
npmeslint-plugin-json-schema-validator5.1.0direct
npmeslint-plugin-no-unsanitized4.1.5direct
npmeslint-plugin-security1.4.0direct
npmeslint-plugin-security2.1.1direct
npmglobals14.0.0direct
npmglobals15.15.0direct
npmobsidian1.12.3direct
npmsemver6.3.1direct
npmsemver7.7.4direct
npmtypescript5.4.5direct
npmtypescript-eslint8.58.2direct
npm@babel/code-frame7.29.0indirect
npm@babel/helper-validator-identifier7.28.5indirect
npm@codemirror/state6.5.0indirect
npm@codemirror/view6.38.6indirect
npm@cspotcode/source-map-support0.8.1indirect
npm@esbuild/aix-ppc640.25.12indirect
npm@esbuild/aix-ppc640.27.7indirect
npm@esbuild/android-arm0.25.12indirect
npm@esbuild/android-arm0.27.7indirect
npm@esbuild/android-arm640.25.12indirect
npm@esbuild/android-arm640.27.7indirect
npm@esbuild/android-x640.25.12indirect
npm@esbuild/android-x640.27.7indirect
npm@esbuild/darwin-arm640.25.12indirect
npm@esbuild/darwin-arm640.27.7indirect
npm@esbuild/darwin-x640.25.12indirect
npm@esbuild/darwin-x640.27.7indirect
npm@esbuild/freebsd-arm640.25.12indirect
npm@esbuild/freebsd-arm640.27.7indirect
npm@esbuild/freebsd-x640.25.12indirect
npm@esbuild/freebsd-x640.27.7indirect
npm@esbuild/linux-arm0.25.12indirect
npm@esbuild/linux-arm0.27.7indirect
npm@esbuild/linux-arm640.25.12indirect
npm@esbuild/linux-arm640.27.7indirect
npm@esbuild/linux-ia320.25.12indirect
npm@esbuild/linux-ia320.27.7indirect
npm@esbuild/linux-loong640.25.12indirect
npm@esbuild/linux-loong640.27.7indirect
npm@esbuild/linux-mips64el0.25.12indirect
npm@esbuild/linux-mips64el0.27.7indirect
npm@esbuild/linux-ppc640.25.12indirect
npm@esbuild/linux-ppc640.27.7indirect
npm@esbuild/linux-riscv640.25.12indirect
npm@esbuild/linux-riscv640.27.7indirect
npm@esbuild/linux-s390x0.25.12indirect
npm@esbuild/linux-s390x0.27.7indirect
npm@esbuild/linux-x640.25.12indirect
npm@esbuild/linux-x640.27.7indirect
npm@esbuild/netbsd-arm640.25.12indirect
npm@esbuild/netbsd-arm640.27.7indirect
npm@esbuild/netbsd-x640.25.12indirect
npm@esbuild/netbsd-x640.27.7indirect
npm@esbuild/openbsd-arm640.25.12indirect
npm@esbuild/openbsd-arm640.27.7indirect
npm@esbuild/openbsd-x640.25.12indirect
npm@esbuild/openbsd-x640.27.7indirect
npm@esbuild/openharmony-arm640.25.12indirect
npm@esbuild/openharmony-arm640.27.7indirect
npm@esbuild/sunos-x640.25.12indirect
npm@esbuild/sunos-x640.27.7indirect
npm@esbuild/win32-arm640.25.12indirect
npm@esbuild/win32-arm640.27.7indirect
npm@esbuild/win32-ia320.25.12indirect
npm@esbuild/win32-ia320.27.7indirect
npm@esbuild/win32-x640.25.12indirect
npm@esbuild/win32-x640.27.7indirect
npm@eslint-community/eslint-utils4.9.1indirect
npm@eslint-community/regexpp4.12.2indirect
npm@eslint/compat1.3.1indirect
npm@eslint/config-array0.21.2indirect
npm@eslint/core0.17.0indirect
npm@eslint/eslintrc3.3.5indirect
npm@eslint/object-schema2.1.7indirect
npm@eslint/plugin-kit0.4.1indirect
npm@humanfs/core0.19.1indirect
npm@humanfs/node0.16.7indirect
npm@humanwhocodes/module-importer1.0.1indirect
npm@humanwhocodes/momoa3.3.10indirect
npm@humanwhocodes/retry0.4.3indirect
npm@isaacs/cliui8.0.2indirect
npm@jest/diff-sequences30.3.0indirect
npm@jest/get-type30.1.0indirect
npm@jest/schemas30.0.5indirect
npm@jridgewell/resolve-uri3.1.2indirect
npm@jridgewell/sourcemap-codec1.5.5indirect
npm@jridgewell/trace-mapping0.3.9indirect
npm@marijn/find-cluster-break1.0.2indirect
npm@nodelib/fs.scandir2.1.5indirect
npm@nodelib/fs.stat2.0.5indirect
npm@nodelib/fs.walk1.2.8indirect
npm@one-ini/wasm0.2.1indirect
npm@pkgjs/parseargs0.11.0indirect
npm@pkgr/core0.1.2indirect
npm@rtsao/scc1.1.0indirect
npm@sinclair/typebox0.34.49indirect
npm@sindresorhus/is4.6.0indirect
npm@tsconfig/node101.0.12indirect
npm@tsconfig/node121.0.11indirect
npm@tsconfig/node141.0.3indirect
npm@tsconfig/node161.0.4indirect
npm@types/codemirror5.60.8indirect
npm@types/estree1.0.8indirect
npm@types/json-schema7.0.15indirect
npm@types/json50.0.29indirect
npm@types/mocha10.0.6indirect
npm@types/semver7.7.1indirect
npm@types/tern0.23.9indirect
npm@typescript-eslint/eslint-plugin8.33.1indirect
npm@typescript-eslint/eslint-plugin8.58.2indirect
npm@typescript-eslint/parser8.33.1indirect
npm@typescript-eslint/parser8.58.2indirect
npm@typescript-eslint/project-service8.33.1indirect
npm@typescript-eslint/project-service8.58.2indirect
npm@typescript-eslint/rule-tester8.33.1indirect
npm@typescript-eslint/scope-manager8.33.1indirect
npm@typescript-eslint/scope-manager8.58.2indirect
npm@typescript-eslint/tsconfig-utils8.33.1indirect
npm@typescript-eslint/tsconfig-utils8.58.2indirect
npm@typescript-eslint/type-utils8.33.1indirect
npm@typescript-eslint/type-utils8.58.2indirect
npm@typescript-eslint/typescript-estree8.33.1indirect
npm@typescript-eslint/typescript-estree8.58.2indirect
npm@typescript-eslint/visitor-keys8.33.1indirect
npm@typescript-eslint/visitor-keys8.58.2indirect
npmacorn8.16.0indirect
npmacorn-jsx5.3.2indirect
npmacorn-walk8.3.5indirect
npmajv6.14.0indirect
npmajv8.18.0indirect
npmansi-regex5.0.1indirect
npmansi-regex6.2.2indirect
npmansi-styles4.3.0indirect
npmansi-styles5.2.0indirect
npmansi-styles6.2.3indirect
npmarg4.1.3indirect
npmargparse2.0.1indirect
npmarray-buffer-byte-length1.0.2indirect
npmarray-includes3.1.9indirect
npmarray.prototype.findlast1.2.5indirect
npmarray.prototype.findlastindex1.2.6indirect
npmarray.prototype.flat1.3.3indirect
npmarray.prototype.flatmap1.3.3indirect
npmarray.prototype.tosorted1.1.4indirect
npmarraybuffer.prototype.slice1.0.4indirect
npmastral-regex2.0.0indirect
npmasync-function1.0.0indirect
npmavailable-typed-arrays1.0.7indirect
npmbalanced-match1.0.2indirect
npmbalanced-match4.0.4indirect
npmbrace-expansion1.1.14indirect
npmbrace-expansion2.1.0indirect
npmbrace-expansion5.0.5indirect
npmbraces3.0.3indirect
npmbrowser-stdout1.3.1indirect
npmbuiltin-modules3.3.0indirect
npmcall-bind1.0.9indirect
npmcall-bind-apply-helpers1.0.2indirect
npmcall-bound1.0.4indirect
npmcallsites3.1.0indirect
npmcamelcase6.3.0indirect
npmchalk4.1.2indirect
npmchange-case5.4.4indirect
npmchar-regex1.0.2indirect
npmchokidar4.0.3indirect
npmcliui8.0.1indirect
npmcolor-convert2.0.1indirect
npmcolor-name1.1.4indirect
npmcommander14.0.3indirect
npmconcat-map0.0.1indirect
npmcosmiconfig9.0.1indirect
npmcreate-require1.1.1indirect
npmcrelt1.0.6indirect
npmcross-spawn7.0.6indirect
npmdata-view-buffer1.0.2indirect
npmdata-view-byte-length1.0.2indirect
npmdata-view-byte-offset1.0.1indirect
npmdebug3.2.7indirect
npmdebug4.4.3indirect
npmdecamelize4.0.0indirect
npmdeep-is0.1.4indirect
npmdeepmerge4.3.1indirect
npmdefine-data-property1.1.4indirect
npmdefine-properties1.2.1indirect
npmdiff4.0.4indirect
npmdiff8.0.4indirect
npmdoctrine2.1.0indirect
npmdot-prop10.1.0indirect
npmdunder-proto1.0.1indirect
npmeastasianwidth0.2.0indirect
npmeditorconfig3.0.2indirect
npmemoji-regex8.0.0indirect
npmemoji-regex9.2.2indirect
npmemojilib2.4.0indirect
npmempathic2.0.0indirect
npmenhanced-resolve5.20.1indirect
npmenv-paths2.2.1indirect
npmerror-ex1.3.4indirect
npmes-abstract1.24.2indirect
npmes-define-property1.0.1indirect
npmes-errors1.3.0indirect
npmes-iterator-helpers1.3.2indirect
npmes-object-atoms1.1.1indirect
npmes-set-tostringtag2.1.0indirect
npmes-shim-unscopables1.1.0indirect
npmes-to-primitive1.3.0indirect
npmesbuild0.25.12indirect
npmesbuild0.27.7indirect
npmescalade3.2.0indirect
npmescape-string-regexp4.0.0indirect
npmeslint-compat-utils0.5.1indirect
npmeslint-doc-generator3.3.2indirect
npmeslint-import-resolver-node0.3.10indirect
npmeslint-module-utils2.12.1indirect
npmeslint-plugin-es-x7.8.0indirect
npmeslint-plugin-eslint-plugin7.3.3indirect
npmeslint-plugin-n17.10.3indirect
npmeslint-plugin-react7.37.3indirect
npmeslint-scope8.4.0indirect
npmeslint-visitor-keys3.4.3indirect
npmeslint-visitor-keys4.2.1indirect
npmeslint-visitor-keys5.0.1indirect
npmespree10.4.0indirect
npmespree9.6.1indirect
npmesquery1.7.0indirect
npmesrecurse4.3.0indirect
npmestraverse5.3.0indirect
npmesutils2.0.3indirect
npmfast-deep-equal3.1.3indirect
npmfast-glob3.3.3indirect
npmfast-json-stable-stringify2.1.0indirect
npmfast-levenshtein2.0.6indirect
npmfast-uri3.1.2indirect
npmfastq1.20.1indirect
npmfdir6.5.0indirect
npmfile-entry-cache8.0.0indirect
npmfill-range7.1.1indirect
npmfind-up5.0.0indirect
npmflat5.0.2indirect
npmflat-cache4.0.1indirect
npmflatted3.4.2indirect
npmfor-each0.3.5indirect
npmforeground-child3.3.1indirect
npmfsevents2.3.3indirect
npmfunction-bind1.1.2indirect
npmfunction.prototype.name1.1.8indirect
npmfunctions-have-names1.2.3indirect
npmgenerator-function2.0.1indirect
npmget-caller-file2.0.5indirect
npmget-intrinsic1.3.0indirect
npmget-proto1.0.1indirect
npmget-symbol-description1.1.0indirect
npmget-tsconfig4.14.0indirect
npmglob10.5.0indirect
npmglob-parent5.1.2indirect
npmglob-parent6.0.2indirect
npmglobalthis1.0.4indirect
npmgopd1.2.0indirect
npmgraceful-fs4.2.11indirect
npmgraphemer1.4.0indirect
npmhas-bigints1.1.0indirect
npmhas-flag4.0.0indirect
npmhas-property-descriptors1.0.2indirect
npmhas-proto1.2.0indirect
npmhas-symbols1.1.0indirect
npmhas-tostringtag1.0.2indirect
npmhasown2.0.2indirect
npmhe1.2.0indirect
npmignore5.3.2indirect
npmignore7.0.5indirect
npmimport-fresh3.3.1indirect
npmimurmurhash0.1.4indirect
npminternal-slot1.1.0indirect
npmis-array-buffer3.0.5indirect
npmis-arrayish0.2.1indirect
npmis-async-function2.1.1indirect
npmis-bigint1.1.0indirect
npmis-boolean-object1.2.2indirect
npmis-callable1.2.7indirect
npmis-core-module2.16.1indirect
npmis-data-view1.0.2indirect
npmis-date-object1.1.0indirect
npmis-extglob2.1.1indirect
npmis-finalizationregistry1.1.1indirect
npmis-fullwidth-code-point3.0.0indirect
npmis-generator-function1.1.2indirect
npmis-glob4.0.3indirect
npmis-map2.0.3indirect
npmis-negative-zero2.0.3indirect
npmis-number7.0.0indirect
npmis-number-object1.1.1indirect
npmis-path-inside3.0.3indirect
npmis-plain-obj2.1.0indirect
npmis-regex1.2.1indirect
npmis-set2.0.3indirect
npmis-shared-array-buffer1.0.4indirect
npmis-string1.1.1indirect
npmis-symbol1.1.1indirect
npmis-typed-array1.1.15indirect
npmis-unicode-supported0.1.0indirect
npmis-weakmap2.0.2indirect
npmis-weakref1.1.1indirect
npmis-weakset2.0.4indirect
npmisarray2.0.5indirect
npmisexe2.0.0indirect
npmiterator.prototype1.1.5indirect
npmjackspeak3.4.3indirect
npmjest-diff30.3.0indirect
npmjs-tokens4.0.0indirect
npmjs-yaml4.1.1indirect
npmjson-buffer3.0.1indirect
npmjson-parse-even-better-errors2.3.1indirect
npmjson-schema0.4.0indirect
npmjson-schema-migrate2.0.0indirect
npmjson-schema-traverse0.4.1indirect
npmjson-schema-traverse1.0.0indirect
npmjson-stable-stringify-without-jsonify1.0.1indirect
npmjson51.0.2indirect
npmjsonc-eslint-parser2.4.2indirect
npmjsx-ast-utils3.3.5indirect
npmkeyv4.5.4indirect
npmlevn0.4.1indirect
npmlines-and-columns1.2.4indirect
npmlocate-path6.0.0indirect
npmlodash.merge4.6.2indirect
npmlodash.truncate4.4.2indirect
npmlog-symbols4.1.0indirect
npmloose-envify1.4.0indirect
npmlru-cache10.4.3indirect
npmmake-error1.3.6indirect
npmmarkdown-table3.0.4indirect
npmmath-intrinsics1.1.0indirect
npmmerge21.4.1indirect
npmmicromatch4.0.8indirect
npmminimatch10.2.5indirect
npmminimatch3.1.5indirect
npmminimatch8.0.7indirect
npmminimatch9.0.9indirect
npmminimist1.2.8indirect
npmminipass7.1.3indirect
npmmocha11.7.5indirect
npmmodule-replacements2.11.0indirect
npmmoment2.29.4indirect
npmms2.1.3indirect
npmnatural-compare1.4.0indirect
npmnode-emoji2.2.0indirect
npmnode-exports-info1.6.0indirect
npmobject-assign4.1.1indirect
npmobject-inspect1.13.4indirect
npmobject-keys1.1.1indirect
npmobject.assign4.1.7indirect
npmobject.entries1.1.9indirect
npmobject.fromentries2.0.8indirect
npmobject.groupby1.0.3indirect
npmobject.values1.2.1indirect
npmoptionator0.9.4indirect
npmown-keys1.0.1indirect
npmp-limit3.1.0indirect
npmp-locate5.0.0indirect
npmpackage-json-from-dist1.0.1indirect
npmparent-module1.0.1indirect
npmparse-json5.2.0indirect
npmpath-exists4.0.0indirect
npmpath-key3.1.1indirect
npmpath-parse1.0.7indirect
npmpath-scurry1.11.1indirect
npmpicocolors1.1.1indirect
npmpicomatch2.3.2indirect
npmpicomatch4.0.4indirect
npmpossible-typed-array-names1.1.0indirect
npmprelude-ls1.2.1indirect
npmpretty-format30.3.0indirect
npmprop-types15.8.1indirect
npmpunycode2.3.1indirect
npmqueue-microtask1.2.3indirect
npmreact-is16.13.1indirect
npmreact-is18.3.1indirect
npmreaddirp4.1.2indirect
npmreflect.getprototypeof1.0.10indirect
npmregexp-tree0.1.27indirect
npmregexp.prototype.flags1.5.4indirect
npmrequire-directory2.1.1indirect
npmrequire-from-string2.0.2indirect
npmresolve2.0.0-next.6indirect
npmresolve-from4.0.0indirect
npmresolve-pkg-maps1.0.0indirect
npmret0.1.15indirect
npmreusify1.1.0indirect
npmrun-parallel1.2.0indirect
npmsafe-array-concat1.1.3indirect
npmsafe-buffer5.2.1indirect
npmsafe-push-apply1.0.0indirect
npmsafe-regex1.1.0indirect
npmsafe-regex2.1.1indirect
npmsafe-regex-test1.1.0indirect
npmserialize-javascript7.0.5indirect
npmset-function-length1.2.2indirect
npmset-function-name2.0.2indirect
npmset-proto1.0.0indirect
npmshebang-command2.0.0indirect
npmshebang-regex3.0.0indirect
npmside-channel1.1.0indirect
npmside-channel-list1.0.1indirect
npmside-channel-map1.0.1indirect
npmside-channel-weakmap1.0.2indirect
npmsignal-exit4.1.0indirect
npmskin-tone2.0.0indirect
npmslice-ansi4.0.0indirect
npmstop-iteration-iterator1.1.0indirect
npmstring-width4.2.3indirect
npmstring-width5.1.2indirect
npmstring.prototype.matchall4.0.12indirect
npmstring.prototype.repeat1.0.0indirect
npmstring.prototype.trim1.2.10indirect
npmstring.prototype.trimend1.0.9indirect
npmstring.prototype.trimstart1.0.8indirect
npmstrip-ansi6.0.1indirect
npmstrip-ansi7.2.0indirect
npmstrip-bom3.0.0indirect
npmstrip-json-comments3.1.1indirect
npmstyle-mod4.1.3indirect
npmsupports-color7.2.0indirect
npmsupports-color8.1.1indirect
npmsupports-preserve-symlinks-flag1.0.0indirect
npmsynckit0.9.3indirect
npmtable6.9.0indirect
npmtagged-tag1.0.0indirect
npmtapable2.3.2indirect
npmtinyglobby0.2.16indirect
npmto-regex-range5.0.1indirect
npmtoml-eslint-parser0.9.3indirect
npmts-api-utils2.5.0indirect
npmts-node10.9.2indirect
npmtsconfig-paths3.15.0indirect
npmtslib2.8.1indirect
npmtsx4.19.4indirect
npmtunnel-agent0.6.0indirect
npmtype-check0.4.0indirect
npmtype-fest5.5.0indirect
npmtyped-array-buffer1.0.3indirect
npmtyped-array-byte-length1.0.3indirect
npmtyped-array-byte-offset1.0.4indirect
npmtyped-array-length1.0.7indirect
npmunbox-primitive1.1.0indirect
npmundici-types5.26.5indirect
npmunicode-emoji-modifier-base1.0.0indirect
npmuri-js4.4.1indirect
npmv8-compile-cache-lib3.0.1indirect
npmw3c-keyname2.2.8indirect
npmwhich2.0.2indirect
npmwhich-boxed-primitive1.1.1indirect
npmwhich-builtin-type1.2.1indirect
npmwhich-collection1.0.2indirect
npmwhich-typed-array1.1.20indirect
npmword-wrap1.2.5indirect
npmworkerpool9.3.4indirect
npmwrap-ansi7.0.0indirect
npmwrap-ansi8.1.0indirect
npmy18n5.0.8indirect
npmyaml2.8.3indirect
npmyaml-eslint-parser1.3.2indirect
npmyargs17.7.2indirect
npmyargs-parser21.1.1indirect
npmyargs-unparser2.0.0indirect
npmyn3.1.1indirect
npmyocto-queue0.1.0indirect
Dependency advisories 0

Installing npm:eslint-plugin-obsidianmd@0.4.2 pulls in 284 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

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

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.10.0, schema v0.34.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statistics — npm.