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.

ryan-mt/tomte

https://github.com/ryan-mt/tomte · scanned 2026-06-15 23:57 UTC (2 months, 3 weeks ago)

9 raw signals (0 security + 9 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 9 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 476 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
action.yml software healthy action.yml
Cargo.toml software healthy Cargo.toml
README.md software healthy README.md
CONTRIBUTING.md software healthy CONTRIBUTING.md
Makefile software healthy Makefile
LICENSE software healthy LICENSE
Cargo.lock software healthy Cargo.lock
CHANGELOG.md software healthy CHANGELOG.md
why_trail.rs software healthy docs/previews/why_trail.rs
voice.rs software healthy docs/previews/voice.rs
README.md software healthy docs/previews/README.md
cost_receipts.rs software healthy docs/previews/cost_receipts.rs
tour.rs software healthy docs/previews/tour.rs
conscience.rs software healthy docs/previews/conscience.rs
calm_preview.rs software healthy docs/previews/calm_preview.rs
glass_box.rs software healthy docs/previews/glass_box.rs
install-link.sh software healthy scripts/install-link.sh
smoke-release.sh software healthy scripts/smoke-release.sh
uninstall-link.sh software healthy scripts/uninstall-link.sh
package-release.sh software healthy scripts/package-release.sh
postcss.config.mjs software healthy tomte-website/postcss.config.mjs
README.md software healthy tomte-website/README.md
package.json software healthy tomte-website/package.json
package-lock.json software healthy tomte-website/package-lock.json
tsconfig.json software healthy tomte-website/tsconfig.json
eslint.config.mjs software healthy tomte-website/eslint.config.mjs
AGENTS.md software healthy tomte-website/AGENTS.md
next.config.ts software healthy tomte-website/next.config.ts
Nav.tsx software healthy tomte-website/src/components/Nav.tsx
PageHeader.tsx software healthy tomte-website/src/components/PageHeader.tsx
CodeBlock.tsx software healthy tomte-website/src/components/CodeBlock.tsx
Footer.tsx software healthy tomte-website/src/components/Footer.tsx
Reveal.tsx software healthy tomte-website/src/components/Reveal.tsx
globals.css software healthy tomte-website/src/app/globals.css
page.tsx software healthy tomte-website/src/app/page.tsx
layout.tsx software healthy tomte-website/src/app/layout.tsx
page.tsx software healthy tomte-website/src/app/install/page.tsx
page.tsx software healthy tomte-website/src/app/models/page.tsx
page.tsx software healthy tomte-website/src/app/field-guide/page.tsx
content.ts software healthy tomte-website/src/lib/content.ts
Cargo.toml software healthy crates/cli/Cargo.toml
sandbox.rs software healthy crates/cli/tests/sandbox.rs
main.rs software healthy crates/cli/src/main.rs
tests.rs software healthy crates/cli/src/tests.rs
clipboard.rs software healthy crates/cli/src/tui/clipboard.rs
palette.rs software healthy crates/cli/src/tui/palette.rs
selection.rs software healthy crates/cli/src/tui/selection.rs
ui.rs software healthy crates/cli/src/tui/ui.rs
composer.rs software healthy crates/cli/src/tui/composer.rs
mod.rs software healthy crates/cli/src/tui/mod.rs

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

LabelLayerStatusPath
docs software healthy docs
previews software healthy docs/previews
scripts software healthy scripts
tomte-website software healthy tomte-website
src software healthy tomte-website/src
components software healthy tomte-website/src/components
app software healthy tomte-website/src/app
install software healthy tomte-website/src/app/install
models software healthy tomte-website/src/app/models
field-guide software healthy tomte-website/src/app/field-guide
lib software healthy tomte-website/src/lib
crates software healthy crates
cli software healthy crates/cli
tests software healthy crates/cli/tests
src software healthy crates/cli/src
tui software healthy crates/cli/src/tui
picker software healthy crates/cli/src/tui/picker
login software healthy crates/cli/src/tui/login
ui software healthy crates/cli/src/tui/ui
chat software healthy crates/cli/src/tui/ui/chat
buddy software healthy crates/cli/src/tui/buddy
app software healthy crates/cli/src/tui/app
commands software healthy crates/cli/src/commands
chat software healthy crates/cli/src/commands/chat
core software healthy crates/core
tests software healthy crates/core/tests
src software healthy crates/core/src
doctor software healthy crates/core/src/doctor
repo_twin software healthy crates/core/src/repo_twin
select software healthy crates/core/src/repo_twin/select
seal software healthy crates/core/src/seal
usage software healthy crates/core/src/usage
config software healthy crates/core/src/config
openai software healthy crates/core/src/openai
chat software healthy crates/core/src/openai/chat
stream software healthy crates/core/src/openai/chat/stream
stream software healthy crates/core/src/openai/stream
auth software healthy crates/core/src/auth
storage software healthy crates/core/src/auth/storage
mcp software healthy crates/core/src/mcp
models_report software healthy crates/core/src/models_report
agent software healthy crates/core/src/agent
usage software healthy crates/core/src/agent/usage
assets software healthy crates/core/src/assets
subagent software healthy crates/core/src/subagent
why_diff software healthy crates/core/src/why_diff
proof software healthy crates/core/src/proof
hooks software healthy crates/core/src/hooks
permissions software healthy crates/core/src/permissions
tools software healthy crates/core/src/tools

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

LabelLayerStatusPath
auth::crates/cli/src/tui/app/mainloop.rs security healthy crates/cli/src/tui/app/mainloop.rs
auth::docs/previews/why_trail.rs security healthy docs/previews/why_trail.rs
auth::crates/core/src/auth/storage.rs security healthy crates/core/src/auth/storage.rs
auth::scripts/smoke-release.sh security healthy scripts/smoke-release.sh
auth::tomte-website/src/lib/content.ts security healthy tomte-website/src/lib/content.ts
auth::crates/core/src/usage.rs security healthy crates/core/src/usage.rs
auth::crates/cli/src/tui/buddy/tests.rs security healthy crates/cli/src/tui/buddy/tests.rs
auth::crates/core/src/anthropic/stream/delta.rs security healthy crates/core/src/anthropic/stream/delta.rs
auth::crates/core/src/auth/anthropic.rs security healthy crates/core/src/auth/anthropic.rs
auth::crates/core/src/auth/storage/identity.rs security healthy crates/core/src/auth/storage/identity.rs
auth::crates/cli/src/tui/login/render.rs security healthy crates/cli/src/tui/login/render.rs
auth::crates/core/src/anthropic/client.rs security healthy crates/core/src/anthropic/client.rs
auth::crates/core/src/doctor.rs security healthy crates/core/src/doctor.rs
auth::crates/core/tests/oauth_openai_live.rs security healthy crates/core/tests/oauth_openai_live.rs
auth::crates/core/src/openai/stream/tests.rs security healthy crates/core/src/openai/stream/tests.rs
auth::crates/core/src/models_report/tests.rs security healthy crates/core/src/models_report/tests.rs
auth::crates/cli/src/tui/app/slash.rs security healthy crates/cli/src/tui/app/slash.rs
auth::README.md security healthy README.md
auth::crates/core/src/openai/client.rs security healthy crates/core/src/openai/client.rs
auth::crates/core/src/secret_env.rs security healthy crates/core/src/secret_env.rs
auth::tomte-website/src/app/install/page.tsx security healthy tomte-website/src/app/install/page.tsx
auth::crates/core/src/client.rs security healthy crates/core/src/client.rs
auth::crates/core/src/catalog.rs security healthy crates/core/src/catalog.rs
auth::crates/cli/src/tui/login/tests.rs security healthy crates/cli/src/tui/login/tests.rs
auth::crates/cli/src/main.rs security healthy crates/cli/src/main.rs
auth::crates/core/src/fallback.rs security healthy crates/core/src/fallback.rs
auth::crates/core/src/auth/mod.rs security healthy crates/core/src/auth/mod.rs
auth::crates/core/src/models_report.rs security healthy crates/core/src/models_report.rs
auth::crates/cli/src/tui/picker/items.rs security healthy crates/cli/src/tui/picker/items.rs
auth::crates/core/src/auth/status.rs security healthy crates/core/src/auth/status.rs
auth::crates/core/src/config.rs security healthy crates/core/src/config.rs
auth::crates/core/src/auth/oauth.rs security healthy crates/core/src/auth/oauth.rs
auth::crates/cli/src/commands/login.rs security healthy crates/cli/src/commands/login.rs
auth::crates/cli/src/tui/ui/tools.rs security healthy crates/cli/src/tui/ui/tools.rs
auth::crates/cli/src/tui/login.rs security healthy crates/cli/src/tui/login.rs

LabelLayerStatusPath
Nav software healthy tomte-website/src/components/Nav.tsx:Nav
PageHeader software healthy tomte-website/src/components/PageHeader.tsx:PageHeader
CodeBlock software healthy tomte-website/src/components/CodeBlock.tsx:CodeBlock
Footer software healthy tomte-website/src/components/Footer.tsx:Footer
Reveal software healthy tomte-website/src/components/Reveal.tsx:Reveal
Hearthfire software healthy tomte-website/src/app/page.tsx:Hearthfire
Excerpt software healthy tomte-website/src/app/page.tsx:Excerpt
Home software healthy tomte-website/src/app/page.tsx:Home
RootLayout software healthy tomte-website/src/app/layout.tsx:RootLayout
Install software healthy tomte-website/src/app/install/page.tsx:Install
Models software healthy tomte-website/src/app/models/page.tsx:Models
FieldGuide software healthy tomte-website/src/app/field-guide/page.tsx:FieldGuide
in software healthy tomte-website/src/lib/content.ts:in

LabelLayerStatusPath
127.0.0.1 network healthy crates/core/src/openai/chat/client.rs
169.254.169.254 network healthy crates/core/src/tools/web.rs
169.254.0.0 network healthy crates/core/src/tools/web.rs
100.64.0.0 network healthy crates/core/src/tools/web.rs
198.18.0.0 network healthy crates/core/src/tools/web.rs
120.0.0.0 network healthy crates/core/src/tools/web/search.rs
10.0.0.1 network healthy crates/core/src/tools/web/tests.rs
93.184.216.34 network healthy crates/core/src/tools/web/tests.rs
0.1.2.3 network healthy crates/core/src/tools/web/tests.rs
10.0.0.5 network healthy crates/core/src/tools/web/search/tests.rs

LabelLayerStatusPath
fmt cicd healthy .github/workflows/ci.yml
clippy cicd healthy .github/workflows/ci.yml
test cicd healthy .github/workflows/ci.yml
release-build cicd healthy .github/workflows/ci.yml
release-smoke cicd healthy .github/workflows/ci.yml
website cicd healthy .github/workflows/ci.yml
build cicd healthy .github/workflows/release.yml
publish cicd healthy .github/workflows/release.yml

LabelLayerStatusPath
Home frontend healthy tomte-website/src/app/page.tsx
RootLayout frontend healthy tomte-website/src/app/layout.tsx
Install frontend healthy tomte-website/src/app/install/page.tsx
Models frontend healthy tomte-website/src/app/models/page.tsx
FieldGuide frontend healthy tomte-website/src/app/field-guide/page.tsx

LabelLayerStatusPath
/page.tsx frontend healthy tomte-website/src/app/page.tsx
/install frontend healthy tomte-website/src/app/install/page.tsx
/models frontend healthy tomte-website/src/app/models/page.tsx
/field-guide frontend healthy tomte-website/src/app/field-guide/page.tsx

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml
gha::release cicd healthy .github/workflows/release.yml

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

LabelLayerStatusPath
behind software healthy tomte-website/src/lib/content.ts:behind

LabelLayerStatusPath
vps::aws hardware healthy tomte-website/src/lib/content.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/82376eeb-d8f0-4aab-97bf-0838711bb5ec/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/82376eeb-d8f0-4aab-97bf-0838711bb5ec/

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.