https://github.com/xiangruiai/vantasma-toolkit
· scanned 2026-06-16 01:02 UTC (2 months, 1 week ago)
62 raw signals (0 security + 62 graph)
Last scanned 2 months, 1 week ago · v1 · 54 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 630 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 |
|---|---|---|---|
disable_color |
software | dead | cli/vchat/vchat_core/output.py:17 |
_use_color |
software | healthy | cli/vchat/vchat_core/output.py:23 |
color |
software | healthy | cli/vchat/vchat_core/output.py:29 |
dim |
software | dead | cli/vchat/vchat_core/output.py:35 |
bold |
software | dead | cli/vchat/vchat_core/output.py:36 |
red |
software | healthy | cli/vchat/vchat_core/output.py:37 |
green |
software | dead | cli/vchat/vchat_core/output.py:38 |
yellow |
software | healthy | cli/vchat/vchat_core/output.py:39 |
blue |
software | dead | cli/vchat/vchat_core/output.py:40 |
cyan |
software | dead | cli/vchat/vchat_core/output.py:41 |
emit |
software | dead | cli/vchat/vchat_core/output.py:45 |
err |
software | dead | cli/vchat/vchat_core/output.py:69 |
warn |
software | healthy | cli/vchat/vchat_core/output.py:74 |
info |
software | dead | cli/vchat/vchat_core/output.py:78 |
find_wechat_main_pid |
software | healthy | cli/vchat/vchat_core/decrypt_pipeline.py:29 |
find_db_storage |
software | healthy | cli/vchat/vchat_core/decrypt_pipeline.py:50 |
enumerate_dbs |
software | healthy | cli/vchat/vchat_core/decrypt_pipeline.py:73 |
run_key_scanner |
software | healthy | cli/vchat/vchat_core/decrypt_pipeline.py:78 |
match_keys_to_dbs |
software | dead | cli/vchat/vchat_core/decrypt_pipeline.py:98 |
decrypt_all |
software | healthy | cli/vchat/vchat_core/decrypt_pipeline.py:146 |
full_pipeline |
software | dead | cli/vchat/vchat_core/decrypt_pipeline.py:162 |
_is_windows |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:71 |
_kernel32 |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:75 |
find_wechat_pid |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:79 |
_open_process |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:103 |
_readable_region |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:111 |
_enumerate_regions |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:117 |
_read_region |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:135 |
_scan_buffer |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:149 |
collect_db_salts |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:177 |
find_db_storage_windows |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:193 |
find_keys |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:211 |
get_data_dir |
software | healthy | cli/vchat/vchat_core/__init__.py:14 |
get_decrypted_dir |
software | healthy | cli/vchat/vchat_core/__init__.py:37 |
detect_format |
software | healthy | cli/vchat/vchat_core/image_codec.py:46 |
detect_xor_key |
software | healthy | cli/vchat/vchat_core/image_codec.py:65 |
xor_decrypt |
software | healthy | cli/vchat/vchat_core/image_codec.py:99 |
_aes_ecb_decrypt |
software | healthy | cli/vchat/vchat_core/image_codec.py:118 |
v2_decrypt |
software | healthy | cli/vchat/vchat_core/image_codec.py:133 |
decrypt_dat |
software | dead | cli/vchat/vchat_core/image_codec.py:213 |
get_contact_names |
software | healthy | cli/vchat/vchat_core/contacts.py:15 |
_resolve_username |
software | healthy | cli/vchat/vchat_core/contacts.py:33 |
resolve_chat_context |
software | healthy | cli/vchat/vchat_core/contacts.py:68 |
get_self_username |
software | healthy | cli/vchat/vchat_core/contacts.py:96 |
search_contacts |
software | healthy | cli/vchat/vchat_core/contacts.py:134 |
get_chatroom_members |
software | dead | cli/vchat/vchat_core/contacts.py:155 |
_load_cache |
software | healthy | cli/vchat/vchat_core/voice.py:31 |
_save_cache |
software | healthy | cli/vchat/vchat_core/voice.py:40 |
_voice_dir |
software | healthy | cli/vchat/vchat_core/voice.py:48 |
_resolve_chat_name_id |
software | healthy | cli/vchat/vchat_core/voice.py:56 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
LICENSE |
software | healthy | LICENSE |
README.md |
software | healthy | cli/vchat/README.md |
install.sh |
software | healthy | cli/vchat/install.sh |
ROADMAP.md |
software | healthy | cli/vchat/ROADMAP.md |
LICENSE |
software | healthy | cli/vchat/LICENSE |
CHANGELOG.md |
software | healthy | cli/vchat/CHANGELOG.md |
output.py |
software | healthy | cli/vchat/vchat_core/output.py |
decrypt_pipeline.py |
software | healthy | cli/vchat/vchat_core/decrypt_pipeline.py |
find_keys_windows.py |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py |
__init__.py |
software | healthy | cli/vchat/vchat_core/__init__.py |
image_codec.py |
software | healthy | cli/vchat/vchat_core/image_codec.py |
contacts.py |
software | healthy | cli/vchat/vchat_core/contacts.py |
voice.py |
software | healthy | cli/vchat/vchat_core/voice.py |
exitcodes.py |
software | healthy | cli/vchat/vchat_core/exitcodes.py |
_compat.py |
software | healthy | cli/vchat/vchat_core/_compat.py |
messages.py |
software | healthy | cli/vchat/vchat_core/messages.py |
cache.py |
software | healthy | cli/vchat/vchat_core/cache.py |
content.py |
software | healthy | cli/vchat/vchat_core/content.py |
crypto.py |
software | healthy | cli/vchat/vchat_core/crypto.py |
DATA_LAYOUT.md |
software | healthy | cli/vchat/docs/DATA_LAYOUT.md |
find_image_key_macos.c |
software | healthy | cli/vchat/vchat_native/find_image_key_macos.c |
Makefile |
software | healthy | cli/vchat/vchat_native/Makefile |
find_keys_macos.c |
software | healthy | cli/vchat/vchat_native/find_keys_macos.c |
_meta.json |
software | healthy | skills/生活/didi-ride-skill/_meta.json |
README.md |
software | healthy | skills/生活/didi-ride-skill/README.md |
install.sh |
software | healthy | skills/生活/didi-ride-skill/install.sh |
uninstall.sh |
software | healthy | skills/生活/didi-ride-skill/uninstall.sh |
LICENSE |
software | healthy | skills/生活/didi-ride-skill/LICENSE |
SKILL.md |
software | healthy | skills/生活/didi-ride-skill/skill/SKILL.md |
handler.js |
software | healthy | skills/生活/didi-ride-skill/src/handler.js |
client.js |
software | healthy | skills/生活/didi-ride-skill/src/client.js |
register.js |
software | healthy | skills/生活/didi-ride-skill/src/register.js |
cards.js |
software | healthy | skills/生活/didi-ride-skill/src/cards.js |
README.md |
software | healthy | skills/数据抓取/mp-data/README.md |
SKILL.md |
software | healthy | skills/数据抓取/mp-data/SKILL.md |
fetch_content.py |
software | healthy | skills/数据抓取/mp-data/scripts/fetch_content.py |
report_html.py |
software | healthy | skills/数据抓取/mp-data/scripts/report_html.py |
extract.js |
software | healthy | skills/数据抓取/mp-data/scripts/extract.js |
scrape.py |
software | healthy | skills/数据抓取/mp-data/scripts/scrape.py |
README.md |
software | healthy | skills/内容设计/xiangrui-video/README.md |
SKILL.md |
software | healthy | skills/内容设计/xiangrui-video/SKILL.md |
LICENSE |
software | healthy | skills/内容设计/xiangrui-video/LICENSE |
make_sfx.py |
software | healthy | skills/内容设计/xiangrui-video/scripts/make_sfx.py |
protocols.mjs |
software | healthy | skills/内容设计/xiangrui-video/scripts/protocols.mjs |
html_still.py |
software | healthy | skills/内容设计/xiangrui-video/scripts/html_still.py |
render.py |
software | healthy | skills/内容设计/xiangrui-video/scripts/render.py |
package.json |
software | healthy | skills/内容设计/xiangrui-video/scripts/package.json |
setup.sh |
software | healthy | skills/内容设计/xiangrui-video/scripts/setup.sh |
tts_podcast.mjs |
software | healthy | skills/内容设计/xiangrui-video/scripts/tts_podcast.mjs |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
cli |
software | healthy | cli |
vchat |
software | healthy | cli/vchat |
vchat_core |
software | healthy | cli/vchat/vchat_core |
docs |
software | healthy | cli/vchat/docs |
vchat_native |
software | healthy | cli/vchat/vchat_native |
skills |
software | healthy | skills |
生活 |
software | healthy | skills/生活 |
didi-ride-skill |
software | healthy | skills/生活/didi-ride-skill |
skill |
software | healthy | skills/生活/didi-ride-skill/skill |
src |
software | healthy | skills/生活/didi-ride-skill/src |
数据抓取 |
software | healthy | skills/数据抓取 |
mp-data |
software | healthy | skills/数据抓取/mp-data |
scripts |
software | healthy | skills/数据抓取/mp-data/scripts |
内容设计 |
software | healthy | skills/内容设计 |
xiangrui-video |
software | healthy | skills/内容设计/xiangrui-video |
scripts |
software | healthy | skills/内容设计/xiangrui-video/scripts |
references |
software | healthy | skills/内容设计/xiangrui-video/references |
ming-li |
software | healthy | skills/内容设计/ming-li |
scripts |
software | healthy | skills/内容设计/ming-li/scripts |
references |
software | healthy | skills/内容设计/ming-li/references |
group-daily-newspaper |
software | healthy | skills/内容设计/group-daily-newspaper |
scripts |
software | healthy | skills/内容设计/group-daily-newspaper/scripts |
references |
software | healthy | skills/内容设计/group-daily-newspaper/references |
examples |
software | healthy | skills/内容设计/group-daily-newspaper/examples |
group-daily |
software | healthy | skills/内容设计/group-daily |
scripts |
software | healthy | skills/内容设计/group-daily/scripts |
references |
software | healthy | skills/内容设计/group-daily/references |
assets |
software | healthy | skills/内容设计/group-daily/assets |
gongzhonghao-typeset |
software | healthy | skills/内容设计/gongzhonghao-typeset |
scripts |
software | healthy | skills/内容设计/gongzhonghao-typeset/scripts |
templates |
software | healthy | skills/内容设计/gongzhonghao-typeset/templates |
飞书办公 |
software | healthy | skills/飞书办公 |
daily-log |
software | healthy | skills/飞书办公/daily-log |
references |
software | healthy | skills/飞书办公/daily-log/references |
feishu-proposal |
software | healthy | skills/飞书办公/feishu-proposal |
references |
software | healthy | skills/飞书办公/feishu-proposal/references |
assets |
software | healthy | skills/飞书办公/feishu-proposal/assets |
feishu-bitable-skill |
software | healthy | skills/飞书办公/feishu-bitable-skill |
scripts |
software | healthy | skills/飞书办公/feishu-bitable-skill/scripts |
references |
software | healthy | skills/飞书办公/feishu-bitable-skill/references |
feishu-bitable-system-prompt |
software | healthy | skills/飞书办公/feishu-bitable-system-prompt |
references |
software | healthy | skills/飞书办公/feishu-bitable-system-prompt/references |
agents |
software | healthy | skills/飞书办公/feishu-bitable-system-prompt/agents |
| Label | Layer | Status | Path |
|---|---|---|---|
PROCESSENTRY32W |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:43 |
MEMORY_BASIC_INFORMATION |
software | healthy | cli/vchat/vchat_core/find_keys_windows.py:58 |
_PathCache |
software | healthy | cli/vchat/vchat_core/_compat.py:16 |
DBCache |
software | healthy | cli/vchat/vchat_core/cache.py:14 |
Theme |
software | healthy | skills/内容设计/gongzhonghao-typeset/scripts/render.py:25 |
BitableTemplateBuilder |
software | healthy | skills/飞书办公/feishu-bitable-skill/scripts/create_bitable_tem… |
FeishuClient |
software | healthy | skills/飞书办公/feishu-bitable-skill/scripts/feishu_common.py:1… |
| Label | Layer | Status | Path |
|---|---|---|---|
1.0.0.19 |
network | healthy | skills/内容设计/xiangrui-video/scripts/protocols.mjs |
124.0.0.0 |
network | healthy | skills/内容设计/xiangrui-video/scripts/fetch_logo.py |
131.0.0.0 |
network | healthy | skills/内容设计/xiangrui-video/scripts/fetch_broll.py |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-_hixcl2p |
software | healthy | /tmp/repobility-clone-_hixcl2p |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | cli/vchat/README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | skills/内容设计/ming-li/scripts/html_to_png.py |
This page is publicly accessible at:
https://repobility.com/scan/20e9f384-7296-49e0-a023-f2340278bc67/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/20e9f384-7296-49e0-a023-f2340278bc67/
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.