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.

tautology-labs/flowdiff

https://github.com/tautology-labs/flowdiff · scanned 2026-06-16 00:30 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 295 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
opt software healthy bench/run.mjs:opt
gitInit software healthy bench/run.mjs:gitInit
makeLimiter software healthy bench/tasks/duration-units/repo/src/ratelimit.js:makeLimiter
allow software healthy bench/tasks/duration-units/repo/src/ratelimit.js:allow
recent software healthy bench/tasks/duration-units/repo/src/ratelimit.js:recent
loadConfig software healthy bench/tasks/duration-units/repo/src/config.js:loadConfig
createSession software healthy bench/tasks/duration-units/repo/src/sessions.js:createSessi…
isSessionValid software healthy bench/tasks/duration-units/repo/src/sessions.js:isSessionVa…
parseDuration software healthy bench/tasks/duration-units/repo/src/clock.js:parseDuration
events software healthy bench/tasks/report-decoy/holdout.test.js:events
ratioFor software healthy bench/tasks/report-decoy/repo/src/metrics.js:ratioFor
countFor software healthy bench/tasks/report-decoy/repo/src/metrics.js:countFor
formatPercent software healthy bench/tasks/report-decoy/repo/src/charts.js:formatPercent
axisLabels software healthy bench/tasks/report-decoy/repo/src/charts.js:axisLabels
roundTo software healthy bench/tasks/report-decoy/repo/src/charts.js:roundTo
formatPercent software healthy bench/tasks/report-decoy/repo/src/format.js:formatPercent
formatCount software healthy bench/tasks/report-decoy/repo/src/format.js:formatCount
buildWeeklySummary software healthy bench/tasks/report-decoy/repo/src/report.js:buildWeeklySumm…
invoiceTotal software healthy bench/tasks/billing-rounding/repos/app/src/invoice.js:invoi…
lineTotal software healthy bench/tasks/billing-rounding/repos/app/src/invoice.js:lineT…
toCents software healthy bench/tasks/billing-rounding/repos/lib/src/index.js:toCents
fromCents software healthy bench/tasks/billing-rounding/repos/lib/src/index.js:fromCen…
addCents software healthy bench/tasks/billing-rounding/repos/lib/src/index.js:addCents
applyTaxCents software healthy bench/tasks/billing-rounding/repos/lib/src/index.js:applyTa…
at software healthy bench/tasks/quiet-hours/holdout.test.js:at
queueFor software healthy bench/tasks/quiet-hours/holdout.test.js:queueFor
deliver software healthy bench/tasks/quiet-hours/repo/src/transport.js:deliver
resetOutbox software healthy bench/tasks/quiet-hours/repo/src/transport.js:resetOutbox
flushQueue software healthy bench/tasks/quiet-hours/repo/src/scheduler.js:flushQueue
groupByUser software healthy bench/tasks/quiet-hours/repo/src/digest.js:groupByUser
buildDigest software healthy bench/tasks/quiet-hours/repo/src/digest.js:buildDigest
shouldSend software healthy bench/tasks/quiet-hours/repo/src/quiet.js:shouldSend
inWindow software healthy bench/tasks/quiet-hours/repo/src/quiet.js:inWindow
calcRefundable software healthy bench/tasks/ledger-refund/repo/src/policy.js:calcRefundable
sumCaptured software healthy bench/tasks/ledger-refund/repo/src/policy.js:sumCaptured
sumRefunded software healthy bench/tasks/ledger-refund/repo/src/policy.js:sumRefunded
settledAmount software healthy bench/tasks/ledger-refund/repo/src/policy.js:settledAmount
saveOrder software healthy bench/tasks/ledger-refund/repo/src/store.js:saveOrder
getOrder software healthy bench/tasks/ledger-refund/repo/src/store.js:getOrder
reset software healthy bench/tasks/ledger-refund/repo/src/store.js:reset
refundOrder software healthy bench/tasks/ledger-refund/repo/src/refunds.js:refundOrder
handleRefundRequest software healthy bench/tasks/ledger-refund/repo/src/api.js:handleRefundReque…
toCents software healthy bench/tasks/workspace-money/repo/packages/money/src/index.j…
fromCents software healthy bench/tasks/workspace-money/repo/packages/money/src/index.j…
addCents software healthy bench/tasks/workspace-money/repo/packages/money/src/index.j…
applyTaxCents software healthy bench/tasks/workspace-money/repo/packages/money/src/index.j…
invoiceTotal software healthy bench/tasks/workspace-money/repo/packages/billing/src/invoi…
lineTotal software healthy bench/tasks/workspace-money/repo/packages/billing/src/invoi…
git software healthy src/git.ts:git
repoRoot software healthy src/git.ts:repoRoot

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

LabelLayerStatusPath
.mcp.json software healthy .mcp.json
README.md software healthy README.md
package.json software healthy package.json
package-lock.json software healthy package-lock.json
tsconfig.json software healthy tsconfig.json
LICENSE software healthy LICENSE
run.mjs software healthy bench/run.mjs
README.md software healthy bench/README.md
holdout.test.js software healthy bench/tasks/duration-units/holdout.test.js
task.md software healthy bench/tasks/duration-units/task.md
package.json software healthy bench/tasks/duration-units/repo/package.json
ratelimit.js software healthy bench/tasks/duration-units/repo/src/ratelimit.js
config.js software healthy bench/tasks/duration-units/repo/src/config.js
sessions.js software healthy bench/tasks/duration-units/repo/src/sessions.js
clock.js software healthy bench/tasks/duration-units/repo/src/clock.js
holdout.test.js software healthy bench/tasks/report-decoy/holdout.test.js
task.md software healthy bench/tasks/report-decoy/task.md
package.json software healthy bench/tasks/report-decoy/repo/package.json
metrics.js software healthy bench/tasks/report-decoy/repo/src/metrics.js
charts.js software healthy bench/tasks/report-decoy/repo/src/charts.js
format.js software healthy bench/tasks/report-decoy/repo/src/format.js
report.js software healthy bench/tasks/report-decoy/repo/src/report.js
task.json software healthy bench/tasks/eslint-autofix/task.json
task.md software healthy bench/tasks/eslint-autofix/task.md
task.json software healthy bench/tasks/express-trust/task.json
task.md software healthy bench/tasks/express-trust/task.md
task.json software healthy bench/tasks/billing-rounding/task.json
holdout.test.js software healthy bench/tasks/billing-rounding/holdout.test.js
task.md software healthy bench/tasks/billing-rounding/task.md
package.json software healthy bench/tasks/billing-rounding/repos/app/package.json
invoice.js software healthy bench/tasks/billing-rounding/repos/app/src/invoice.js
package.json software healthy bench/tasks/billing-rounding/repos/lib/package.json
index.js software healthy bench/tasks/billing-rounding/repos/lib/src/index.js
holdout.test.js software healthy bench/tasks/quiet-hours/holdout.test.js
task.md software healthy bench/tasks/quiet-hours/task.md
package.json software healthy bench/tasks/quiet-hours/repo/package.json
transport.js software healthy bench/tasks/quiet-hours/repo/src/transport.js
scheduler.js software healthy bench/tasks/quiet-hours/repo/src/scheduler.js
digest.js software healthy bench/tasks/quiet-hours/repo/src/digest.js
quiet.js software healthy bench/tasks/quiet-hours/repo/src/quiet.js
holdout.test.js software healthy bench/tasks/ledger-refund/holdout.test.js
task.md software healthy bench/tasks/ledger-refund/task.md
package.json software healthy bench/tasks/ledger-refund/repo/package.json
policy.js software healthy bench/tasks/ledger-refund/repo/src/policy.js
store.js software healthy bench/tasks/ledger-refund/repo/src/store.js
refunds.js software healthy bench/tasks/ledger-refund/repo/src/refunds.js
api.js software healthy bench/tasks/ledger-refund/repo/src/api.js
holdout.test.js software healthy bench/tasks/workspace-money/holdout.test.js
task.md software healthy bench/tasks/workspace-money/task.md
package.json software healthy bench/tasks/workspace-money/repo/package.json

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

LabelLayerStatusPath
bench software healthy bench
tasks software healthy bench/tasks
duration-units software healthy bench/tasks/duration-units
repo software healthy bench/tasks/duration-units/repo
src software healthy bench/tasks/duration-units/repo/src
report-decoy software healthy bench/tasks/report-decoy
repo software healthy bench/tasks/report-decoy/repo
src software healthy bench/tasks/report-decoy/repo/src
eslint-autofix software healthy bench/tasks/eslint-autofix
express-trust software healthy bench/tasks/express-trust
billing-rounding software healthy bench/tasks/billing-rounding
repos software healthy bench/tasks/billing-rounding/repos
app software healthy bench/tasks/billing-rounding/repos/app
src software healthy bench/tasks/billing-rounding/repos/app/src
lib software healthy bench/tasks/billing-rounding/repos/lib
src software healthy bench/tasks/billing-rounding/repos/lib/src
quiet-hours software healthy bench/tasks/quiet-hours
repo software healthy bench/tasks/quiet-hours/repo
src software healthy bench/tasks/quiet-hours/repo/src
ledger-refund software healthy bench/tasks/ledger-refund
repo software healthy bench/tasks/ledger-refund/repo
src software healthy bench/tasks/ledger-refund/repo/src
workspace-money software healthy bench/tasks/workspace-money
repo software healthy bench/tasks/workspace-money/repo
packages software healthy bench/tasks/workspace-money/repo/packages
money software healthy bench/tasks/workspace-money/repo/packages/money
src software healthy bench/tasks/workspace-money/repo/packages/money/src
billing software healthy bench/tasks/workspace-money/repo/packages/billing
src software healthy bench/tasks/workspace-money/repo/packages/billing/src
express-etag software healthy bench/tasks/express-etag
src software healthy src

LabelLayerStatusPath
Billing software healthy src/extract-java.test.ts:Billing
Api software healthy src/extract-java.test.ts:Api
Validator software healthy src/extract-java.test.ts:Validator
Trainer software healthy src/extract-python.test.ts:Trainer
Svc software healthy src/extract.test.ts:Svc
Agent software healthy src/extract.test.ts:Agent

LabelLayerStatusPath
repobility-clone-565aftj9 software healthy /tmp/repobility-clone-565aftj9
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/d909bcf6-cc7a-48e7-a839-97213e95ba2e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d909bcf6-cc7a-48e7-a839-97213e95ba2e/

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.