Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-08-22 15:52 UTC

CodySwannGT / lisa

Claude Code governance framework - guardrails, guidance, and automated enforcement for AI-assisted development

TypeScript · JavaScriptMIT★ 3 stars⑂ 3 forkssince Jan 2026View on GitHub ↗
KindLibraryCommand-line toolhow this is determined

CodySwannGT/lisa holds a health index of 77 out of 100, placing it in the Good band. It scores highest on Vitality (92/100) and lowest on Community & Adoption (45/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

Cody SwannPersonal account
13 followers17 public repossince Jun 2010

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@codyswann/lisa3.56.0216,2751,3890 days agoclaudeclaude-codegovernancelintingconfiguration

Metrics by category

Vitality

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

92Excellent · 21% of overall
How it's scored
36/36Push recencylast push 0 days ago
21.5/36Commit cadence31/52 weeks with commits
18/18Commit volume6,499 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_year6,499
human_commit_share0.51
days_since_last_push0
active_weeks_last_year31

Release discipline

100Exceptional
How it's scored
27/27Ships releases100 releases published
36/36Release recencylatest release 0 days ago
27/27Release cadencea release every ~0 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count100
latest_release_tagv3.56.0
releases_from_tagsno
days_since_latest_release0
mean_days_between_releases0
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?

45Weak · 17% of overall
How it's scored
4.9/60Stars3 stars
2.5/25Forks3 forks
0/15Watchers0 watchers
Inputs used
forks3
stars3
watchers0
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (MIT)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges0
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_services
has_pull_request_templateyes
How it's scored
71.1/80Monthly downloads216,275 downloads/month across npm
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packages@codyswann/lisa
dependents
ecosystemsnpm
total_downloads
monthly_downloads216,275
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?

58Moderate · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
0.2/22.5Commit distributiontop contributor authored 99% of commits
4.1/13.5Contributor breadth3 contributors
6/10OpenSSF Scorecard: Contributorsproject has 2 contributing companies or organizations -- score normalized to 6
Inputs used
bus_factor1
contributors_sampled3
top_contributor_share0.989
How it's scored
39.4/42Issue resolution94% of issues closed
29.6/30PR acceptance1,657/1,681 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-ReviewFound 0/12 approved changesets -- score normalized to 0
Inputs used
merged_prs1,657
open_issues76
closed_issues1,178
prs_merged_7d60
prs_decided_7d60
prs_merged_30d60
prs_decided_30d60
issue_closed_ratio0.939
closed_unmerged_prs24
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
8.2/25Owner reach13 followers of CodySwannGT
21.1/25Track record17 public repos, account ~16 yr old
Inputs used
followers13
owner_typeUser
is_verified
owner_loginCodySwannGT
public_repos17
account_age_days5,926
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 npm
35/35Publish recencylatest publish 0 days ago
20/20Version history1,389 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packages@codyswann/lisa
ecosystemsnpm
any_deprecatedno
min_days_since_publish0

Engineering Quality

Are baseline engineering and documentation practices in place?

76Good · 19% of overall
How it's scored
24/24CI workflows30 workflow(s)
24/24Tests present
16/16Linter config.rubocop.yml
0/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_configno
How it's scored
30/30README
25/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
0/10Topics
0/10Wiki
Inputs used
topics
has_wikino
homepage
docs_site
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

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

48Weak · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
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/12 approved changesets -- score normalized to 0
1.5/2.5Contributorsproject has 2 contributing companies or organizations -- score normalized to 6
10/10Dangerous-Workflowno dangerous workflow patterns detected
0/7.5Dependency-Update-Toolno update tool detected
5/5Fuzzingproject is 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
5/5SASTSAST tool detected
0/5Security-Policysecurity policy file not detected
0/7.5Signed-Releasesno data
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0/7.5Vulnerabilities15 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate4.8
Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.

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.

84Excellent · 4% of overall
How it's scored
45/45Agent instructions.claude-pr/CLAUDE.md, AGENTS.md, CLAUDE.md
0/15Machine-readable docs (llms.txt)
37.6/40Legible commit history36 of 51 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.706
agent_instruction_files.claude-pr/CLAUDE.md, AGENTS.md, CLAUDE.md
agent_instruction_max_bytes7,600
How it's scored
18/18One-command bootstraprails/create-only/.mise.toml
22/22Automated tests
11/11Lint / format config.rubocop.yml
11/11Static type checkingcdk/copy-overwrite/tsconfig.json, expo/copy-overwrite/tsconfig.json, expo/create-only/tsconfig.json, harper-fabric/copy-overwrite/tsconfig.json, nestjs/copy-overwrite/tsconfig.json, phaser/copy-overwrite/tsconfig.json, tsconfig.json, typescript/copy-overwrite/tsconfig.json
0/10Reproducible environment
10/10Demonstrated agent practice49 of the last 100 commits agent-authored or agent-credited
0/8Automated maintenanceno automated dependency updates observed
2/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 2
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileno
typed_languageyes
bootstrap_filesrails/create-only/.mise.toml
has_devcontainerno
has_linter_configyes
typecheck_configscdk/copy-overwrite/tsconfig.json, expo/copy-overwrite/tsconfig.json, expo/create-only/tsconfig.json, harper-fabric/copy-overwrite/tsconfig.json, nestjs/copy-overwrite/tsconfig.json, phaser/copy-overwrite/tsconfig.json, tsconfig.json, typescript/copy-overwrite/tsconfig.json
agent_commit_share0.49
toolchain_manifests
dependency_bot_commit_share0
How it's scored
45/45Type-checkable codeTypeScript (statically typed)
54.6/55Manageable file sizes13/1,957 source files over 60KB
Inputs used
primary_languageTypeScript
largest_source_bytes926,888
source_files_sampled1,957
oversized_source_files13
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)not applicable to this kind of software
20/20MCP server
40/40Runnable examplesexamples
Inputs used
example_dirsexamples
has_mcp_signalyes
api_schema_files
interfaces_expected_of
Excluded from scoring (no data or not applicable): API schema (OpenAPI/GraphQL/proto). Remaining weights renormalized.

Key facts

3GitHub stars
3contributors
6,499commits, last 12 months
0days since last push
100releases
1bus factor
76open issues
npmpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • Could not fetch npm package '@codyswann/eslint-plugin-phaser' from its registry
  • Could not fetch npm package '@codyswann/eslint-plugin-ui-standards' from its registry
  • Could not fetch npm package '@codyswann/eslint-plugin-code-organization' from its registry
  • Could not fetch npm package '@codyswann/eslint-plugin-component-structure' from its registry
  • GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository
  • deps.dev does not index npm:@codyswann/lisa@3.56.0; advisories assessed against the repository dependency graph instead

More detail

Star and fork history 0 ★ / 3 ⇿
0Stars
3Forks

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.

12233312026-012026-042026-07
OpenSSF Scorecard 4.8 / 10
4.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 15:51 UTC

10Binary-Artifactsno binaries found in the repo
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/12 approved changesets -- score normalized to 0
6Contributorsproject has 2 contributing companies or organizations -- score normalized to 6
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
10Fuzzingproject is 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
10SASTSAST tool detected
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0Vulnerabilities15 existing vulnerabilities detected
Direct dependencies 55
RegistryPackageVersion constraintManifest
npm@ast-grep/cli^0.40.4package.json
npm@commitlint/cli^20.5.0package.json
npm@commitlint/config-conventional^20.5.0package.json
npm@decimalturn/toml-patch^1.1.1package.json
npm@eslint-community/eslint-plugin-eslint-comments^4.5.0package.json
npm@eslint/eslintrc^3.2.0package.json
npm@eslint/js^9.39.0package.json
npm@inquirer/prompts^7.0.0package.json
npm@jest/globals^30.0.0package.json
npm@jest/test-sequencer^30.2.0package.json
npm@types/fs-extra^11.0.0package.json
npm@types/jest^30.0.0package.json
npm@types/lodash.merge^4.6.0package.json
npm@types/node^22.0.0package.json
npm@vitest/coverage-v8^4.1.9package.json
npmcommander^12.0.0package.json
npmesbuild-register^3.6.0package.json
npmeslint^9.39.0package.json
npmeslint-config-expo^10.0.0package.json
npmeslint-config-prettier^10.0.0package.json
npmeslint-import-resolver-typescript^4.4.4package.json
npmeslint-plugin-functional^9.0.0package.json
npmeslint-plugin-import^2.32.0package.json
npmeslint-plugin-jsdoc^61.5.0package.json
npmeslint-plugin-jsx-a11y^6.10.0package.json
npmeslint-plugin-prettier^5.5.0package.json
npmeslint-plugin-react^7.37.0package.json
npmeslint-plugin-react-compiler^19.1.0-rc.2package.json
npmeslint-plugin-react-hooks^7.0.0package.json
npmeslint-plugin-react-perf^3.3.0package.json
npmeslint-plugin-sonarjs^4.0.3package.json
npmeslint-plugin-tailwindcss^3.18.0package.json
npmfs-extra^11.0.0package.json
npmglobals^16.0.0package.json
npmhusky^8.0.0package.json
npmjest^30.0.0package.json
npmjiti^2.4.0package.json
npmjs-yaml^4.3.1package.json
npmjscodeshift0.15.2package.json
npmjsonc-parser^3.3.1package.json
npmknip^5.0.0package.json
npmlint-staged^16.2.7package.json
npmlodash.merge^4.6.2package.json
npmminimatch^10.2.5package.json
npmpicocolors^1.0.0package.json
npmprettier^3.3.3package.json
npmsemver^7.8.1package.json
npmsmol-toml^1.6.1package.json
npmstandard-version^9.5.0package.json
npmts-jest^29.4.9package.json
npmts-morph^27.0.2package.json
npmtsx^4.0.0package.json
npmtypescript^6.0.3package.json
npmtypescript-eslint^8.0.0package.json
npmvitest^4.1.9package.json
All dependencies not collected

The resolved dependency set could not be collected for this report: GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository

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