https://github.com/withremyinc/stream
· scanned 2026-06-16 00:58 UTC (2 months, 1 week ago)
28 raw signals (0 security + 28 graph)
Last scanned 2 months, 1 week ago · v1 · 19 actionable findings from 1 signal source. 9 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 226 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 |
|---|---|---|---|
highlight |
software | healthy | scripts/build-docs.mjs:highlight |
linkifyTypes |
software | healthy | scripts/build-docs.mjs:linkifyTypes |
for |
software | healthy | scripts/build-docs.mjs:for |
escapeHtml |
software | healthy | scripts/build-docs.mjs:escapeHtml |
colorToHex |
software | healthy | scripts/build-docs.mjs:colorToHex |
renderMarbleSVG |
software | healthy | scripts/build-docs.mjs:renderMarbleSVG |
railLabel |
software | healthy | scripts/build-docs.mjs:railLabel |
arrowLine |
software | healthy | scripts/build-docs.mjs:arrowLine |
marble_circle |
software | healthy | scripts/build-docs.mjs:marble_circle |
cx |
software | healthy | scripts/build-docs.mjs:cx |
labelBox |
software | healthy | scripts/build-docs.mjs:labelBox |
totalH |
software | healthy | scripts/build-docs.mjs:totalH |
renderApi |
software | healthy | scripts/build-docs.mjs:renderApi |
renderCategory |
software | healthy | scripts/build-docs.mjs:renderCategory |
renderTypes |
software | healthy | scripts/build-docs.mjs:renderTypes |
renderNav |
software | healthy | scripts/build-docs.mjs:renderNav |
ensurePopover |
software | healthy | scripts/build-docs.mjs:ensurePopover |
buildContent |
software | healthy | scripts/build-docs.mjs:buildContent |
position |
software | healthy | scripts/build-docs.mjs:position |
show |
software | healthy | scripts/build-docs.mjs:show |
hide |
software | healthy | scripts/build-docs.mjs:hide |
cancelShow |
software | healthy | scripts/build-docs.mjs:cancelShow |
cancelHide |
software | healthy | scripts/build-docs.mjs:cancelHide |
scheduleHide |
software | healthy | scripts/build-docs.mjs:scheduleHide |
onEnter |
software | healthy | scripts/build-docs.mjs:onEnter |
onLeave |
software | healthy | scripts/build-docs.mjs:onLeave |
dripFeedChunks |
software | healthy | scripts/drip-feed-chunks.mjs:dripFeedChunks |
dripFeedChunkCount |
software | healthy | scripts/drip-feed-chunks.mjs:dripFeedChunkCount |
dripFeedReadableStream |
software | healthy | scripts/drip-feed-chunks.mjs:dripFeedReadableStream |
sendReload |
software | healthy | scripts/serve-docs.mjs:sendReload |
build |
software | healthy | scripts/serve-docs.mjs:build |
onChange |
software | healthy | scripts/serve-docs.mjs:onChange |
countParseEvents |
software | healthy | scripts/bench-geojson.mjs:countParseEvents |
benchLabel |
software | healthy | scripts/bench-geojson.mjs:benchLabel |
main |
software | healthy | scripts/bench-geojson.mjs:main |
downloadTextViaFetch |
software | healthy | scripts/bench-xml.mjs:downloadTextViaFetch |
downloadTextViaCurl |
software | healthy | scripts/bench-xml.mjs:downloadTextViaCurl |
downloadText |
software | healthy | scripts/bench-xml.mjs:downloadText |
countParseEvents |
software | healthy | scripts/bench-xml.mjs:countParseEvents |
formatEventCounts |
software | healthy | scripts/bench-xml.mjs:formatEventCounts |
benchLabel |
software | healthy | scripts/bench-xml.mjs:benchLabel |
main |
software | healthy | scripts/bench-xml.mjs:main |
collect |
software | healthy | src/collects.ts:collect |
collectToString |
software | healthy | src/collects.ts:collectToString |
collectFirst |
software | healthy | src/collects.ts:collectFirst |
collectLast |
software | healthy | src/collects.ts:collectLast |
merge |
software | healthy | src/index.ts:merge |
pump |
software | healthy | src/index.ts:pump |
mergeKeyed |
software | healthy | src/index.ts:mergeKeyed |
concat |
software | healthy | src/index.ts:concat |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
NOTICES.md |
software | healthy | NOTICES.md |
README.md |
software | healthy | README.md |
pnpm-lock.yaml |
software | healthy | pnpm-lock.yaml |
package.json |
software | healthy | package.json |
LICENSE.md |
software | healthy | LICENSE.md |
RELEASING.md |
software | healthy | RELEASING.md |
tsconfig.json |
software | healthy | tsconfig.json |
tsdown.config.ts |
software | healthy | tsdown.config.ts |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
index.html |
software | healthy | docs/index.html |
build-docs.mjs |
software | healthy | scripts/build-docs.mjs |
drip-feed-chunks.mjs |
software | healthy | scripts/drip-feed-chunks.mjs |
serve-docs.mjs |
software | healthy | scripts/serve-docs.mjs |
bench-geojson.mjs |
software | healthy | scripts/bench-geojson.mjs |
bench-xml.mjs |
software | healthy | scripts/bench-xml.mjs |
ci.yml |
software | healthy | .github/workflows/ci.yml |
docs.yml |
software | healthy | .github/workflows/docs.yml |
publish.yml |
software | healthy | .github/workflows/publish.yml |
collects.ts |
software | healthy | src/collects.ts |
index.ts |
software | healthy | src/index.ts |
streams.ts |
software | healthy | src/streams.ts |
transforms.ts |
software | healthy | src/transforms.ts |
parser.ts |
software | healthy | src/json/parser.ts |
json.ts |
software | healthy | src/json/json.ts |
scanner.ts |
software | healthy | src/json/scanner.ts |
parser.test.ts |
software | healthy | src/json/__test__/parser.test.ts |
scanner.test.ts |
software | healthy | src/json/__test__/scanner.test.ts |
jsonToJSObject.test.ts |
software | healthy | src/json/__test__/jsonToJSObject.test.ts |
generators.ts |
software | healthy | src/util/generators.ts |
parser.ts |
software | healthy | src/xml/parser.ts |
token-utils.ts |
software | healthy | src/xml/token-utils.ts |
xml.ts |
software | healthy | src/xml/xml.ts |
scanner.ts |
software | healthy | src/xml/scanner.ts |
extract.ts |
software | healthy | src/xml/extract.ts |
treeBuilder.ts |
software | healthy | src/xml/__test__/treeBuilder.ts |
extract.test.ts |
software | healthy | src/xml/__test__/extract.test.ts |
parser.test.ts |
software | healthy | src/xml/__test__/parser.test.ts |
scanner.test.ts |
software | healthy | src/xml/__test__/scanner.test.ts |
index.test.ts |
software | healthy | src/__test__/index.test.ts |
extractDelimiter.test.ts |
software | healthy | src/__test__/extractDelimiter.test.ts |
transforms.test.ts |
software | healthy | src/__test__/transforms.test.ts |
streams.test.ts |
software | healthy | src/__test__/streams.test.ts |
collects.test.ts |
software | healthy | src/__test__/collects.test.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
scripts |
software | healthy | scripts |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
json |
software | healthy | src/json |
__test__ |
software | healthy | src/json/__test__ |
util |
software | healthy | src/util |
xml |
software | healthy | src/xml |
__test__ |
software | healthy | src/xml/__test__ |
__test__ |
software | healthy | src/__test__ |
| Label | Layer | Status | Path |
|---|---|---|---|
11.385.6.113 |
network | healthy | scripts/build-docs.mjs |
3.495.998.108 |
network | healthy | scripts/build-docs.mjs |
3.176.765.84 |
network | healthy | scripts/build-docs.mjs |
5.92.42.36 |
network | healthy | scripts/build-docs.mjs |
315.21.69.825 |
network | healthy | scripts/build-docs.mjs |
| Label | Layer | Status | Path |
|---|---|---|---|
verify |
cicd | healthy | .github/workflows/ci.yml |
build |
cicd | healthy | .github/workflows/docs.yml |
deploy |
cicd | healthy | .github/workflows/docs.yml |
publish |
cicd | healthy | .github/workflows/publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::docs |
cicd | healthy | .github/workflows/docs.yml |
gha::publish |
cicd | healthy | .github/workflows/publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-t1_btmfw |
software | healthy | /tmp/repobility-clone-t1_btmfw |
| Label | Layer | Status | Path |
|---|---|---|---|
port:4949 |
network | healthy | scripts/serve-docs.mjs |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::azure |
hardware | healthy | scripts/bench-geojson.mjs |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::.github/workflows/publish.yml |
security | healthy | .github/workflows/publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
NPM_TOKEN |
cicd | healthy | — |
This page is publicly accessible at:
https://repobility.com/scan/ab189648-5419-4115-9d90-8110707189a9/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/ab189648-5419-4115-9d90-8110707189a9/
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.