https://github.com/cevans87/Stranded
· scanned 2026-06-17 01:46 UTC (1 month, 1 week ago)
18 raw signals (0 security + 18 graph)
Last scanned 1 month, 1 week ago · v2 · last Δ +11.2 (diff) · 14 actionable findings from 1 signal source. 4 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 611 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 |
|---|---|---|---|
help_flag |
software | healthy | demo/cli.py:14 |
log_level_flag |
software | healthy | demo/cli.py:28 |
bar_subcommand |
software | healthy | demo/cli.py:34 |
baz_subcommand |
software | healthy | demo/cli.py:39 |
main |
software | healthy | demo/cli.py:44 |
aimd |
software | healthy | demo/throttle.py:10 |
server |
software | healthy | demo/throttle.py:29 |
client |
software | healthy | demo/throttle.py:32 |
api_call |
software | healthy | demo/throttle.py:36 |
printer |
software | healthy | demo/throttle.py:46 |
__getattr__ |
software | healthy | src/stranded/__init__.py:21 |
__call__ |
software | healthy | src/stranded/composer_.py:19 |
__getattr__ |
software | healthy | src/stranded/argparse/__init__.py:12 |
__getattr__ |
software | healthy | src/stranded/argparse/threading/__init__.py:12 |
__call__ |
software | healthy | src/stranded/argparse/threading/argument_parser_.py:32 |
__getattr__ |
software | healthy | src/stranded/argparse/asyncio/__init__.py:12 |
__call__ |
software | healthy | src/stranded/argparse/asyncio/argument_parser_.py:30 |
__getattr__ |
software | healthy | src/stranded/argparse/abc/__init__.py:11 |
to_short_str |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:396 |
to_long_str |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:488 |
to_type_str |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:26 |
__call__ |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:524 |
of_parameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:86 |
of_annotation |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:154 |
variadic_parameter_by_name |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:200 |
keyword_parameter_by_name |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:208 |
positional_parameter_by_name |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:212 |
parameter_by_name |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:216 |
annotations |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:220 |
of_signature |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:311 |
of_signatures |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:352 |
composeds |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:461 |
__or__ |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:474 |
__xor__ |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:477 |
__str__ |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:481 |
to_signature |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:495 |
future_t |
software | healthy | src/stranded/functools/herd_.py:11 |
future_t |
software | healthy | src/stranded/functools/lru_cache_.py:11 |
__getattr__ |
software | healthy | src/stranded/functools/__init__.py:21 |
set_value |
software | healthy | src/stranded/functools/threading/herd_.py:25 |
__call__ |
software | healthy | src/stranded/functools/threading/herd_.py:59 |
future_t |
software | healthy | src/stranded/functools/threading/herd_.py:83 |
set_value |
software | healthy | src/stranded/functools/threading/lru_cache_.py:25 |
__call__ |
software | healthy | src/stranded/functools/threading/lru_cache_.py:56 |
future_t |
software | healthy | src/stranded/functools/threading/lru_cache_.py:89 |
__getattr__ |
software | healthy | src/stranded/functools/threading/__init__.py:21 |
__call__ |
software | healthy | src/stranded/functools/threading/throttle_.py:40 |
set_value |
software | healthy | src/stranded/functools/asyncio/herd_.py:25 |
__call__ |
software | healthy | src/stranded/functools/asyncio/herd_.py:60 |
future_t |
software | healthy | src/stranded/functools/asyncio/herd_.py:84 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
Composer |
software | healthy | src/stranded/composer_.py:10 |
ArgumentParser |
software | healthy | src/stranded/argparse/argument_parser_.py:9 |
Composee |
software | healthy | src/stranded/argparse/threading/argument_parser_.py:12 |
Connect |
software | healthy | src/stranded/argparse/threading/argument_parser_.py:17 |
Exit |
software | healthy | src/stranded/argparse/threading/argument_parser_.py:22 |
Enter |
software | healthy | src/stranded/argparse/threading/argument_parser_.py:27 |
Composed |
software | healthy | src/stranded/argparse/threading/argument_parser_.py:31 |
ArgumentParser |
software | healthy | src/stranded/argparse/threading/argument_parser_.py:43 |
Composee |
software | healthy | src/stranded/argparse/asyncio/argument_parser_.py:9 |
Connect |
software | healthy | src/stranded/argparse/asyncio/argument_parser_.py:14 |
Exit |
software | healthy | src/stranded/argparse/asyncio/argument_parser_.py:19 |
Enter |
software | healthy | src/stranded/argparse/asyncio/argument_parser_.py:24 |
Composed |
software | healthy | src/stranded/argparse/asyncio/argument_parser_.py:29 |
ArgumentParser |
software | healthy | src/stranded/argparse/asyncio/argument_parser_.py:41 |
_Annotation |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:16 |
_Parameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:35 |
_RequiredParameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:50 |
_OptionalParameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:66 |
_VariadicParameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:83 |
_StackedParameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:99 |
_RequiredPositionalParameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:103 |
_OptionalPositionalParameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:110 |
_VariadicPositionalParameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:117 |
_KeywordParameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:124 |
_RequiredKeywordParameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:128 |
_OptionalKeywordParameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:135 |
_VariadicKeywordParameter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:144 |
_ReturnAnnotation |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:151 |
_Signature |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:176 |
_BoundSignature |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:404 |
Exception |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:436 |
Composee |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:440 |
Connect |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:444 |
Exit |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:448 |
Enter |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:452 |
Composed |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:456 |
ArgumentParser |
software | healthy | src/stranded/argparse/abc/argument_parser_.py:502 |
Herd |
software | healthy | src/stranded/functools/herd_.py:9 |
LruCache |
software | healthy | src/stranded/functools/lru_cache_.py:9 |
Retry |
software | healthy | src/stranded/functools/retry_.py:9 |
Throttle |
software | healthy | src/stranded/functools/throttle_.py:9 |
Composee |
software | healthy | src/stranded/functools/threading/herd_.py:16 |
Future |
software | healthy | src/stranded/functools/threading/herd_.py:21 |
Connect |
software | healthy | src/stranded/functools/threading/herd_.py:38 |
Exit |
software | healthy | src/stranded/functools/threading/herd_.py:43 |
Enter |
software | healthy | src/stranded/functools/threading/herd_.py:57 |
Composed |
software | healthy | src/stranded/functools/threading/herd_.py:69 |
Herd |
software | healthy | src/stranded/functools/threading/herd_.py:74 |
Composee |
software | healthy | src/stranded/functools/threading/lru_cache_.py:16 |
Future |
software | healthy | src/stranded/functools/threading/lru_cache_.py:21 |
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 |
pyproject.toml |
software | healthy | pyproject.toml |
LICENSE |
software | healthy | LICENSE |
cli.py |
software | healthy | demo/cli.py |
throttle.py |
software | healthy | demo/throttle.py |
__init__.py |
software | healthy | demo/__init__.py |
__main__.py |
software | healthy | demo/__main__.py |
__init__.py |
software | healthy | src/__init__.py |
__init__.py |
software | healthy | src/stranded/__init__.py |
composer_.py |
software | healthy | src/stranded/composer_.py |
__init__.py |
software | healthy | src/stranded/argparse/__init__.py |
argument_parser_.py |
software | healthy | src/stranded/argparse/argument_parser_.py |
__init__.py |
software | healthy | src/stranded/argparse/threading/__init__.py |
argument_parser_.py |
software | healthy | src/stranded/argparse/threading/argument_parser_.py |
__init__.py |
software | healthy | src/stranded/argparse/asyncio/__init__.py |
argument_parser_.py |
software | healthy | src/stranded/argparse/asyncio/argument_parser_.py |
__init__.py |
software | healthy | src/stranded/argparse/abc/__init__.py |
argument_parser_.py |
software | healthy | src/stranded/argparse/abc/argument_parser_.py |
herd_.py |
software | healthy | src/stranded/functools/herd_.py |
lru_cache_.py |
software | healthy | src/stranded/functools/lru_cache_.py |
__init__.py |
software | healthy | src/stranded/functools/__init__.py |
retry_.py |
software | healthy | src/stranded/functools/retry_.py |
throttle_.py |
software | healthy | src/stranded/functools/throttle_.py |
herd_.py |
software | healthy | src/stranded/functools/threading/herd_.py |
lru_cache_.py |
software | healthy | src/stranded/functools/threading/lru_cache_.py |
__init__.py |
software | healthy | src/stranded/functools/threading/__init__.py |
retry_.py |
software | healthy | src/stranded/functools/threading/retry_.py |
throttle_.py |
software | healthy | src/stranded/functools/threading/throttle_.py |
herd_.py |
software | healthy | src/stranded/functools/asyncio/herd_.py |
lru_cache_.py |
software | healthy | src/stranded/functools/asyncio/lru_cache_.py |
__init__.py |
software | healthy | src/stranded/functools/asyncio/__init__.py |
retry_.py |
software | healthy | src/stranded/functools/asyncio/retry_.py |
throttle_.py |
software | healthy | src/stranded/functools/asyncio/throttle_.py |
herd_.py |
software | healthy | src/stranded/functools/abc/herd_.py |
lru_cache_.py |
software | healthy | src/stranded/functools/abc/lru_cache_.py |
__init__.py |
software | healthy | src/stranded/functools/abc/__init__.py |
retry_.py |
software | healthy | src/stranded/functools/abc/retry_.py |
throttle_.py |
software | healthy | src/stranded/functools/abc/throttle_.py |
__init__.py |
software | healthy | src/stranded/threading/__init__.py |
composer_.py |
software | healthy | src/stranded/threading/composer_.py |
__init__.py |
software | healthy | src/stranded/execution/__init__.py |
scheduler_.py |
software | healthy | src/stranded/execution/scheduler_.py |
__init__.py |
software | healthy | src/stranded/execution/threading/__init__.py |
scheduler_.py |
software | healthy | src/stranded/execution/threading/scheduler_.py |
__init__.py |
software | healthy | src/stranded/execution/asyncio/__init__.py |
scheduler_.py |
software | healthy | src/stranded/execution/asyncio/scheduler_.py |
__init__.py |
software | healthy | src/stranded/execution/abc/__init__.py |
scheduler_.py |
software | healthy | src/stranded/execution/abc/scheduler_.py |
__init__.py |
software | healthy | src/stranded/asyncio/__init__.py |
composer_.py |
software | healthy | src/stranded/asyncio/composer_.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
demo |
software | healthy | demo |
src |
software | healthy | src |
stranded |
software | healthy | src/stranded |
argparse |
software | healthy | src/stranded/argparse |
threading |
software | healthy | src/stranded/argparse/threading |
asyncio |
software | healthy | src/stranded/argparse/asyncio |
abc |
software | healthy | src/stranded/argparse/abc |
functools |
software | healthy | src/stranded/functools |
threading |
software | healthy | src/stranded/functools/threading |
asyncio |
software | healthy | src/stranded/functools/asyncio |
abc |
software | healthy | src/stranded/functools/abc |
threading |
software | healthy | src/stranded/threading |
execution |
software | healthy | src/stranded/execution |
threading |
software | healthy | src/stranded/execution/threading |
asyncio |
software | healthy | src/stranded/execution/asyncio |
abc |
software | healthy | src/stranded/execution/abc |
asyncio |
software | healthy | src/stranded/asyncio |
sqlite3 |
software | healthy | src/stranded/sqlite3 |
threading |
software | healthy | src/stranded/sqlite3/threading |
asyncio |
software | healthy | src/stranded/sqlite3/asyncio |
abc |
software | healthy | src/stranded/sqlite3/abc |
types |
software | healthy | src/stranded/types |
abc |
software | healthy | src/stranded/abc |
logging |
software | healthy | src/stranded/logging |
threading |
software | healthy | src/stranded/logging/threading |
asyncio |
software | healthy | src/stranded/logging/asyncio |
abc |
software | healthy | src/stranded/logging/abc |
builtins |
software | healthy | src/stranded/builtins |
test |
software | healthy | test |
stranded |
software | healthy | test/stranded |
argparse |
software | healthy | test/stranded/argparse |
functools |
software | healthy | test/stranded/functools |
asyncio |
software | healthy | test/stranded/functools/asyncio |
threading |
software | healthy | test/stranded/threading |
execution |
software | healthy | test/stranded/execution |
threading |
software | healthy | test/stranded/execution/threading |
asyncio |
software | healthy | test/stranded/execution/asyncio |
asyncio |
software | healthy | test/stranded/asyncio |
sqlite3 |
software | healthy | test/stranded/sqlite3 |
threading |
software | healthy | test/stranded/sqlite3/threading |
asyncio |
software | healthy | test/stranded/sqlite3/asyncio |
types |
software | healthy | test/stranded/types |
logging |
software | healthy | test/stranded/logging |
asyncio |
software | healthy | test/stranded/logging/asyncio |
| Label | Layer | Status | Path |
|---|---|---|---|
cevans87__Stranded |
software | healthy | /data/fable5_failed_archive/cevans87__Stranded |
| Label | Layer | Status | Path |
|---|---|---|---|
IF |
data | healthy | src/stranded/sqlite3/abc/db_.py |
This page is publicly accessible at:
https://repobility.com/scan/04ae6d5b-75ae-49f8-a7b9-ed91440a18ff/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/04ae6d5b-75ae-49f8-a7b9-ed91440a18ff/
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.