Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-08-22 18:58 UTC

GongJr0 / SymbolicDSGE

A first and second-order DSGE engine with a fully symbolic and modifiable model backend. Includes estimation, monte carlo pipeline costruction, and regression-based equation augmentation capabilities

Python · CMIT★ 2 stars⑂ 0 forkssince Dec 2025View on GitHub ↗
KindCommand-line toolLibraryhow this is determined

GongJr0/SymbolicDSGE holds a health index of 77 out of 100, placing it in the Good band. It scores highest on Engineering Quality (96/100) and lowest on Community & Adoption (39/100). It was last updated today. A single contributor accounts for most of its recent work.

77
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.

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

Ownership

Güney KıymaçPersonal account
5 followers25 public repossince Mar 2022

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
PyPISymbolicDSGE1.4.32,6983753 days agodsgesymbolicmeasurement-augmentationmisspecificationmodel-diagnosticskalman-filterfunction-discoverymonte-carlo

Metrics by category

Vitality

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

88Excellent · 21% of overall
How it's scored
36/36Push recencylast push 0 days ago
22.8/36Commit cadence33/52 weeks with commits
18/18Commit volume1,162 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year1,162
human_commit_share0.94
days_since_last_push0
active_weeks_last_year33
How it's scored
27/27Ships releases36 releases published
36/36Release recencylatest release 6 days ago
27/27Release cadencea release every ~6.7 days
0/10OpenSSF Scorecard: Signed-ReleasesProject has not signed or included provenance with any releases.
Inputs used
releases_count36
latest_release_tagv2.0.0.dev8
releases_from_tagsno
days_since_latest_release6
mean_days_between_releases6.7

Community & Adoption

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

39Weak · 17% of overall
How it's scored
0/60Stars2 stars
0/25Forks0 forks
0/15Watchers0 watchers
Inputs used
forks0
stars2
watchers0
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized 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_badges1
has_contributingyes
has_issue_templateno
has_code_of_conductno
readme_badge_servicesshields.io
has_pull_request_templateno
How it's scored
45.7/80Monthly downloads2,698 downloads/month across pypi
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagesSymbolicDSGE
dependents
ecosystemspypi
total_downloads
monthly_downloads2,698
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?

54Moderate · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
0/22.5Commit distributiontop contributor authored 100% of commits
1.4/13.5Contributor breadth1 contributors
0/10OpenSSF Scorecard: Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
Inputs used
bus_factor1
contributors_sampled1
top_contributor_share1
How it's scored
40.3/42Issue resolution96% of issues closed
28.8/30PR acceptance207/216 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-ReviewFound 0/4 approved changesets -- score normalized to 0
Inputs used
merged_prs207
open_issues9
closed_issues213
prs_merged_7d9
prs_decided_7d9
prs_merged_30d46
prs_decided_30d46
issue_closed_ratio0.959
closed_unmerged_prs9
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 backingpersonal (user) account
0/20Verified domainnot applicable to user accounts
5.6/25Owner reach5 followers of GongJr0
19.1/25Track record25 public repos, account ~4 yr old
Inputs used
followers5
owner_typeUser
is_verified
owner_loginGongJr0
public_repos25
account_age_days1,613
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable1 package(s) on pypi
35/35Publish recencylatest publish 53 days ago
20/20Version history37 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesSymbolicDSGE
ecosystemspypi
any_deprecatedno
min_days_since_publish53

Engineering Quality

Are baseline engineering and documentation practices in place?

96Exceptional · 19% of overall
How it's scored
24/24CI workflows5 workflow(s)
24/24Tests present
16/16Linter config
9.6/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests7 out of 7 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configyes

Documentation

100Exceptional
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage sitehttps://gongjr0.github.io/SymbolicDSGE/
10/10Repository description
10/10Topics8 topics
10/10Wiki
Inputs used
topicsdsge, dsge-solution, dynamic-programming, econometrics, genetic-programming, rational-expectations-equilibrium, symbolic-computation, symbolic-regression
has_wikiyes
homepagehttps://gongjr0.github.io/SymbolicDSGE/
docs_sitehttps://gongjr0.github.io/SymbolicDSGE/
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

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

50Moderate · 16% of overall
How it's scored
6.8/7.5Binary-Artifactsbinaries present in source code
2.2/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2.5/2.5CI-Tests7 out of 7 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0/7.5Code-ReviewFound 0/4 approved changesets -- score normalized to 0
0/2.5Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
0/10Dangerous-Workflowdangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
0/5Fuzzingproject is not fuzzed
2.5/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10
0/5Packagingno data
1/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 2
0/5SASTSAST tool is not run on all commits -- score normalized to 0
0/5Security-Policysecurity policy file not detected
0/7.5Signed-ReleasesProject has not signed or included provenance with any releases.
7.5/7.5Token-PermissionsGitHub workflow tokens follow principle of least privilege
0/7.5Vulnerabilities24 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate3.8
Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisoriesno direct dependency carries a known advisory
25/25Indirect dependencies free of known advisoriesno indirect dependency carries a known advisory
0/40No advisories left outstandingno advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages22
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 pypi:SymbolicDSGE@1.4.3 runtime dependency closure — what installing the published package pulls in — 22 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 instructionsno CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
38/40Legible commit history67 of 94 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.713
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format config
11/11Static type checkingSymbolicDSGE/py.typed, mypy.ini, sdsge-ui/frontend/tsconfig.json
10/10Reproducible environmentlockfile
0/10Demonstrated agent practiceno agent-authored commits among the last 100
8/8Automated maintenance6 of the last 100 commits are automated dependency updates
2/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 2
Inputs used
has_nixno
has_testsyes
lockfilespackage-lock.json, uv.lock
has_dockerfileno
typed_languageno
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configsSymbolicDSGE/py.typed, mypy.ini, sdsge-ui/frontend/tsconfig.json
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0.06
How it's scored
27/45Type-checkable codePython with type-check config (SymbolicDSGE/py.typed, mypy.ini, sdsge-ui/frontend/tsconfig.json)
54.7/55Manageable file sizes3/515 source files over 60KB
Inputs used
primary_languagePython
largest_source_bytes128,946
source_files_sampled515
oversized_source_files3
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)not applicable to this kind of software
0/20MCP servernot applicable to this kind of software
40/40Runnable examplesnotebooks
Inputs used
example_dirsnotebooks
has_mcp_signalno
api_schema_files
interfaces_expected_of
Excluded from scoring (no data or not applicable): API schema (OpenAPI/GraphQL/proto), MCP server. Remaining weights renormalized.

Key facts

2GitHub stars
1contributors
1,162commits, last 12 months
0days since last push
36releases
1bus factor
9open issues
PyPIpackage ecosystems

Data collection warnings

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

More detail

OpenSSF Scorecard 3.8 / 10
3.8aggregate

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-22 18:58 UTC

9Binary-Artifactsbinaries present in source code
3Branch-Protectionbranch protection is not maximal on development and all release branches
10CI-Tests7 out of 7 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/4 approved changesets -- score normalized to 0
0Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
0Dangerous-Workflowdangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10
n/aPackagingpackaging workflow not detected
2Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 2
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
0Signed-ReleasesProject has not signed or included provenance with any releases.
10Token-PermissionsGitHub workflow tokens follow principle of least privilege
0Vulnerabilities24 existing vulnerabilities detected
Direct dependencies 11
RegistryPackageVersion constraintManifest
PyPIcloudpickle>=3.1.2pyproject.toml
PyPImatplotlib>=3.11.1pyproject.toml
PyPInumba>=0.62.1,!=0.66.0pyproject.toml
PyPInumpy>=2.3.5pyproject.toml
PyPIpandas>=2.3.3pyproject.toml
PyPIparquet-engine>=0.1.2pyproject.toml
PyPIpsutil>=7.2.2pyproject.toml
PyPIpyyaml>=6.0.3pyproject.toml
PyPIscipy>=1.16.3pyproject.toml
PyPIstatsmodels>=0.14.6pyproject.toml
PyPIsympy>=1.14.0pyproject.toml
All dependencies 387

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

RegistryPackageVersionRelation
PyPIcloudpickle3.1.2direct
PyPImatplotlib3.11.1direct
PyPInumba0.67.0direct
PyPInumpy2.4.6direct
PyPInumpy2.5.2direct
PyPIpandas3.0.5direct
PyPIparquet-engine0.1.2direct
PyPIpsutil7.2.2direct
PyPIpyyaml6.0.3direct
PyPIscipy1.17.1direct
PyPIscipy1.18.0direct
PyPIstatsmodels0.14.6direct
PyPIsympy1.14.0direct
npm@babel/code-frame7.29.7indirect
npm@babel/compat-data7.29.7indirect
npm@babel/core7.29.7indirect
npm@babel/generator7.29.7indirect
npm@babel/helper-compilation-targets7.29.7indirect
npm@babel/helper-globals7.29.7indirect
npm@babel/helper-module-imports7.29.7indirect
npm@babel/helper-module-transforms7.29.7indirect
npm@babel/helper-plugin-utils7.29.7indirect
npm@babel/helper-string-parser7.29.7indirect
npm@babel/helper-validator-identifier7.29.7indirect
npm@babel/helper-validator-option7.29.7indirect
npm@babel/helpers7.29.7indirect
npm@babel/parser7.29.7indirect
npm@babel/plugin-transform-react-jsx-self7.29.7indirect
npm@babel/plugin-transform-react-jsx-source7.29.7indirect
npm@babel/template7.29.7indirect
npm@babel/traverse7.29.7indirect
npm@babel/types7.29.7indirect
npm@esbuild/aix-ppc640.25.12indirect
npm@esbuild/android-arm0.25.12indirect
npm@esbuild/android-arm640.25.12indirect
npm@esbuild/android-x640.25.12indirect
npm@esbuild/darwin-arm640.25.12indirect
npm@esbuild/darwin-x640.25.12indirect
npm@esbuild/freebsd-arm640.25.12indirect
npm@esbuild/freebsd-x640.25.12indirect
npm@esbuild/linux-arm0.25.12indirect
npm@esbuild/linux-arm640.25.12indirect
npm@esbuild/linux-ia320.25.12indirect
npm@esbuild/linux-loong640.25.12indirect
npm@esbuild/linux-mips64el0.25.12indirect
npm@esbuild/linux-ppc640.25.12indirect
npm@esbuild/linux-riscv640.25.12indirect
npm@esbuild/linux-s390x0.25.12indirect
npm@esbuild/linux-x640.25.12indirect
npm@esbuild/netbsd-arm640.25.12indirect
npm@esbuild/netbsd-x640.25.12indirect
npm@esbuild/openbsd-arm640.25.12indirect
npm@esbuild/openbsd-x640.25.12indirect
npm@esbuild/openharmony-arm640.25.12indirect
npm@esbuild/sunos-x640.25.12indirect
npm@esbuild/win32-arm640.25.12indirect
npm@esbuild/win32-ia320.25.12indirect
npm@esbuild/win32-x640.25.12indirect
npm@handsontable/pikaday1.0.0indirect
npm@handsontable/react-wrapper17.1.0indirect
npm@jridgewell/gen-mapping0.3.13indirect
npm@jridgewell/remapping2.3.5indirect
npm@jridgewell/resolve-uri3.1.2indirect
npm@jridgewell/sourcemap-codec1.5.5indirect
npm@jridgewell/trace-mapping0.3.31indirect
npm@kurkle/color0.3.4indirect
npm@monaco-editor/loader1.7.0indirect
npm@monaco-editor/react4.7.0indirect
npm@rolldown/pluginutils1.0.0-rc.3indirect
npm@rollup/rollup-android-arm-eabi4.61.1indirect
npm@rollup/rollup-android-arm644.61.1indirect
npm@rollup/rollup-darwin-arm644.61.1indirect
npm@rollup/rollup-darwin-x644.61.1indirect
npm@rollup/rollup-freebsd-arm644.61.1indirect
npm@rollup/rollup-freebsd-x644.61.1indirect
npm@rollup/rollup-linux-arm-gnueabihf4.61.1indirect
npm@rollup/rollup-linux-arm-musleabihf4.61.1indirect
npm@rollup/rollup-linux-arm64-gnu4.61.1indirect
npm@rollup/rollup-linux-arm64-musl4.61.1indirect
npm@rollup/rollup-linux-loong64-gnu4.61.1indirect
npm@rollup/rollup-linux-loong64-musl4.61.1indirect
npm@rollup/rollup-linux-ppc64-gnu4.61.1indirect
npm@rollup/rollup-linux-ppc64-musl4.61.1indirect
npm@rollup/rollup-linux-riscv64-gnu4.61.1indirect
npm@rollup/rollup-linux-riscv64-musl4.61.1indirect
npm@rollup/rollup-linux-s390x-gnu4.61.1indirect
npm@rollup/rollup-linux-x64-gnu4.61.1indirect
npm@rollup/rollup-linux-x64-musl4.61.1indirect
npm@rollup/rollup-openbsd-x644.61.1indirect
npm@rollup/rollup-openharmony-arm644.61.1indirect
npm@rollup/rollup-win32-arm64-msvc4.61.1indirect
npm@rollup/rollup-win32-ia32-msvc4.61.1indirect
npm@rollup/rollup-win32-x64-gnu4.61.1indirect
npm@rollup/rollup-win32-x64-msvc4.61.1indirect
npm@types/babel__core7.20.5indirect
npm@types/babel__generator7.27.0indirect
npm@types/babel__template7.4.4indirect
npm@types/babel__traverse7.28.0indirect
npm@types/d3-color3.1.3indirect
npm@types/d3-drag3.0.7indirect
npm@types/d3-interpolate3.0.4indirect
npm@types/d3-selection3.0.11indirect
npm@types/d3-transition3.0.9indirect
npm@types/d3-zoom3.0.8indirect
npm@types/estree1.0.9indirect
npm@types/node25.9.1indirect
npm@types/react19.2.17indirect
npm@types/react-dom19.2.3indirect
npm@types/ws8.18.1indirect
npm@vitejs/plugin-react5.2.0indirect
npm@vscode/l10n0.0.18indirect
npm@xyflow/react12.11.0indirect
npm@xyflow/system0.0.77indirect
npmbaseline-browser-mapping2.10.34indirect
npmbignumber.js9.3.1indirect
npmbrowserslist4.28.2indirect
npmcaniuse-lite1.0.30001793indirect
npmchart.js4.5.1indirect
npmchevrotain6.5.0indirect
npmclasscat5.0.5indirect
npmconvert-source-map2.0.0indirect
npmcsstype3.2.3indirect
npmd3-color3.1.0indirect
npmd3-dispatch3.0.1indirect
npmd3-drag3.0.0indirect
npmd3-ease3.0.1indirect
npmd3-interpolate3.0.1indirect
npmd3-selection3.0.0indirect
npmd3-timer3.0.1indirect
npmd3-transition3.0.1indirect
npmd3-zoom3.0.0indirect
npmdebug4.4.3indirect
npmdompurify3.1.7indirect
npmelectron-to-chromium1.5.368indirect
npmesbuild0.25.12indirect
npmescalade3.2.0indirect
npmfdir6.5.0indirect
npmfsevents2.3.3indirect
npmgensync1.0.0-beta.2indirect
npmhandsontable17.1.0indirect
npmhyperformula3.3.0indirect
npmjs-tokens4.0.0indirect
npmjsesc3.1.0indirect
npmjson52.2.3indirect
npmjsonc-parser3.3.1indirect
npmlru-cache5.1.1indirect
npmlucide-react0.468.0indirect
npmmarked14.0.0indirect
npmmoment2.30.1indirect
npmmonaco-editor0.54.0indirect
npmmonaco-languageserver-types0.4.1indirect
npmmonaco-marker-data-provider1.2.5indirect
npmmonaco-types0.1.2indirect
npmmonaco-worker-manager2.0.1indirect
npmmonaco-yaml5.5.1indirect
npmms2.1.3indirect
npmnanoid3.3.12indirect
npmnode-releases2.0.47indirect
npmnumbro2.5.0indirect
npmpath-browserify1.0.1indirect
npmpicocolors1.1.1indirect
npmpicomatch4.0.4indirect
npmpostcss8.5.15indirect
npmprettier3.8.3indirect
npmproxy-disposable1.0.0indirect
npmpyright1.1.410indirect
npmreact19.2.7indirect
npmreact-chartjs-25.3.1indirect
npmreact-dom19.2.7indirect
npmreact-refresh0.18.0indirect
npmregexp-to-ast0.4.0indirect
npmrollup4.61.1indirect
npmscheduler0.27.0indirect
npmsemver6.3.1indirect
npmsource-map-js1.2.1indirect
npmstate-local1.0.7indirect
npmtiny-emitter2.1.0indirect
npmtinyglobby0.2.17indirect
npmtypescript5.9.3indirect
npmundici-types7.24.6indirect
npmupdate-browserslist-db1.2.3indirect
npmuse-sync-external-store1.6.0indirect
npmvite6.4.3indirect
npmvscode-jsonrpc9.0.0indirect
npmvscode-languageserver-protocol3.18.0indirect
npmvscode-languageserver-textdocument1.0.12indirect
npmvscode-languageserver-types3.18.0indirect
npmvscode-uri3.1.0indirect
npmws8.21.0indirect
npmyallist3.1.1indirect
npmyaml2.9.0indirect
npmzustand4.5.7indirect
PyPIannotated-doc0.0.5indirect
PyPIannotated-types0.8.0indirect
PyPIanyio4.14.2indirect
PyPIappnope0.1.4indirect
PyPIargon2-cffi25.1.0indirect
PyPIargon2-cffi-bindings25.1.0indirect
PyPIarrow1.4.0indirect
PyPIast-serialize0.8.0indirect
PyPIasttokens3.0.2indirect
PyPIasync-lru2.3.0indirect
PyPIattrs26.1.0indirect
PyPIbabel2.18.0indirect
PyPIbackrefs8.0indirect
PyPIbeautifulsoup44.15.0indirect
PyPIblack26.5.1indirect
PyPIbleach6.4.0indirect
PyPIcertifi2026.7.22indirect
PyPIcffi2.1.1indirect
PyPIcfgv3.5.0indirect
PyPIcharset-normalizer3.5.1indirect
PyPIclick8.4.2indirect
PyPIcolorama0.4.6indirect
PyPIcomm0.2.3indirect
PyPIcontourpy1.3.3indirect
PyPIcoverage7.15.4indirect
PyPIcycler0.12.1indirect
PyPIcython3.2.9indirect
PyPIcython-lint0.21.0indirect
PyPIdebugpy1.8.21indirect
PyPIdefusedxml0.7.1indirect
PyPIdistlib0.4.3indirect
PyPIexecnet2.1.2indirect
PyPIexecuting2.2.1indirect
PyPIfastapi0.141.1indirect
PyPIfastjsonschema2.22.2indirect
PyPIfilelock3.32.3indirect
PyPIfonttools4.63.0indirect
PyPIfqdn1.5.1indirect
PyPIfredapi0.5.2indirect
PyPIghp-import2.1.0indirect
PyPIh110.16.0indirect
PyPIhttpcore1.0.9indirect
PyPIhttpcore22.12.0indirect
PyPIhttptools0.8.0indirect
PyPIhttpx0.28.1indirect
PyPIhttpx22.12.0indirect
PyPIhttpx2-jsfetch1.0indirect
PyPIidentify2.6.19indirect
PyPIidna3.18indirect
PyPIiniconfig2.3.0indirect
PyPIipykernel7.3.0indirect
PyPIipython9.16.1indirect
PyPIipython-pygments-lexers1.1.1indirect
PyPIipywidgets8.1.8indirect
PyPIisoduration20.11.0indirect
PyPIjedi0.20.0indirect
PyPIjinja23.1.6indirect
PyPIjoblib1.5.3indirect
PyPIjson50.15.0indirect
PyPIjsonpointer3.1.1indirect
PyPIjsonschema4.26.0indirect
PyPIjsonschema-specifications2025.9.1indirect
PyPIjuliacall0.9.26indirect
PyPIjuliapkg0.1.26indirect
PyPIjupyter1.1.1indirect
PyPIjupyter-builder1.2.2indirect
PyPIjupyter-client8.9.1indirect
PyPIjupyter-console6.6.3indirect
PyPIjupyter-core5.9.1indirect
PyPIjupyter-events0.12.1indirect
PyPIjupyter-lsp2.3.1indirect
PyPIjupyter-server2.20.0indirect
PyPIjupyter-server-terminals0.5.4indirect
PyPIjupyterlab4.6.3indirect
PyPIjupyterlab-execute-time3.3.0indirect
PyPIjupyterlab-pygments0.3.0indirect
PyPIjupyterlab-server2.28.0indirect
PyPIjupyterlab-widgets3.0.16indirect
PyPIjupytext1.19.5indirect
PyPIkiwisolver1.5.0indirect
PyPIlark1.3.1indirect
PyPIlibrt0.15.0indirect
PyPIllvmlite0.49.0indirect
PyPImarkdown3.10.3indirect
PyPImarkdown-it-py4.2.0indirect
PyPImarkupsafe3.0.3indirect
PyPImatplotlib-inline0.2.2indirect
PyPImatplotlib-stubs0.3.11indirect
PyPImdit-py-plugins0.6.1indirect
PyPImdurl0.1.2indirect
PyPImergedeep1.3.4indirect
PyPImike2.2.0indirect
PyPImistune3.3.4indirect
PyPImkdocs1.6.1indirect
PyPImkdocs-charts-plugin0.0.13indirect
PyPImkdocs-get-deps0.2.2indirect
PyPImkdocs-material9.7.7indirect
PyPImkdocs-material-extensions1.3.1indirect
PyPImpmath1.3.0indirect
PyPImypy2.3.1indirect
PyPImypy-extensions1.1.0indirect
PyPInarwhals2.24.0indirect
PyPInbclient0.11.0indirect
PyPInbconvert7.17.1indirect
PyPInbformat5.11.0indirect
PyPInest-asyncio21.7.2indirect
PyPInodeenv1.10.0indirect
PyPInotebook7.6.2indirect
PyPInotebook-shim0.2.4indirect
PyPInumpy-typing-compat20251206.2.4indirect
PyPInumpy-typing-compat20260602.2.5indirect
PyPIoptype0.17.1indirect
PyPIoptype0.18.0indirect
PyPIoverrides7.7.0indirect
PyPIpackaging26.3indirect
PyPIpaginate0.5.7indirect
PyPIpandas-stubs3.0.5.260730indirect
PyPIpandocfilters1.5.1indirect
PyPIparso0.8.7indirect
PyPIpathspec1.1.1indirect
PyPIpatsy1.0.2indirect
PyPIpexpect4.9.0indirect
PyPIpillow12.3.0indirect
PyPIpip26.2.1indirect
PyPIplatformdirs4.11.3indirect
PyPIpluggy1.6.0indirect
PyPIpre-commit4.6.2indirect
PyPIprometheus-client0.26.0indirect
PyPIprompt-toolkit3.0.53indirect
PyPIptyprocess0.7.0indirect
PyPIpure-eval0.2.3indirect
PyPIpycodestyle2.14.0indirect
PyPIpycparser3.0indirect
PyPIpydantic2.13.4indirect
PyPIpydantic-core2.46.4indirect
PyPIpygments2.20.0indirect
PyPIpymdown-extensions11.0.1indirect
PyPIpyparsing3.3.2indirect
PyPIpysr1.5.10indirect
PyPIpytest9.1.1indirect
PyPIpytest-cov7.1.0indirect
PyPIpytest-xdist3.8.0indirect
PyPIpython-dateutil2.9.0.post0indirect
PyPIpython-discovery1.5.2indirect
PyPIpython-dotenv1.2.3indirect
PyPIpython-json-logger4.2.0indirect
PyPIpytokens0.4.1indirect
PyPIpywinpty3.0.5indirect
PyPIpyyaml-env-tag1.1indirect
PyPIpyzmq27.1.0indirect
PyPIreferencing0.37.0indirect
PyPIrequests2.34.2indirect
PyPIrfc3339-validator0.1.4indirect
PyPIrfc3986-validator0.1.1indirect
PyPIrfc3987-syntax1.1.0indirect
PyPIrpds-py2026.6.3indirect
PyPIscikit-learn1.9.0indirect
PyPIscipy-stubs1.17.1.5indirect
PyPIscipy-stubs1.18.0.1indirect
PyPIsemver3.0.4indirect
PyPIsend2trash2.1.0indirect
PyPIsetuptools84.0.0indirect
PyPIsix1.17.0indirect
PyPIsoupsieve2.9.2indirect
PyPIstack-data0.6.3indirect
PyPIstarlette1.6.0indirect
PyPIsymbolicdsge2.0.0.dev8indirect
PyPItabulate0.10.0indirect
PyPIterminado0.18.1indirect
PyPIthreadpoolctl3.6.0indirect
PyPItinycss21.5.1indirect
PyPItokenize-rt6.2.0indirect
PyPItomli2.4.1indirect
PyPItomlkit0.15.1indirect
PyPItornado6.5.8indirect
PyPItraitlets5.16.1indirect
PyPItruststore0.10.4indirect
PyPItypes-pyyaml6.0.12.20260815indirect
PyPItyping-extensions4.16.0indirect
PyPItyping-inspection0.4.4indirect
PyPItzdata2026.3indirect
PyPIuri-template1.3.0indirect
PyPIurllib32.7.0indirect
PyPIuvicorn0.52.3indirect
PyPIuvloop0.22.1indirect
PyPIverspec0.1.0indirect
PyPIvirtualenv21.7.4indirect
PyPIwatchdog6.0.0indirect
PyPIwatchfiles1.2.0indirect
PyPIwcwidth0.8.2indirect
PyPIwebcolors25.10.0indirect
PyPIwebencodings0.6.1indirect
PyPIwebsocket-client1.9.0indirect
PyPIwebsockets17.0.1indirect
PyPIwidgetsnbextension4.0.15indirect
Dependency advisories 0

Installing pypi:SymbolicDSGE@1.4.3 pulls in 22 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 statisticsPyPI.