https://github.com/bkc39/rkt-polars
· scanned 2026-06-17 01:40 UTC (1 month, 2 weeks ago)
11 raw signals (0 security + 11 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ +2.8 (diff) · 6 actionable findings from 1 signal source. 5 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 159 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 |
Cargo.toml |
software | healthy | rust/Cargo.toml |
rustfmt.toml |
software | healthy | rust/rustfmt.toml |
Cargo.lock |
software | healthy | rust/Cargo.lock |
17_expr_string_batch3.rs |
software | healthy | rust/examples/17_expr_string_batch3.rs |
07_lazy_io_batch1.rs |
software | healthy | rust/examples/07_lazy_io_batch1.rs |
10_expr_string_batch2.rs |
software | healthy | rust/examples/10_expr_string_batch2.rs |
02_dataframe_from_series.rs |
software | healthy | rust/examples/02_dataframe_from_series.rs |
14_series_temporal_refs.rs |
software | healthy | rust/examples/14_series_temporal_refs.rs |
23_expr_predicates.rs |
software | healthy | rust/examples/23_expr_predicates.rs |
04_csv_roundtrip.rs |
software | healthy | rust/examples/04_csv_roundtrip.rs |
13_series_typed_reductions.rs |
software | healthy | rust/examples/13_series_typed_reductions.rs |
15_dataframe_asof_options.rs |
software | healthy | rust/examples/15_dataframe_asof_options.rs |
05_dataframe_batch1.rs |
software | healthy | rust/examples/05_dataframe_batch1.rs |
19_expr_string_to_temporal.rs |
software | healthy | rust/examples/19_expr_string_to_temporal.rs |
12_series_scalar_arithmetic.rs |
software | healthy | rust/examples/12_series_scalar_arithmetic.rs |
20_expr_when_then.rs |
software | healthy | rust/examples/20_expr_when_then.rs |
06_dataframe_batch2.rs |
software | healthy | rust/examples/06_dataframe_batch2.rs |
16_series_primitive_dtypes.rs |
software | healthy | rust/examples/16_series_primitive_dtypes.rs |
21_expr_null_nan.rs |
software | healthy | rust/examples/21_expr_null_nan.rs |
03_dataframe_ops.rs |
software | healthy | rust/examples/03_dataframe_ops.rs |
09_expr_datetime_batch1.rs |
software | healthy | rust/examples/09_expr_datetime_batch1.rs |
22_expr_math.rs |
software | healthy | rust/examples/22_expr_math.rs |
18_expr_datetime_batch2.rs |
software | healthy | rust/examples/18_expr_datetime_batch2.rs |
08_expr_string_batch1.rs |
software | healthy | rust/examples/08_expr_string_batch1.rs |
01_series_basics.rs |
software | healthy | rust/examples/01_series_basics.rs |
24_expr_cumulative.rs |
software | healthy | rust/examples/24_expr_cumulative.rs |
11_lazy_scan_options_batch1.rs |
software | healthy | rust/examples/11_lazy_scan_options_batch1.rs |
25_expr_sort_select.rs |
software | healthy | rust/examples/25_expr_sort_select.rs |
lib.rs |
software | healthy | rust/src/lib.rs |
test_util_smoke.rs |
software | healthy | rust/src/tests/test_util_smoke.rs |
util.rs |
software | healthy | rust/src/tests/util.rs |
mod.rs |
software | healthy | rust/src/tests/mod.rs |
abi.rs |
software | healthy | rust/src/tests/abi.rs |
reshaping.rs |
software | healthy | rust/src/tests/series/reshaping.rs |
reductions.rs |
software | healthy | rust/src/tests/series/reductions.rs |
arith_scalar.rs |
software | healthy | rust/src/tests/series/arith_scalar.rs |
smoke.rs |
software | healthy | rust/src/tests/series/smoke.rs |
cmp_series.rs |
software | healthy | rust/src/tests/series/cmp_series.rs |
opt_ctors.rs |
software | healthy | rust/src/tests/series/opt_ctors.rs |
ctors.rs |
software | healthy | rust/src/tests/series/ctors.rs |
arith_series.rs |
software | healthy | rust/src/tests/series/arith_series.rs |
boolean.rs |
software | healthy | rust/src/tests/series/boolean.rs |
value_access.rs |
software | healthy | rust/src/tests/series/value_access.rs |
constructor_smoke.rs |
software | healthy | rust/src/tests/series/constructor_smoke.rs |
mod.rs |
software | healthy | rust/src/tests/series/mod.rs |
dtype_tag.rs |
software | healthy | rust/src/tests/series/dtype_tag.rs |
cast.rs |
software | healthy | rust/src/tests/series/cast.rs |
cmp_scalar.rs |
software | healthy | rust/src/tests/series/cmp_scalar.rs |
groupby.rs |
software | healthy | rust/src/tests/dataframe/groupby.rs |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
rust |
software | healthy | rust |
examples |
software | healthy | rust/examples |
src |
software | healthy | rust/src |
tests |
software | healthy | rust/src/tests |
series |
software | healthy | rust/src/tests/series |
dataframe |
software | healthy | rust/src/tests/dataframe |
series |
software | healthy | rust/src/series |
constructors |
software | healthy | rust/src/series/constructors |
ops |
software | healthy | rust/src/series/ops |
expr |
software | healthy | rust/src/expr |
string |
software | healthy | rust/src/expr/string |
types |
software | healthy | rust/src/types |
ffi |
software | healthy | rust/src/ffi |
dataframe |
software | healthy | rust/src/dataframe |
lazyframe |
software | healthy | rust/src/lazyframe |
scripts |
software | healthy | scripts |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
docs |
software | healthy | docs |
polars |
software | healthy | polars |
native-libs |
software | healthy | polars/native-libs |
user-guide |
software | healthy | user-guide |
getting-started |
software | healthy | user-guide/getting-started |
| Label | Layer | Status | Path |
|---|---|---|---|
build |
cicd | healthy | .github/workflows/native.yml |
catalog |
cicd | healthy | .github/workflows/native.yml |
old-glibc-load |
cicd | healthy | .github/workflows/native.yml |
flake-check |
cicd | healthy | .github/workflows/nix.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::native |
cicd | healthy | .github/workflows/native.yml |
gha::nix |
cicd | healthy | .github/workflows/nix.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
bkc39__rkt-polars |
software | healthy | /data/fable5_failed_archive/bkc39__rkt-polars |
This page is publicly accessible at:
https://repobility.com/scan/7b7dab78-cd60-451a-a25c-e599c3dc7254/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/7b7dab78-cd60-451a-a25c-e599c3dc7254/
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.