https://github.com/TwentyOne37/kasa
· scanned 2026-06-16 00:43 UTC (2 months, 1 week ago)
11 raw signals (0 security + 11 graph)
Last scanned 2 months, 1 week ago · v1 · 11 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 205 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
norm |
software | healthy | tests/format.test.ts:norm |
withPendingLoan |
software | healthy | tests/guarantee.test.ts:withPendingLoan |
usdc |
software | healthy | tests/helpers.ts:usdc |
setup |
software | healthy | tests/helpers.ts:setup |
payer |
software | healthy | tests/helpers.ts:payer |
kasaPda |
software | healthy | tests/helpers.ts:kasaPda |
memberPda |
software | healthy | tests/helpers.ts:memberPda |
loanPda |
software | healthy | tests/helpers.ts:loanPda |
fundedWallet |
software | healthy | tests/helpers.ts:fundedWallet |
ata |
software | healthy | tests/helpers.ts:ata |
tokenBalance |
software | healthy | tests/helpers.ts:tokenBalance |
createKasa |
software | healthy | tests/helpers.ts:createKasa |
joinedMember |
software | healthy | tests/helpers.ts:joinedMember |
pendingLoanFixture |
software | healthy | tests/helpers.ts:pendingLoanFixture |
disburse |
software | healthy | tests/helpers.ts:disburse |
warpTo |
software | healthy | tests/helpers.ts:warpTo |
now |
software | healthy | tests/helpers.ts:now |
assertInvariant |
software | healthy | tests/helpers.ts:assertInvariant |
repayIx |
software | healthy | tests/repay.test.ts:repayIx |
markDefault |
software | healthy | tests/mark-default.test.ts:markDefault |
call |
software | healthy | tests/join.test.ts:call |
guaranteedPending |
software | healthy | tests/cancel-loan.test.ts:guaranteedPending |
fixture |
software | healthy | tests/request-loan.test.ts:fixture |
withDelegation |
software | healthy | tests/pull-contribution.test.ts:withDelegation |
pullIx |
software | healthy | tests/pull-contribution.test.ts:pullIx |
eventAuthority |
software | healthy | tests/subscriptions.ts:eventAuthority |
subscriptionAuthorityPda |
software | healthy | tests/subscriptions.ts:subscriptionAuthorityPda |
delegationPda |
software | healthy | tests/subscriptions.ts:delegationPda |
initSubscriptionAuthorityIx |
software | healthy | tests/subscriptions.ts:initSubscriptionAuthorityIx |
createRecurringDelegationIx |
software | healthy | tests/subscriptions.ts:createRecurringDelegationIx |
sleep |
software | healthy | scripts/seed-demo-state.ts:sleep |
main |
software | healthy | scripts/seed-demo-state.ts:main |
a |
software | healthy | scripts/seed-demo-state.ts:a |
member |
software | healthy | scripts/seed-demo-state.ts:member |
loan |
software | healthy | scripts/seed-demo-state.ts:loan |
ata |
software | healthy | scripts/seed-demo-state.ts:ata |
join |
software | healthy | scripts/seed-demo-state.ts:join |
contribute |
software | healthy | scripts/seed-demo-state.ts:contribute |
usdc |
software | healthy | scripts/devnet-smoke.ts:usdc |
link |
software | healthy | scripts/devnet-smoke.ts:link |
sleep |
software | healthy | scripts/devnet-smoke.ts:sleep |
throttle |
software | healthy | scripts/devnet-smoke.ts:throttle |
main |
software | healthy | scripts/devnet-smoke.ts:main |
payer |
software | healthy | scripts/devnet-smoke.ts:payer |
ata |
software | healthy | scripts/devnet-smoke.ts:ata |
memberPda |
software | healthy | scripts/devnet-smoke.ts:memberPda |
loanPda |
software | healthy | scripts/devnet-smoke.ts:loanPda |
main |
software | healthy | scripts/create-demo-kasa.ts:main |
payer |
software | healthy | scripts/create-demo-kasa.ts:payer |
KasaPicker |
software | healthy | app/src/components/kasa-picker.tsx:KasaPicker |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
Cargo.toml |
software | healthy | Cargo.toml |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
package-lock.json |
software | healthy | package-lock.json |
Anchor.toml |
software | healthy | Anchor.toml |
brand.md |
software | healthy | brand.md |
tsconfig.json |
software | healthy | tsconfig.json |
Cargo.lock |
software | healthy | Cargo.lock |
vitest.config.ts |
software | healthy | vitest.config.ts |
format.test.ts |
software | healthy | tests/format.test.ts |
guarantee.test.ts |
software | healthy | tests/guarantee.test.ts |
create-kasa.test.ts |
software | healthy | tests/create-kasa.test.ts |
sanity.test.ts |
software | healthy | tests/sanity.test.ts |
contribute.test.ts |
software | healthy | tests/contribute.test.ts |
disburse-loan.test.ts |
software | healthy | tests/disburse-loan.test.ts |
helpers.ts |
software | healthy | tests/helpers.ts |
withdraw.test.ts |
software | healthy | tests/withdraw.test.ts |
repay.test.ts |
software | healthy | tests/repay.test.ts |
mark-default.test.ts |
software | healthy | tests/mark-default.test.ts |
join.test.ts |
software | healthy | tests/join.test.ts |
scenarios.test.ts |
software | healthy | tests/scenarios.test.ts |
cancel-loan.test.ts |
software | healthy | tests/cancel-loan.test.ts |
request-loan.test.ts |
software | healthy | tests/request-loan.test.ts |
pull-contribution.test.ts |
software | healthy | tests/pull-contribution.test.ts |
subscriptions.ts |
software | healthy | tests/subscriptions.ts |
architecture.md |
software | healthy | docs/architecture.md |
spike-subscriptions.md |
software | healthy | docs/spike-subscriptions.md |
submission.md |
software | healthy | docs/submission.md |
devnet-links.md |
software | healthy | docs/devnet-links.md |
2026-06-11-kasa-frontend.md |
software | healthy | docs/superpowers/plans/2026-06-11-kasa-frontend.md |
2026-06-11-kasa-program.md |
software | healthy | docs/superpowers/plans/2026-06-11-kasa-program.md |
2026-06-11-kasa-design.md |
software | healthy | docs/superpowers/specs/2026-06-11-kasa-design.md |
seed-demo-state.ts |
software | healthy | scripts/seed-demo-state.ts |
devnet-smoke.ts |
software | healthy | scripts/devnet-smoke.ts |
create-demo-kasa.ts |
software | healthy | scripts/create-demo-kasa.ts |
postcss.config.mjs |
software | healthy | app/postcss.config.mjs |
README.md |
software | healthy | app/README.md |
CLAUDE.md |
software | healthy | app/CLAUDE.md |
package.json |
software | healthy | app/package.json |
package-lock.json |
software | healthy | app/package-lock.json |
tsconfig.json |
software | healthy | app/tsconfig.json |
eslint.config.mjs |
software | healthy | app/eslint.config.mjs |
AGENTS.md |
software | healthy | app/AGENTS.md |
next.config.ts |
software | healthy | app/next.config.ts |
kasa-picker.tsx |
software | healthy | app/src/components/kasa-picker.tsx |
ui.tsx |
software | healthy | app/src/components/ui.tsx |
nav.tsx |
software | healthy | app/src/components/nav.tsx |
providers.tsx |
software | healthy | app/src/components/providers.tsx |
globals.css |
software | healthy | app/src/app/globals.css |
page.tsx |
software | healthy | app/src/app/page.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
docs |
software | healthy | docs |
superpowers |
software | healthy | docs/superpowers |
plans |
software | healthy | docs/superpowers/plans |
specs |
software | healthy | docs/superpowers/specs |
scripts |
software | healthy | scripts |
app |
software | healthy | app |
src |
software | healthy | app/src |
components |
software | healthy | app/src/components |
app |
software | healthy | app/src/app |
kasa |
software | healthy | app/src/app/kasa |
pozyczka |
software | healthy | app/src/app/pozyczka |
jak-to-dziala |
software | healthy | app/src/app/jak-to-dziala |
lib |
software | healthy | app/src/lib |
idl |
software | healthy | app/src/lib/idl |
programs |
software | healthy | programs |
kasa |
software | healthy | programs/kasa |
src |
software | healthy | programs/kasa/src |
instructions |
software | healthy | programs/kasa/src/instructions |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
| Label | Layer | Status | Path |
|---|---|---|---|
Pulpit |
frontend | healthy | app/src/app/page.tsx |
RootLayout |
frontend | healthy | app/src/app/layout.tsx |
KasaPage |
frontend | healthy | app/src/app/kasa/page.tsx |
Pozyczka |
frontend | healthy | app/src/app/pozyczka/page.tsx |
JakToDziala |
frontend | healthy | app/src/app/jak-to-dziala/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
/page.tsx |
frontend | healthy | app/src/app/page.tsx |
/kasa |
frontend | healthy | app/src/app/kasa/page.tsx |
/pozyczka |
frontend | healthy | app/src/app/pozyczka/page.tsx |
/jak-to-dziala |
frontend | healthy | app/src/app/jak-to-dziala/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
build |
cicd | healthy | .github/workflows/ci.yml |
test-js |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-5es4qr7d |
software | healthy | /tmp/repobility-clone-5es4qr7d |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
This page is publicly accessible at:
https://repobility.com/scan/e30a6eef-7ae5-42a4-bc40-0df04456f289/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/e30a6eef-7ae5-42a4-bc40-0df04456f289/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.