repowiserepowise
Sign in

Repository

sameer11001/fintechwave
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsChange CouplingContributorsDecisions
ChatPro
By the Numbers
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisesameer11001/fintechwave

fintechwave

github.com/sameer11001/fintechwave

b7ea2cemainsynced 6h ago

Files

301

Symbols

2,089

Doc Coverage

0%

Dead Exports

16

Entry Points

148

Code HealthView report

Average health
9.0/10
Excellent
Hotspot health
6.2/10
Fair
Open findings
326findings
critical4high59medium239low24
Worst file…/impl/LedgerServiceImpl.java1.8/10
Maintainability9.3/10ExcellentPerformance18risks· 9.9/10

Agent savingsView costs →

Trim what your agent reads with repowise distill and the MCP tools — savings show up here.

Open the Costs page →

Attention Needed91

Used by Stripe payout webhook handlers — avoids full-table scan. Requires a DB index on stripe_payouNeeds Review

Auto-proposed decision awaiting review

Used by Stripe webhook handlers — avoids full-table scan. Requires a DB index on stripe_payment_inteNeeds Review

Auto-proposed decision awaiting review

Client-generated idempotency key. Prevents duplicate submission on network retry.Needs Review

Auto-proposed decision awaiting review

Stripe webhook signing secret (whsec_xxx). Used to validate the Stripe-Signature header on incoming Needs Review

Auto-proposed decision awaiting review

Stripe secret API key (sk_test_xxx or sk_live_xxx). Never logged — injected from environment variablNeeds Review

Auto-proposed decision awaiting review

No commit history

Commit activity appears once git history is indexed.

Recent DecisionsView all

Used by Stripe payout webhook handlers — avoids full-table scan. Requires a DB index on stripe_payouproposed
· code comment
Used by Stripe webhook handlers — avoids full-table scan. Requires a DB index on stripe_payment_inteproposed
· code comment
Client-generated idempotency key. Prevents duplicate submission on network retry.proposed
· code comment
Stripe webhook signing secret (whsec_xxx). Used to validate the Stripe-Signature header on incoming proposed
· code comment
Stripe secret API key (sk_test_xxx or sk_live_xxx). Never logged — injected from environment variablproposed
· code comment
Webhook receiver for Stripe payment events. These endpoints are NOT JWT-protected — authentication iproposed
· code comment

Top Hotspots5 of 34View all

…/impl/TransactionServiceImpl.java

6c/90d100%

…/impl/LedgerServiceImpl.java

6c/90d99%

…/impl/KycApplicationServiceImpl.java

5c/90d99%

…/api/ReportingController.java

3c/90d98%

…/TransactionEventConsumer.java

6c/90d98%

Commit Activity

Feature Fix Refactor Dependency