https://github.com/ucsky/dotfiles
· scanned 2026-06-16 00:44 UTC (2 months, 1 week ago)
15 raw signals (0 security + 15 graph)
Last scanned 2 months, 1 week ago · v1 · 14 actionable findings from 1 signal source. 1 repeated signal grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 101 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 |
|---|---|---|---|
README.md |
software | healthy | README.md |
Makefile |
software | healthy | Makefile |
LICENSE |
software | healthy | LICENSE |
requirements.txt |
software | healthy | requirements.txt |
AGENTS.md |
software | healthy | AGENTS.md |
Dockerfile |
software | healthy | docker/ubuntu/Dockerfile |
Dockerfile |
software | healthy | docker/mswin/Dockerfile |
Dockerfile |
software | healthy | docker/macos/Dockerfile |
test_python_scripts_compile.bash |
software | healthy | tests/scripts/python3/test_python_scripts_compile.bash |
test_CheckNotebookParams.py |
software | healthy | tests/scripts/python3/test_CheckNotebookParams.py |
test_all_bash_scripts.bash |
software | healthy | tests/scripts/bash/test_all_bash_scripts.bash |
test_docker-checksize.bash |
software | healthy | tests/scripts/bash/test_docker-checksize.bash |
test_7zmax.bash |
software | healthy | tests/scripts/bash/test_7zmax.bash |
test_example-utils.bash |
software | healthy | tests/notebooks/test_example-utils.bash |
test_notebook_precommit.bash |
software | healthy | tests/hooks/test_notebook_precommit.bash |
test_repo_security.bash |
software | healthy | tests/infra/test_repo_security.bash |
test_network.bash |
software | healthy | tests/infra/test_network.bash |
test_zsh_configs.bash |
software | healthy | tests/configs/zsh/test_zsh_configs.bash |
test_bash_configs.bash |
software | healthy | tests/configs/bash/test_bash_configs.bash |
test_emacs.bash |
software | healthy | tests/configs/emacs/test_emacs.bash |
nb-check-params.py |
software | healthy | scripts/python3/nb-check-params.py |
nb-start.py |
software | healthy | scripts/python3/nb-start.py |
csv2yaml.py |
software | healthy | scripts/python3/csv2yaml.py |
json2csv.py |
software | healthy | scripts/python3/json2csv.py |
parse-script-header.py |
software | healthy | scripts/python3/parse-script-header.py |
docker-checksize.bash |
software | healthy | scripts/bash/docker-checksize.bash |
pip-fix-pip.bash |
software | healthy | scripts/bash/pip-fix-pip.bash |
subsr.bash |
software | healthy | scripts/bash/subsr.bash |
git-export-all-file-versions.bash |
software | healthy | scripts/bash/git-export-all-file-versions.bash |
mset-get-info.bash |
software | healthy | scripts/bash/mset-get-info.bash |
docker-stop.bash |
software | healthy | scripts/bash/docker-stop.bash |
youtube-dl-audio.bash |
software | healthy | scripts/bash/youtube-dl-audio.bash |
git-add-extended.bash |
software | healthy | scripts/bash/git-add-extended.bash |
git-lfs-diff.bash |
software | healthy | scripts/bash/git-lfs-diff.bash |
nb-start.bash |
software | healthy | scripts/bash/nb-start.bash |
ollama-library-search.bash |
software | healthy | scripts/bash/ollama-library-search.bash |
ollama-check-fit.bash |
software | healthy | scripts/bash/ollama-check-fit.bash |
7zmax.bash |
software | healthy | scripts/bash/7zmax.bash |
mp4-to-mp3.bash |
software | healthy | scripts/bash/mp4-to-mp3.bash |
nb-run.bash |
software | healthy | scripts/bash/nb-run.bash |
nb-pdf.bash |
software | healthy | scripts/bash/nb-pdf.bash |
README.md |
software | healthy | assets/README.md |
notebook.pre-commit.bash |
software | healthy | hooks/notebook.pre-commit.bash |
dependabot.yml |
software | healthy | .github/dependabot.yml |
workflows.yml |
software | healthy | .github/workflows/workflows.yml |
security.yml |
software | healthy | .github/workflows/security.yml |
settings.json |
software | healthy | configs/vscode/settings.json |
keybindings.json |
software | healthy | configs/vscode/keybindings.json |
install_linux.bash |
software | healthy | make/install_linux.bash |
install_macos.zsh |
software | healthy | make/install_macos.zsh |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
docker |
software | healthy | docker |
ubuntu |
software | healthy | docker/ubuntu |
mswin |
software | healthy | docker/mswin |
macos |
software | healthy | docker/macos |
tests |
software | healthy | tests |
scripts |
software | healthy | tests/scripts |
python3 |
software | healthy | tests/scripts/python3 |
bash |
software | healthy | tests/scripts/bash |
notebooks |
software | healthy | tests/notebooks |
hooks |
software | healthy | tests/hooks |
infra |
software | healthy | tests/infra |
configs |
software | healthy | tests/configs |
zsh |
software | healthy | tests/configs/zsh |
bash |
software | healthy | tests/configs/bash |
emacs |
software | healthy | tests/configs/emacs |
scripts |
software | healthy | scripts |
python3 |
software | healthy | scripts/python3 |
bash |
software | healthy | scripts/bash |
assets |
software | healthy | assets |
hooks |
software | healthy | hooks |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
configs |
software | healthy | configs |
vscode |
software | healthy | configs/vscode |
make |
software | healthy | make |
| Label | Layer | Status | Path |
|---|---|---|---|
setUp |
software | healthy | tests/scripts/python3/test_CheckNotebookParams.py:29 |
tearDown |
software | healthy | tests/scripts/python3/test_CheckNotebookParams.py:66 |
test_notebook_with_one_parameters_tag |
software | healthy | tests/scripts/python3/test_CheckNotebookParams.py:74 |
test_notebook_with_multiple_parameters_tags |
software | healthy | tests/scripts/python3/test_CheckNotebookParams.py:78 |
test_notebook_without_parameters_tag |
software | healthy | tests/scripts/python3/test_CheckNotebookParams.py:82 |
count_parameters_tags |
software | healthy | scripts/python3/nb-check-params.py:15 |
check_directory |
software | healthy | scripts/python3/nb-check-params.py:30 |
main |
software | healthy | scripts/python3/nb-start.py:14 |
convert |
software | healthy | scripts/python3/csv2yaml.py:14 |
main |
software | healthy | scripts/python3/json2csv.py:12 |
main |
software | healthy | scripts/python3/parse-script-header.py:15 |
| Label | Layer | Status | Path |
|---|---|---|---|
image::docker/ubuntu/Dockerfile |
hardware | healthy | docker/ubuntu/Dockerfile |
image::docker/mswin/Dockerfile |
hardware | healthy | docker/mswin/Dockerfile |
image::docker/macos/Dockerfile |
hardware | healthy | docker/macos/Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
cicd | healthy | .github/workflows/workflows.yml |
windows-smoke |
cicd | healthy | .github/workflows/workflows.yml |
security |
cicd | healthy | .github/workflows/security.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::workflows |
cicd | healthy | .github/workflows/workflows.yml |
gha::security |
cicd | healthy | .github/workflows/security.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-5s7f083o |
software | healthy | /tmp/repobility-clone-5s7f083o |
| Label | Layer | Status | Path |
|---|---|---|---|
TestCheckNbParams |
software | healthy | tests/scripts/python3/test_CheckNotebookParams.py:28 |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | scripts/bash/ollama-check-fit.bash |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | scripts/bash/ollama-check-fit.bash |
This page is publicly accessible at:
https://repobility.com/scan/f92b2f92-15ce-4bc7-a548-0cb0cfb2c837/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/f92b2f92-15ce-4bc7-a548-0cb0cfb2c837/
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.