repowiserepowise
Sign in
bmsull560/sentinel-home
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisebmsull560/sentinel-home

Commits

Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.

Needs review

9of 27 scored

9 commits sit in this repo's top risk tercile, which is 33% of the 27scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 9.7 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.

Fix commits519%Commits whose subject reads as a bug fix rather than new work.Written by an agent415%Read from commit trailers, so it counts what was declared.Change diffusion1.68bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold9.7out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

Began test-led, now leaning fix.

Feature19%
Fix19%
Refactor11%
Docs4%
Test15%
Deps4%
Chore15%
Other15%
15%of indexed commits are agent-attributed(4 of 27)
copilot (4)

Review-priority queue

Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.

Commit review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
5ffda1c2Added package-lock.json
bms560
1mo ago+15.6K -4
96%Elevated
more lines added than baseline
2
05758db9Initial project bootstrap
Manus Sandbox
8mo ago+21.1K -0
96%Elevated
more lines added than baseline
3
760d9e4fchore(deps): bump the patch-and-minor group across 1 directory with 62 updates
dependabot[bot]
4w ago+2.1K -2.9K
85%Elevated
more lines added than baseline
4
149cf728feat: production-readiness observability, infrastructure, and security framework
bms560
4w ago+3.9K -33
85%Elevated
more lines added than baseline
5
430c88d2feat: production readiness hardening + Umami analytics
Your Name
2mo ago+7.5K -3.1K
85%Elevated
more lines added than baseline
6
11667b05Checkpoint: Complete enterprise multi-tenant SaaS UI for Sentinel Home — includes marketing landing page, onboarding wizard, full dashboard shell with 9 pages (Overview, Devices, Vulnerabilities, Alerts, Agent Console, Team, Billing, Settings), multi-tenant DB schema with orgs/members/roles/plans/api_keys, 8 tRPC routers, AI vulnerability explanations, multi-agent orchestration console, and 25 passing vitest tests. Strict 3-color palette: black, white, oklab(0.7 0.0260473 -0.147721 / 0.2).
Manus
5mo ago+3.0K -1.1K
85%Elevated
more lines added than baseline
7
1576f845feat: production-readiness hardening
bms560
4w ago+3.3K -920
72%Elevated
more lines added than baseline
8
b707f876Checkpoint: Sprint 2: Full NVD/CISA KEV live data ingestion pipeline. New tables: nvd_cve_cache, kev_catalog, device_cve_matches, ingestion_runs. NVD API v2 client with pagination and rate limiting. CISA KEV JSON catalog fetcher. CPE normalization engine with vendor alias map and Levenshtein fuzzy matching. Three-strategy device matching (exact CPE, fuzzy CPE, fingerprint). Sentinel risk scoring (CVSS + KEV + exploit + patch). Ingestion pipeline orchestrator with auto-alert generation. Intellige
Manus
5mo ago+1.9K -1
72%Elevated
more lines added than baseline
9
53b9b49eCheckpoint: Sentinel Home: The Vulnerability Awareness Experience - A beautiful, calm, trust-building security dashboard that helps consumers understand and respond to vulnerabilities in their connected devices. Features: Dashboard with real-time metrics and charts, Device management for smart home/IoT/mobile/laptops/routers/automotive/health devices, Vulnerability tracking with CVE information and severity tiers, AI-powered explanations in plain language, Alert management system, Dark theme wit
Manus Sandbox
8mo ago+2.5K -106
72%Elevated
more lines added than baseline
10
70feac72chore: apply all dependency updates from PRs #13-#28
copilot-swe-agent[bot]copilotautonomous
4w ago+1.8K -3.0K
65%Typical
more lines added than baseline
11
461adc9bCheckpoint: Sentinel Home v2.0 - Redesigned UI: Updated design to match Aura Finance Dashboard aesthetic with 3-color palette (soft purple, light background, dark text), soft gradient backgrounds, rounded metric cards with icon badges, minimal sidebar navigation, subtle shadows, lighter typography, and softer chart colors. All pages (Overview, Alerts, Devices, Vulnerabilities) updated with new design system. Theme supports both light and dark modes with switchable option. All tests passing (11/1
Manus Sandbox
8mo ago+440 -376
61%Typical
more lines added than baseline
12
2b561883Checkpoint: Sprint 3 complete: Added server-side cron scheduler (node-cron, every 6 hours UTC) that auto-runs the NVD/CISA KEV ingestion pipeline. Includes mutex guard, graceful shutdown, schedulerStatus tRPC procedure, Intelligence UI scheduler panel, and 15 new vitest tests. Total: 40 tests passing across 3 files.
Manus
5mo ago+549 -0
57%Typical
more lines added than baseline
13
8a7df597chore(deps-dev): bump tsx from 4.20.6 to 4.23.0
dependabot[bot]
4w ago+287 -17
54%Typical
more lines added than baseline
14
db859090refactor: optimize server layer via repowise MCP
bms560
4w ago+225 -905
50%Typical
more lines added than baseline
15
f66ccd57Refactor authentication redirection logic and enhance login URL generation; add .env.example for environment configuration
bms560
2mo ago+208 -6
46%Typical
more lines added than baseline
16
ce080695Checkpoint: Sentinel Home v3.0 - Strict 3-Color Palette: Updated entire design system to use only black (oklch(0 0 0)), white (oklch(1 0 0)), and blue accent (oklab(0.7 0.0260473 -0.147721 / 0.2)). Removed all purple, green, red, yellow, and other color variations. All UI elements including badges, icons, charts, and status indicators now use only these 3 colors with varying opacity levels. Maintains clean, minimalist aesthetic with proper contrast and readability. All tests passing (11/11).
Manus Sandbox
8mo ago+167 -97
43%Typical
more lines added than baseline
17
5b67d630feat: add environment-specific single-command builds for dev/test/prod
Your Name
1mo ago+94 -6
39%Typical
more lines added than baseline
18
12a41c5bAdd DEV_BYPASS_AUTH feature for local development; update README and context handling
bms560
2mo ago+72 -1
35%Typical
more lines added than baseline
19
cba03e06chore: address repowise backlog items 1-27
bms560
4w ago+45 -54
31%Below typical
more lines added than baseline
20
b21a58cbfix: resolve dependency merge state for dependabot PR
copilot-swe-agent[bot]copilotautonomous
4w ago+38 -23
28%Below typical
more lines added than baseline
21
e0ec0f38fix review feedback on runtime and pnpm alignment
copilot-swe-agent[bot]copilotautonomous
4w ago+8 -8
24%Below typical
fewer lines added than baseline
22
82ae8d21refactor: align tracing resource import
copilot-swe-agent[bot]copilotautonomous
4w ago+2 -2
20%Below typical
fewer lines added than baseline
23
d084ce6bPotential fix for pull request finding
bms560
4w ago+1 -1
13%Below typical
fewer lines added than baseline
24
747bfb73Potential fix for pull request finding 'CodeQL / Unused variable, import, function or class'
bms560
4w ago+1 -1
13%Below typical
fewer lines added than baseline
25
90d9c96bUpdated env.ts
bms560
1mo ago+1 -1
13%Below typical
fewer lines added than baseline
26
6f037f9cDeleted db-query-1772981523686.json
bms560
1mo ago+0 -9
6%Below typical
fewer lines added than baseline
27
b4db57b0revert: remove Umami analytics from Sentinel Home
Your Name
1mo ago+0 -103
2%Below typical
fewer lines added than baseline
  • 5ffda1c2Added package-lock.json
    Author
    bms560
    When
    1mo ago
    Lines
    +15.6K -4
    Risk
    96%Elevated
  • 05758db9Initial project bootstrap
    Author
    Manus Sandbox
    When
    8mo ago
    Lines
    +21.1K -0
    Risk
    96%Elevated
  • 760d9e4fchore(deps): bump the patch-and-minor group across 1 directory with 62 updates
    Author
    dependabot[bot]
    When
    4w ago
    Lines
    +2.1K -2.9K
    Risk
    85%Elevated
  • 149cf728feat: production-readiness observability, infrastructure, and security framework
    Author
    bms560
    When
    4w ago
    Lines
    +3.9K -33
    Risk
    85%Elevated
  • 430c88d2feat: production readiness hardening + Umami analytics
    Author
    Your Name
    When
    2mo ago
    Lines
    +7.5K -3.1K
    Risk
    85%Elevated
  • 11667b05Checkpoint: Complete enterprise multi-tenant SaaS UI for Sentinel Home — includes marketing landing page, onboarding wizard, full dashboard shell with 9 pages (Overview, Devices, Vulnerabilities, Alerts, Agent Console, Team, Billing, Settings), multi-tenant DB schema with orgs/members/roles/plans/api_keys, 8 tRPC routers, AI vulnerability explanations, multi-agent orchestration console, and 25 passing vitest tests. Strict 3-color palette: black, white, oklab(0.7 0.0260473 -0.147721 / 0.2).
    Author
    Manus
    When
    5mo ago
    Lines
    +3.0K -1.1K
    Risk
    85%Elevated
  • 1576f845feat: production-readiness hardening
    Author
    bms560
    When
    4w ago
    Lines
    +3.3K -920
    Risk
    72%Elevated
  • b707f876Checkpoint: Sprint 2: Full NVD/CISA KEV live data ingestion pipeline. New tables: nvd_cve_cache, kev_catalog, device_cve_matches, ingestion_runs. NVD API v2 client with pagination and rate limiting. CISA KEV JSON catalog fetcher. CPE normalization engine with vendor alias map and Levenshtein fuzzy matching. Three-strategy device matching (exact CPE, fuzzy CPE, fingerprint). Sentinel risk scoring (CVSS + KEV + exploit + patch). Ingestion pipeline orchestrator with auto-alert generation. Intellige
    Author
    Manus
    When
    5mo ago
    Lines
    +1.9K -1
    Risk
    72%Elevated
  • 53b9b49eCheckpoint: Sentinel Home: The Vulnerability Awareness Experience - A beautiful, calm, trust-building security dashboard that helps consumers understand and respond to vulnerabilities in their connected devices. Features: Dashboard with real-time metrics and charts, Device management for smart home/IoT/mobile/laptops/routers/automotive/health devices, Vulnerability tracking with CVE information and severity tiers, AI-powered explanations in plain language, Alert management system, Dark theme wit
    Author
    Manus Sandbox
    When
    8mo ago
    Lines
    +2.5K -106
    Risk
    72%Elevated
  • 70feac72chore: apply all dependency updates from PRs #13-#28
    Author
    copilot-swe-agent[bot]
    When
    4w ago
    Lines
    +1.8K -3.0K
    Risk
    65%Typical
  • 461adc9bCheckpoint: Sentinel Home v2.0 - Redesigned UI: Updated design to match Aura Finance Dashboard aesthetic with 3-color palette (soft purple, light background, dark text), soft gradient backgrounds, rounded metric cards with icon badges, minimal sidebar navigation, subtle shadows, lighter typography, and softer chart colors. All pages (Overview, Alerts, Devices, Vulnerabilities) updated with new design system. Theme supports both light and dark modes with switchable option. All tests passing (11/1
    Author
    Manus Sandbox
    When
    8mo ago
    Lines
    +440 -376
    Risk
    61%Typical
  • 2b561883Checkpoint: Sprint 3 complete: Added server-side cron scheduler (node-cron, every 6 hours UTC) that auto-runs the NVD/CISA KEV ingestion pipeline. Includes mutex guard, graceful shutdown, schedulerStatus tRPC procedure, Intelligence UI scheduler panel, and 15 new vitest tests. Total: 40 tests passing across 3 files.
    Author
    Manus
    When
    5mo ago
    Lines
    +549 -0
    Risk
    57%Typical
  • 8a7df597chore(deps-dev): bump tsx from 4.20.6 to 4.23.0
    Author
    dependabot[bot]
    When
    4w ago
    Lines
    +287 -17
    Risk
    54%Typical
  • db859090refactor: optimize server layer via repowise MCP
    Author
    bms560
    When
    4w ago
    Lines
    +225 -905
    Risk
    50%Typical
  • f66ccd57Refactor authentication redirection logic and enhance login URL generation; add .env.example for environment configuration
    Author
    bms560
    When
    2mo ago
    Lines
    +208 -6
    Risk
    46%Typical
  • ce080695Checkpoint: Sentinel Home v3.0 - Strict 3-Color Palette: Updated entire design system to use only black (oklch(0 0 0)), white (oklch(1 0 0)), and blue accent (oklab(0.7 0.0260473 -0.147721 / 0.2)). Removed all purple, green, red, yellow, and other color variations. All UI elements including badges, icons, charts, and status indicators now use only these 3 colors with varying opacity levels. Maintains clean, minimalist aesthetic with proper contrast and readability. All tests passing (11/11).
    Author
    Manus Sandbox
    When
    8mo ago
    Lines
    +167 -97
    Risk
    43%Typical
  • 5b67d630feat: add environment-specific single-command builds for dev/test/prod
    Author
    Your Name
    When
    1mo ago
    Lines
    +94 -6
    Risk
    39%Typical
  • 12a41c5bAdd DEV_BYPASS_AUTH feature for local development; update README and context handling
    Author
    bms560
    When
    2mo ago
    Lines
    +72 -1
    Risk
    35%Typical
  • cba03e06chore: address repowise backlog items 1-27
    Author
    bms560
    When
    4w ago
    Lines
    +45 -54
    Risk
    31%Below typical
  • b21a58cbfix: resolve dependency merge state for dependabot PR
    Author
    copilot-swe-agent[bot]
    When
    4w ago
    Lines
    +38 -23
    Risk
    28%Below typical
  • e0ec0f38fix review feedback on runtime and pnpm alignment
    Author
    copilot-swe-agent[bot]
    When
    4w ago
    Lines
    +8 -8
    Risk
    24%Below typical
  • 82ae8d21refactor: align tracing resource import
    Author
    copilot-swe-agent[bot]
    When
    4w ago
    Lines
    +2 -2
    Risk
    20%Below typical
  • d084ce6bPotential fix for pull request finding
    Author
    bms560
    When
    4w ago
    Lines
    +1 -1
    Risk
    13%Below typical
  • 747bfb73Potential fix for pull request finding 'CodeQL / Unused variable, import, function or class'
    Author
    bms560
    When
    4w ago
    Lines
    +1 -1
    Risk
    13%Below typical
  • 90d9c96bUpdated env.ts
    Author
    bms560
    When
    1mo ago
    Lines
    +1 -1
    Risk
    13%Below typical
  • 6f037f9cDeleted db-query-1772981523686.json
    Author
    bms560
    When
    1mo ago
    Lines
    +0 -9
    Risk
    6%Below typical
  • b4db57b0revert: remove Umami analytics from Sentinel Home
    Author
    Your Name
    When
    1mo ago
    Lines
    +0 -103
    Risk
    2%Below typical
Showing 27 of 27 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.

010typical ↑↑ elevated0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 27 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.

1101001,00010,000Lines changed (log) →0.05.1Diffusion →
Below typical9
Typical9
Elevated9

Commit history for bmsull560/sentinel-home

Repowise tracks change history across 154 files in bmsull560/sentinel-home. In the last 90 days 95 files were touched, 139 times in total, most often env.ts. Every commit is scored for change risk from its size, spread and the history of the files it touches.