Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

thevirtualkrishnaaa/Tallio

https://github.com/thevirtualkrishnaaa/Tallio · scanned 2026-06-16 00:34 UTC (2 months, 2 weeks ago)

13 raw signals (0 security + 13 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 13 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 144 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.

LabelLayerStatusPath
App software healthy src/App.tsx:App
formatLeft software healthy src/components/DemoBanner.tsx:formatLeft
demoStartMs software healthy src/contexts/AuthContext.tsx:demoStartMs
update software healthy src/contexts/AuthContext.tsx:update
loadOrgForUser software healthy src/contexts/AuthContext.tsx:loadOrgForUser
login software healthy src/contexts/AuthContext.tsx:login
register software healthy src/contexts/AuthContext.tsx:register
startDemo software healthy src/contexts/AuthContext.tsx:startDemo
logout software healthy src/contexts/AuthContext.tsx:logout
createOrganization software healthy src/contexts/AuthContext.tsx:createOrganization
changePlan software healthy src/contexts/AuthContext.tsx:changePlan
refreshOrg software healthy src/contexts/AuthContext.tsx:refreshOrg
useAuth software healthy src/contexts/AuthContext.tsx:useAuth
makeRng software healthy src/lib/demoSeed.ts:makeRng
seedDemoOrg software healthy src/lib/demoSeed.ts:seedDemoOrg
flushIfNeeded software healthy src/lib/demoSeed.ts:flushIfNeeded
pick software healthy src/lib/demoSeed.ts:pick
isAiConfigured software healthy src/lib/askTallio.ts:isAiConfigured
toMs software healthy src/lib/askTallio.ts:toMs
buildBusinessContext software healthy src/lib/askTallio.ts:buildBusinessContext
weekProducts software healthy src/lib/askTallio.ts:weekProducts
change software healthy src/lib/askTallio.ts:change
stripMarkdown software healthy src/lib/askTallio.ts:stripMarkdown
askTallio software healthy src/lib/askTallio.ts:askTallio
toMs software healthy src/lib/insights.ts:toMs
buildInsights software healthy src/lib/insights.ts:buildInsights
cur software healthy src/lib/insights.ts:cur
rev software healthy src/lib/insights.ts:rev
change software healthy src/lib/insights.ts:change
getPlan software healthy src/lib/plans.ts:getPlan
isAtLimit software healthy src/lib/plans.ts:isAtLimit
orgCol software healthy src/lib/orgData.ts:orgCol
orgDoc software healthy src/lib/orgData.ts:orgDoc
useOrgCollection software healthy src/lib/useOrgCollection.ts:useOrgCollection
send software healthy src/pages/AskTallioPage.tsx:send
emptyProduct software healthy src/pages/ProductsPage.tsx:emptyProduct
openAddProduct software healthy src/pages/ProductsPage.tsx:openAddProduct
openEditProduct software healthy src/pages/ProductsPage.tsx:openEditProduct
selectedCategory software healthy src/pages/ProductsPage.tsx:selectedCategory
saveProduct software healthy src/pages/ProductsPage.tsx:saveProduct
removeProduct software healthy src/pages/ProductsPage.tsx:removeProduct
saveCategory software healthy src/pages/ProductsPage.tsx:saveCategory
addAttrRow software healthy src/pages/ProductsPage.tsx:addAttrRow
updateAttrRow software healthy src/pages/ProductsPage.tsx:updateAttrRow
removeAttrRow software healthy src/pages/ProductsPage.tsx:removeAttrRow
createAccount software healthy src/pages/DemoExpiredPage.tsx:createAccount
openAdd software healthy src/pages/CustomersPage.tsx:openAdd
openEdit software healthy src/pages/CustomersPage.tsx:openEdit
save software healthy src/pages/CustomersPage.tsx:save
remove software healthy src/pages/CustomersPage.tsx:remove

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
tsconfig.app.json software healthy tsconfig.app.json
vite.config.ts software healthy vite.config.ts
README.md software healthy README.md
package.json software healthy package.json
tsconfig.node.json software healthy tsconfig.node.json
index.html software healthy index.html
firebase.json software healthy firebase.json
package-lock.json software healthy package-lock.json
.env.example software healthy .env.example
eslint.config.js software healthy eslint.config.js
tsconfig.json software healthy tsconfig.json
SECURITY.md software healthy SECURITY.md
postcss.config.js software healthy postcss.config.js
launch.json software healthy .claude/launch.json
index.css software healthy src/index.css
main.tsx software healthy src/main.tsx
App.tsx software healthy src/App.tsx
index.ts software healthy src/types/index.ts
Modal.tsx software healthy src/components/Modal.tsx
DemoBanner.tsx software healthy src/components/DemoBanner.tsx
AuthContext.tsx software healthy src/contexts/AuthContext.tsx
demoSeed.ts software healthy src/lib/demoSeed.ts
askTallio.ts software healthy src/lib/askTallio.ts
insights.ts software healthy src/lib/insights.ts
firebase.ts software healthy src/lib/firebase.ts
plans.ts software healthy src/lib/plans.ts
orgData.ts software healthy src/lib/orgData.ts
useOrgCollection.ts software healthy src/lib/useOrgCollection.ts
AskTallioPage.tsx software healthy src/pages/AskTallioPage.tsx
ProductsPage.tsx software healthy src/pages/ProductsPage.tsx
InsightsPage.tsx software healthy src/pages/InsightsPage.tsx
DemoExpiredPage.tsx software healthy src/pages/DemoExpiredPage.tsx
CustomersPage.tsx software healthy src/pages/CustomersPage.tsx
AuthPage.tsx software healthy src/pages/AuthPage.tsx
HistoryPage.tsx software healthy src/pages/HistoryPage.tsx
OnboardingPage.tsx software healthy src/pages/OnboardingPage.tsx
SettingsPage.tsx software healthy src/pages/SettingsPage.tsx
BillingPage.tsx software healthy src/pages/BillingPage.tsx
DashboardShell.tsx software healthy src/pages/DashboardShell.tsx
POSPage.tsx software healthy src/pages/POSPage.tsx
DashboardPage.tsx software healthy src/pages/DashboardPage.tsx
.claude/launch.json quality healthy .claude/launch.json

LabelLayerStatusPath
App frontend healthy src/App.tsx
Modal frontend healthy src/components/Modal.tsx
DemoBanner frontend healthy src/components/DemoBanner.tsx
AskTallioPage frontend healthy src/pages/AskTallioPage.tsx
ProductsPage frontend healthy src/pages/ProductsPage.tsx
InsightsPage frontend healthy src/pages/InsightsPage.tsx
DemoExpiredPage frontend healthy src/pages/DemoExpiredPage.tsx
CustomersPage frontend healthy src/pages/CustomersPage.tsx
AuthPage frontend healthy src/pages/AuthPage.tsx
HistoryPage frontend healthy src/pages/HistoryPage.tsx
OnboardingPage frontend healthy src/pages/OnboardingPage.tsx
SettingsPage frontend healthy src/pages/SettingsPage.tsx
BillingPage frontend healthy src/pages/BillingPage.tsx
DashboardShell frontend healthy src/pages/DashboardShell.tsx
POSPage frontend healthy src/pages/POSPage.tsx
DashboardPage frontend healthy src/pages/DashboardPage.tsx

LabelLayerStatusPath
/AskTallioPage frontend healthy src/pages/AskTallioPage.tsx
/ProductsPage frontend healthy src/pages/ProductsPage.tsx
/InsightsPage frontend healthy src/pages/InsightsPage.tsx
/DemoExpiredPage frontend healthy src/pages/DemoExpiredPage.tsx
/CustomersPage frontend healthy src/pages/CustomersPage.tsx
/AuthPage frontend healthy src/pages/AuthPage.tsx
/HistoryPage frontend healthy src/pages/HistoryPage.tsx
/OnboardingPage frontend healthy src/pages/OnboardingPage.tsx
/SettingsPage frontend healthy src/pages/SettingsPage.tsx
/BillingPage frontend healthy src/pages/BillingPage.tsx
/DashboardShell frontend healthy src/pages/DashboardShell.tsx
/POSPage frontend healthy src/pages/POSPage.tsx
/DashboardPage frontend healthy src/pages/DashboardPage.tsx

LabelLayerStatusPath
.claude software healthy .claude
src software healthy src
types software healthy src/types
components software healthy src/components
contexts software healthy src/contexts
lib software healthy src/lib
pages software healthy src/pages

LabelLayerStatusPath
repobility-clone-m0uh7s_q software healthy /tmp/repobility-clone-m0uh7s_q

LabelLayerStatusPath
generic_api_key::src/lib/firebase.ts security healthy src/lib/firebase.ts
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/14ede66c-b319-4eb7-b997-eac86612cd83/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/14ede66c-b319-4eb7-b997-eac86612cd83/

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.