https://github.com/dkedar7/langstage-cli
· scanned 2026-06-17 01:57 UTC (1 month, 1 week ago)
13 raw signals (0 security + 13 graph)
Last scanned 1 month, 1 week ago · v2 · last Δ +6.4 (diff) · 12 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 118 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 |
|---|---|---|---|
test_show_config_prints_resolved_config |
software | healthy | tests/test_cli.py:12 |
test_demo_and_agent_are_mutually_exclusive |
software | healthy | tests/test_cli.py:17 |
test_demo_replies_without_any_key |
software | healthy | tests/test_cli.py:22 |
test_valid_spec |
software | healthy | tests/test_cli.py:35 |
test_valid_spec_with_path |
software | healthy | tests/test_cli.py:42 |
test_valid_spec_with_colon_in_path |
software | healthy | tests/test_cli.py:49 |
test_missing_colon |
software | healthy | tests/test_cli.py:57 |
test_non_python_file |
software | healthy | tests/test_cli.py:62 |
test_absolute_path |
software | healthy | tests/test_cli.py:67 |
test_windows_path |
software | healthy | tests/test_cli.py:74 |
test_empty_variable_name |
software | healthy | tests/test_cli.py:81 |
test_complex_variable_name |
software | healthy | tests/test_cli.py:88 |
isolated |
software | healthy | tests/test_codeconfig.py:11 |
_toml |
software | healthy | tests/test_codeconfig.py:18 |
test_defaults |
software | healthy | tests/test_codeconfig.py:22 |
test_env_stream_mode |
software | healthy | tests/test_codeconfig.py:31 |
test_toml_keys |
software | healthy | tests/test_codeconfig.py:37 |
test_deepagent_spec_alias_is_deprecated |
software | healthy | tests/test_codeconfig.py:51 |
test_canonical_var_beats_alias |
software | healthy | tests/test_codeconfig.py:57 |
test_overrides_win |
software | healthy | tests/test_codeconfig.py:65 |
test_describe_lists_var_names |
software | healthy | tests/test_codeconfig.py:75 |
_write |
software | healthy | tests/test_config.py:12 |
test_returns_empty_when_no_files |
software | healthy | tests/test_config.py:17 |
test_loads_global_only |
software | healthy | tests/test_config.py:25 |
test_loads_project_only |
software | healthy | tests/test_config.py:35 |
test_project_overrides_global |
software | healthy | tests/test_config.py:45 |
test_walks_up_for_project_config |
software | healthy | tests/test_config.py:60 |
test_invalid_toml_raises |
software | healthy | tests/test_config.py:73 |
test_get_dotted_path |
software | healthy | tests/test_config.py:82 |
test_resolve_precedence |
software | healthy | tests/test_config.py:91 |
test_resolve_bool_cast |
software | healthy | tests/test_config.py:108 |
test_legacy_import_works_and_warns |
software | healthy | tests/test_rename_shim.py:8 |
test_legacy_submodules_alias_the_new_ones |
software | healthy | tests/test_rename_shim.py:16 |
test_legacy_package_reexports_public_api |
software | healthy | tests/test_rename_shim.py:28 |
bash |
software | dead | examples/agent.py:23 |
__init__ |
software | healthy | langstage_cli/cli.py:176 |
execute |
software | healthy | langstage_cli/cli.py:81 |
register |
software | healthy | langstage_cli/cli.py:93 |
get |
software | healthy | langstage_cli/cli.py:99 |
all_commands |
software | healthy | langstage_cli/cli.py:106 |
parse_input |
software | healthy | langstage_cli/cli.py:110 |
rl_wrap |
software | healthy | langstage_cli/cli.py:131 |
make_prompt |
software | healthy | langstage_cli/cli.py:143 |
register_command |
software | healthy | langstage_cli/cli.py:151 |
decorator |
software | dead | langstage_cli/cli.py:159 |
_spin |
software | healthy | langstage_cli/cli.py:183 |
start |
software | healthy | langstage_cli/cli.py:197 |
stop |
software | healthy | langstage_cli/cli.py:204 |
get_terminal_width |
software | healthy | langstage_cli/cli.py:213 |
separator |
software | healthy | langstage_cli/cli.py:221 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
CHANGELOG.md |
software | healthy | CHANGELOG.md |
README.md |
software | healthy | README.md |
pyproject.toml |
software | healthy | pyproject.toml |
LICENSE |
software | healthy | LICENSE |
test_cli.py |
software | healthy | tests/test_cli.py |
__init__.py |
software | healthy | tests/__init__.py |
test_codeconfig.py |
software | healthy | tests/test_codeconfig.py |
test_config.py |
software | healthy | tests/test_config.py |
test_rename_shim.py |
software | healthy | tests/test_rename_shim.py |
ci.yml |
software | healthy | .github/workflows/ci.yml |
agent.py |
software | healthy | examples/agent.py |
cli.py |
software | healthy | langstage_cli/cli.py |
__init__.py |
software | healthy | langstage_cli/__init__.py |
config.py |
software | healthy | langstage_cli/config.py |
__init__.py |
software | healthy | deepagent_code/__init__.py |
| Label | Layer | Status | Path |
|---|---|---|---|
TestCliFlags |
software | healthy | tests/test_cli.py:9 |
TestParseAgentSpec |
software | healthy | tests/test_cli.py:32 |
SlashCommand |
software | healthy | langstage_cli/cli.py:64 |
CommandRegistry |
software | healthy | langstage_cli/cli.py:86 |
Spinner |
software | healthy | langstage_cli/cli.py:173 |
ConfigError |
software | healthy | langstage_cli/config.py:23 |
CodeConfig |
software | healthy | langstage_cli/config.py:79 |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
examples |
software | healthy | examples |
langstage_cli |
software | healthy | langstage_cli |
deepagent_code |
software | healthy | deepagent_code |
| Label | Layer | Status | Path |
|---|---|---|---|
dkedar7__langstage-cli |
software | healthy | /data/fable5_failed_archive/dkedar7__langstage-cli |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
cicd | healthy | .github/workflows/ci.yml |
This page is publicly accessible at:
https://repobility.com/scan/103962af-4326-4537-b87b-8535dec2faf5/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/103962af-4326-4537-b87b-8535dec2faf5/
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.