https://github.com/Real-Fruit-Snacks/notes
· scanned 2026-06-15 23:48 UTC (2 months, 3 weeks ago)
30 raw signals (0 security + 30 graph)
Last scanned 2 months, 3 weeks ago · v1 · 30 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 579 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 |
|---|---|---|---|
parse_args |
software | healthy | build.py:23 |
serve |
software | healthy | build.py:40 |
main |
software | healthy | build.py:66 |
test_slugify_basic |
software | healthy | tests/test_discover.py:10 |
test_only_published_notes_included |
software | healthy | tests/test_discover.py:18 |
test_note_count |
software | healthy | tests/test_discover.py:28 |
test_slug_preserves_folders |
software | healthy | tests/test_discover.py:33 |
test_tags_parsed |
software | healthy | tests/test_discover.py:41 |
test_resolution_map_keys |
software | healthy | tests/test_discover.py:48 |
test_slugify_accented_latin |
software | healthy | tests/test_discover.py:64 |
test_slugify_underscore_becomes_dash |
software | healthy | tests/test_discover.py:71 |
vault_nonlatin |
software | healthy | tests/test_discover.py:78 |
_write |
software | healthy | tests/test_discover.py:84 |
_build_notes |
software | healthy | tests/test_discover.py:90 |
test_nonlatin_filenames_get_distinct_deterministic_slugs |
software | healthy | tests/test_discover.py:96 |
test_untitled_note_gets_slug_untitled |
software | healthy | tests/test_discover.py:112 |
test_cjk_file_still_gets_hash_slug |
software | healthy | tests/test_discover.py:121 |
test_slugify_nonlatin_returns_untitled |
software | healthy | tests/test_discover.py:131 |
vault_path |
software | healthy | tests/conftest.py:14 |
config |
software | healthy | tests/conftest.py:19 |
parser |
software | healthy | tests/test_parse.py:11 |
render_note |
software | healthy | tests/test_parse.py:17 |
test_wikilink_resolves |
software | healthy | tests/test_parse.py:26 |
test_wikilink_alias |
software | healthy | tests/test_parse.py:31 |
test_wikilink_heading |
software | healthy | tests/test_parse.py:36 |
test_broken_link |
software | healthy | tests/test_parse.py:41 |
test_image_embed |
software | healthy | tests/test_parse.py:48 |
test_note_transclusion |
software | healthy | tests/test_parse.py:54 |
test_callout |
software | healthy | tests/test_parse.py:60 |
test_code_highlight |
software | healthy | tests/test_parse.py:66 |
test_links_recorded |
software | healthy | tests/test_parse.py:75 |
test_updated_date_from_mtime_fallback |
software | healthy | tests/test_freshness.py:10 |
test_updated_date_from_git |
software | healthy | tests/test_freshness.py:21 |
test_homepage_lists_recently_updated |
software | healthy | tests/test_freshness.py:28 |
test_social_cards_generated |
software | healthy | tests/test_freshness.py:36 |
test_no_cards_without_site_url |
software | healthy | tests/test_freshness.py:48 |
test_full_build_creates_pages |
software | healthy | tests/test_build.py:9 |
test_assets_copied |
software | healthy | tests/test_build.py:24 |
test_pocket_bird_vendored |
software | healthy | tests/test_build.py:36 |
test_homepage_sections |
software | healthy | tests/test_build.py:51 |
test_search_and_graph_json |
software | healthy | tests/test_build.py:66 |
test_note_page_content |
software | healthy | tests/test_build.py:77 |
test_tag_pages |
software | healthy | tests/test_build.py:86 |
test_broken_link_warning |
software | healthy | tests/test_build.py:92 |
write_note |
software | healthy | tests/test_fixes.py:11 |
vault |
software | healthy | tests/test_fixes.py:18 |
build |
software | healthy | tests/test_fixes.py:24 |
test_image_embed_filename_is_escaped |
software | healthy | tests/test_fixes.py:29 |
test_repeated_transclusion_heading_ids_unique |
software | healthy | tests/test_fixes.py:38 |
test_malformed_frontmatter_skipped_with_warning |
software | healthy | tests/test_fixes.py:48 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
requirements-dev.txt |
software | healthy | requirements-dev.txt |
GITLAB.md |
software | healthy | GITLAB.md |
README.md |
software | healthy | README.md |
build.py |
software | healthy | build.py |
requirements.txt |
software | healthy | requirements.txt |
.gitlab-ci.yml |
software | healthy | .gitlab-ci.yml |
About this site.md |
software | healthy | vault/About this site.md |
Welcome.md |
software | healthy | vault/Welcome.md |
Code samples.md |
software | healthy | vault/Reference/Code samples.md |
Callout gallery.md |
software | healthy | vault/Reference/Callout gallery.md |
Markdown guide.md |
software | healthy | vault/Reference/Markdown guide.md |
Draft idea.md |
software | healthy | vault/Private/Draft idea.md |
Python tips.md |
software | healthy | vault/Programming/Python tips.md |
Rust ownership.md |
software | healthy | vault/Programming/Rust ownership.md |
Second brain.md |
software | healthy | vault/Ideas/Second brain.md |
Zettelkasten.md |
software | healthy | vault/Ideas/Zettelkasten.md |
2026-06-09.md |
software | healthy | vault/Daily/2026-06-09.md |
Sourdough.md |
software | healthy | vault/Cooking/Sourdough.md |
Pizza dough.md |
software | healthy | vault/Cooking/Pizza dough.md |
test_discover.py |
software | healthy | tests/test_discover.py |
conftest.py |
software | healthy | tests/conftest.py |
test_parse.py |
software | healthy | tests/test_parse.py |
test_freshness.py |
software | healthy | tests/test_freshness.py |
test_build.py |
software | healthy | tests/test_build.py |
test_fixes.py |
software | healthy | tests/test_fixes.py |
test_features.py |
software | healthy | tests/test_features.py |
test_syntax_extras.py |
software | healthy | tests/test_syntax_extras.py |
test_publish.py |
software | healthy | tests/test_publish.py |
test_cli.py |
software | healthy | tests/test_cli.py |
test_polish.py |
software | healthy | tests/test_polish.py |
test_graph.py |
software | healthy | tests/test_graph.py |
test_reserved_pages.py |
software | healthy | tests/test_reserved_pages.py |
test_tools.py |
software | healthy | tests/test_tools.py |
snippet.md |
software | healthy | tests/fixtures/vault/snippet.md |
secret note.md |
software | healthy | tests/fixtures/vault/secret note.md |
welcome.md |
software | healthy | tests/fixtures/vault/welcome.md |
ideas.md |
software | healthy | tests/fixtures/vault/notes/ideas.md |
localgraph.js |
software | healthy | assets/localgraph.js |
mermaid-init.js |
software | healthy | assets/mermaid-init.js |
site.css |
software | healthy | assets/site.css |
search.js |
software | healthy | assets/search.js |
nav.js |
software | healthy | assets/nav.js |
code.js |
software | healthy | assets/code.js |
math.js |
software | healthy | assets/math.js |
chrome.js |
software | healthy | assets/chrome.js |
previews.js |
software | healthy | assets/previews.js |
graph.js |
software | healthy | assets/graph.js |
cidr.js |
software | healthy | assets/tools/cidr.js |
encoding.js |
software | healthy | assets/tools/encoding.js |
certs.js |
software | healthy | assets/tools/certs.js |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
192.168.1.255 |
network | healthy | tests/test_tools.py |
255.255.255.0 |
network | healthy | tests/test_tools.py |
192.168.0.0 |
network | healthy | assets/tools/cidr.js |
192.168.1.0 |
network | healthy | assets/tools/cidr.js |
192.168.2.0 |
network | healthy | assets/tools/cidr.js |
192.168.3.0 |
network | healthy | assets/tools/cidr.js |
192.168.2.128 |
network | healthy | assets/tools/cidr.js |
10.0.0.5 |
network | healthy | assets/tools/cidr.js |
172.16.5.9 |
network | healthy | assets/tools/cidr.js |
10.0.0.0 |
network | healthy | assets/tools/cidr.js |
10.1.0.0 |
network | healthy | assets/tools/cidr.js |
10.2.0.0 |
network | healthy | assets/tools/cidr.js |
10.4.0.0 |
network | healthy | assets/tools/cidr.js |
2.5.4.3 |
network | healthy | assets/tools/certs.js |
2.5.4.10 |
network | healthy | assets/tools/certs.js |
255.255.255.255 |
network | healthy | assets/tools/subnet.js |
240.0.0.0 |
network | healthy | assets/tools/subnet.js |
100.64.0.0 |
network | healthy | assets/tools/subnet.js |
127.0.0.0 |
network | healthy | assets/tools/subnet.js |
169.254.0.0 |
network | healthy | assets/tools/subnet.js |
172.16.0.0 |
network | healthy | assets/tools/subnet.js |
192.0.2.0 |
network | healthy | assets/tools/subnet.js |
198.18.0.0 |
network | healthy | assets/tools/subnet.js |
198.51.100.0 |
network | healthy | assets/tools/subnet.js |
203.0.113.0 |
network | healthy | assets/tools/subnet.js |
224.0.0.0 |
network | healthy | assets/tools/subnet.js |
172.16.10.5 |
network | healthy | assets/tools/subnet.js |
| Label | Layer | Status | Path |
|---|---|---|---|
vault |
software | healthy | vault |
Reference |
software | healthy | vault/Reference |
Private |
software | healthy | vault/Private |
Programming |
software | healthy | vault/Programming |
Ideas |
software | healthy | vault/Ideas |
Daily |
software | healthy | vault/Daily |
Cooking |
software | healthy | vault/Cooking |
tests |
software | healthy | tests |
fixtures |
software | healthy | tests/fixtures |
vault |
software | healthy | tests/fixtures/vault |
notes |
software | healthy | tests/fixtures/vault/notes |
assets |
software | healthy | assets |
tools |
software | healthy | assets/tools |
templates |
software | healthy | templates |
tools |
software | healthy | templates/tools |
obsidian_site |
software | healthy | obsidian_site |
rules |
software | healthy | obsidian_site/rules |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
| Label | Layer | Status | Path |
|---|---|---|---|
_ReusableServer |
software | healthy | build.py:35 |
triad |
software | healthy | assets/tools/chmod.js:triad |
if |
software | healthy | assets/tools/chmod.js:if |
tying |
software | healthy | assets/tools/cron.js:tying |
Renderer |
software | healthy | obsidian_site/render.py:84 |
CatppuccinMocha |
software | healthy | obsidian_site/pygments_styles.py:108 |
TokyoNight |
software | healthy | obsidian_site/pygments_styles.py:116 |
SiteConfig |
software | healthy | obsidian_site/models.py:9 |
Link |
software | healthy | obsidian_site/models.py:34 |
Note |
software | healthy | obsidian_site/models.py:53 |
RenderResult |
software | healthy | obsidian_site/parse.py:56 |
Parser |
software | healthy | obsidian_site/parse.py:64 |
| Label | Layer | Status | Path |
|---|---|---|---|
redis |
data | healthy | assets/tools/ports.js |
mysql |
data | healthy | obsidian_site/ports.py |
mariadb |
data | healthy | obsidian_site/ports.py |
postgresql |
data | healthy | obsidian_site/ports.py |
elasticsearch |
data | healthy | obsidian_site/ports.py |
mongodb |
data | healthy | obsidian_site/ports.py |
| Label | Layer | Status | Path |
|---|---|---|---|
rabbitmq |
data | healthy | obsidian_site/ports.py |
kafka |
data | healthy | obsidian_site/ports.py |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::templates/tools/encoding.html |
security | healthy | templates/tools/encoding.html |
auth::assets/tools/encoding.js |
security | healthy | assets/tools/encoding.js |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::deploy |
cicd | healthy | .github/workflows/deploy.yml |
gitlab-ci |
cicd | healthy | .gitlab-ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
build |
cicd | healthy | .github/workflows/deploy.yml |
deploy |
cicd | healthy | .github/workflows/deploy.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-9z5iixqc |
software | healthy | /tmp/repobility-clone-9z5iixqc |
This page is publicly accessible at:
https://repobility.com/scan/07c09b44-90af-403b-b15d-38b002af96a7/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/07c09b44-90af-403b-b15d-38b002af96a7/
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.