https://github.com/asiniscalchi/froid
· scanned 2026-06-17 01:35 UTC (1 month, 2 weeks ago)
19 raw signals (0 security + 19 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ -7.7 (diff) · 11 actionable findings from 1 signal source. 8 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 194 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 |
|---|---|---|---|
.env.example |
software | healthy | .env.example |
CLAUDE.md |
software | healthy | CLAUDE.md |
Cargo.toml |
software | healthy | Cargo.toml |
AGENTS.md |
software | healthy | AGENTS.md |
build.rs |
software | healthy | build.rs |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
README.md |
software | healthy | README.md |
LICENSE |
software | healthy | LICENSE |
GEMINI.md |
software | healthy | GEMINI.md |
Dockerfile |
software | healthy | Dockerfile |
Cargo.lock |
software | healthy | Cargo.lock |
mcp_server.rs |
software | healthy | tests/mcp_server.rs |
multiuser_tests.rs |
software | healthy | tests/multiuser_tests.rs |
http_auth_tests.rs |
software | healthy | tests/http_auth_tests.rs |
ci.yml |
software | healthy | .github/workflows/ci.yml |
auth.rs |
software | healthy | src/auth.rs |
version.rs |
software | healthy | src/version.rs |
users.rs |
software | healthy | src/users.rs |
http.rs |
software | healthy | src/http.rs |
messages.rs |
software | healthy | src/messages.rs |
health.rs |
software | healthy | src/health.rs |
app.rs |
software | healthy | src/app.rs |
lib.rs |
software | healthy | src/lib.rs |
errors.rs |
software | healthy | src/errors.rs |
tokens.rs |
software | healthy | src/tokens.rs |
cli.rs |
software | healthy | src/cli.rs |
main.rs |
software | healthy | src/main.rs |
database.rs |
software | healthy | src/database.rs |
openai.rs |
software | healthy | src/openai.rs |
handler.rs |
software | healthy | src/handler.rs |
signals.rs |
software | healthy | src/workers/signals.rs |
extraction.rs |
software | healthy | src/workers/extraction.rs |
embedding.rs |
software | healthy | src/workers/embedding.rs |
config.rs |
software | healthy | src/workers/config.rs |
review_delivery.rs |
software | healthy | src/workers/review_delivery.rs |
tenant_sweep.rs |
software | healthy | src/workers/tenant_sweep.rs |
daily_review.rs |
software | healthy | src/workers/daily_review.rs |
telegram.rs |
software | healthy | src/workers/telegram.rs |
reconciliation.rs |
software | healthy | src/workers/reconciliation.rs |
mod.rs |
software | healthy | src/workers/mod.rs |
weekly_review.rs |
software | healthy | src/workers/weekly_review.rs |
mcp.rs |
software | healthy | src/adapters/mcp.rs |
telegram.rs |
software | healthy | src/adapters/telegram.rs |
mod.rs |
software | healthy | src/adapters/mod.rs |
registry.rs |
software | healthy | src/journal/registry.rs |
repository.rs |
software | healthy | src/journal/repository.rs |
transfer.rs |
software | healthy | src/journal/transfer.rs |
entry.rs |
software | healthy | src/journal/entry.rs |
responses.rs |
software | healthy | src/journal/responses.rs |
repository_tests.rs |
software | healthy | src/journal/repository_tests.rs |
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 |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
workers |
software | healthy | src/workers |
adapters |
software | healthy | src/adapters |
journal |
software | healthy | src/journal |
review |
software | healthy | src/journal/review |
signals |
software | healthy | src/journal/review/signals |
service |
software | healthy | src/journal/service |
week_review |
software | healthy | src/journal/week_review |
analyzer |
software | healthy | src/journal/analyzer |
tools |
software | healthy | src/journal/analyzer/tools |
embedding |
software | healthy | src/journal/embedding |
extraction |
software | healthy | src/journal/extraction |
prompts |
software | healthy | src/prompts |
prompts |
software | healthy | prompts |
migrations |
software | healthy | migrations |
| Label | Layer | Status | Path |
|---|---|---|---|
0006_add_embedding_status.sql |
data | healthy | migrations/0006_add_embedding_status.sql |
0003_create_daily_reviews.sql |
data | healthy | migrations/0003_create_daily_reviews.sql |
0007_add_signal_status_to_daily_reviews.sql |
data | healthy | migrations/0007_add_signal_status_to_daily_reviews.sql |
0008_create_daily_review_signals.sql |
data | healthy | migrations/0008_create_daily_review_signals.sql |
0011_add_weekly_reviews_inputs_snapshot.sql |
data | healthy | migrations/0011_add_weekly_reviews_inputs_snapshot.sql |
0009_create_daily_review_embeddings.sql |
data | healthy | migrations/0009_create_daily_review_embeddings.sql |
0001_create_journal_entries.sql |
data | healthy | migrations/0001_create_journal_entries.sql |
0012_remove_user_scoping.sql |
data | healthy | migrations/0012_remove_user_scoping.sql |
0014_create_customized_prompts.sql |
data | healthy | migrations/0014_create_customized_prompts.sql |
0004_add_daily_review_delivery.sql |
data | healthy | migrations/0004_add_daily_review_delivery.sql |
0005_create_journal_entry_extractions.sql |
data | healthy | migrations/0005_create_journal_entry_extractions.sql |
0013_journal_entries_ulid.sql |
data | healthy | migrations/0013_journal_entries_ulid.sql |
0002_create_journal_entry_embeddings.sql |
data | healthy | migrations/0002_create_journal_entry_embeddings.sql |
0015_create_user_tokens.sql |
data | healthy | migrations/0015_create_user_tokens.sql |
0010_create_weekly_reviews.sql |
data | healthy | migrations/0010_create_weekly_reviews.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
daily_reviews |
data | healthy | migrations/0003_create_daily_reviews.sql |
daily_review_signals |
data | healthy | migrations/0008_create_daily_review_signals.sql |
daily_review_embedding_metadata |
data | healthy | migrations/0009_create_daily_review_embeddings.sql |
journal_entries |
data | healthy | migrations/0001_create_journal_entries.sql |
journal_entry_embedding_metadata |
data | healthy | migrations/0012_remove_user_scoping.sql |
journal_entry_extractions |
data | healthy | migrations/0012_remove_user_scoping.sql |
weekly_reviews |
data | healthy | migrations/0012_remove_user_scoping.sql |
customized_prompts |
data | healthy | migrations/0014_create_customized_prompts.sql |
user_tokens |
data | healthy | migrations/0015_create_user_tokens.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | Cargo.toml |
mysql |
data | healthy | Cargo.lock |
postgres |
data | healthy | Cargo.lock |
| Label | Layer | Status | Path |
|---|---|---|---|
rust |
cicd | healthy | .github/workflows/ci.yml |
docker |
cicd | healthy | .github/workflows/ci.yml |
docker-push |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
IMAGE_NAME |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
asiniscalchi__froid |
software | healthy | /data/fable5_failed_archive/asiniscalchi__froid |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | .env.example |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | Cargo.lock |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
This page is publicly accessible at:
https://repobility.com/scan/5df27560-9ee5-4d96-a3cd-6aa882f12c6b/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/5df27560-9ee5-4d96-a3cd-6aa882f12c6b/
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.