Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

benson-code/Project-Fiorino

https://github.com/benson-code/Project-Fiorino · scanned 2026-06-17 01:39 UTC (1 month, 2 weeks ago)

15 raw signals (0 security + 15 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -4.1 (diff) · 15 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 133 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.

LabelLayerStatusPath
verify-api-key.sh software healthy verify-api-key.sh
pom.xml software healthy pom.xml
CLAUDE.md software healthy CLAUDE.md
SPECIFICATION_規格書.md software healthy SPECIFICATION_規格書.md
README.md software healthy README.md
QUANT_BACKTEST_PLAN.md software healthy QUANT_BACKTEST_PLAN.md
run-testnet.sh software healthy run-testnet.sh
collect.sh software healthy scripts/collect.sh
deploy-collector.sh software healthy scripts/deploy-collector.sh
data-model.md software healthy specs/001-btc-grid-quant-platform/data-model.md
plan.md software healthy specs/001-btc-grid-quant-platform/plan.md
tasks.md software healthy specs/001-btc-grid-quant-platform/tasks.md
spec.md software healthy specs/001-btc-grid-quant-platform/spec.md
quickstart.md software healthy specs/001-btc-grid-quant-platform/quickstart.md
research.md software healthy specs/001-btc-grid-quant-platform/research.md
cli-interface.md software healthy specs/001-btc-grid-quant-platform/contracts/cli-interface.md
requirements.md software healthy specs/001-btc-grid-quant-platform/checklists/requirements.md
Main.java software healthy src/main/java/com/fiorino/Main.java
GridOrderExecutor.java software healthy src/main/java/com/fiorino/application/executor/GridOrderExe…
GridOrchestrator.java software healthy src/main/java/com/fiorino/application/orchestrator/GridOrch…
RateLimiter.java software healthy src/main/java/com/fiorino/application/ratelimit/RateLimiter…
ConsoleDashboard.java software healthy src/main/java/com/fiorino/infrastructure/dashboard/ConsoleD…
BinanceApiAdapter.java software healthy src/main/java/com/fiorino/infrastructure/api/BinanceApiAdap…
CoinGlassApiAdapter.java software healthy src/main/java/com/fiorino/infrastructure/api/CoinGlassApiAd…
LocalStateManager.java software healthy src/main/java/com/fiorino/infrastructure/persistence/LocalS…
ConsoleIO.java software healthy src/main/java/com/fiorino/cli/ConsoleIO.java
FiorinoLauncher.java software healthy src/main/java/com/fiorino/cli/FiorinoLauncher.java
BtcQuantAnalyzer.java software healthy src/main/java/com/fiorino/cli/quant/BtcQuantAnalyzer.java
LivePredictionRunner.java software healthy src/main/java/com/fiorino/cli/quant/LivePredictionRunner.ja…
BtcPredictionDashboard.java software healthy src/main/java/com/fiorino/cli/quant/BtcPredictionDashboard.…
QuantResearchConsole.java software healthy src/main/java/com/fiorino/cli/quant/research/QuantResearchC…
HistoricalBackfiller.java software healthy src/main/java/com/fiorino/cli/quant/research/HistoricalBack…
SnapshotCollector.java software healthy src/main/java/com/fiorino/cli/quant/research/SnapshotCollec…
FeatureMatrixBuilder.java software healthy src/main/java/com/fiorino/cli/quant/research/FeatureMatrixB…
BacktestEngine.java software healthy src/main/java/com/fiorino/cli/quant/research/BacktestEngine…
FeatureMatrix.java software healthy src/main/java/com/fiorino/cli/quant/research/FeatureMatrix.…
QuantDataStore.java software healthy src/main/java/com/fiorino/cli/quant/research/QuantDataStore…
GridStateMachine.java software healthy src/main/java/com/fiorino/domain/statemachine/GridStateMach…
GridCell.java software healthy src/main/java/com/fiorino/domain/model/GridCell.java
GridConfig.java software healthy src/main/java/com/fiorino/domain/model/GridConfig.java
OrderSnapshot.java software healthy src/main/java/com/fiorino/domain/model/OrderSnapshot.java
BtcQuantAnalyzerStaticsTest.java software healthy src/test/java/com/fiorino/cli/quant/BtcQuantAnalyzerStatics…
BacktestEngineTest.java software healthy src/test/java/com/fiorino/cli/quant/research/BacktestEngine…
GridCellTest.java software healthy src/test/java/com/fiorino/domain/GridCellTest.java
GridConfigTest.java software healthy src/test/java/com/fiorino/domain/GridConfigTest.java
GridStateMachineTest.java software healthy src/test/java/com/fiorino/domain/GridStateMachineTest.java
SKILL.md software healthy .claude/skills/speckit-constitution/SKILL.md
SKILL.md software healthy .claude/skills/speckit-git-feature/SKILL.md
SKILL.md software healthy .claude/skills/speckit-specify/SKILL.md
SKILL.md software healthy .claude/skills/speckit-git-validate/SKILL.md

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
scripts software healthy scripts
specs software healthy specs
001-btc-grid-quant-platform software healthy specs/001-btc-grid-quant-platform
contracts software healthy specs/001-btc-grid-quant-platform/contracts
checklists software healthy specs/001-btc-grid-quant-platform/checklists
src software healthy src
main software healthy src/main
java software healthy src/main/java
com software healthy src/main/java/com
fiorino software healthy src/main/java/com/fiorino
application software healthy src/main/java/com/fiorino/application
executor software healthy src/main/java/com/fiorino/application/executor
orchestrator software healthy src/main/java/com/fiorino/application/orchestrator
ratelimit software healthy src/main/java/com/fiorino/application/ratelimit
infrastructure software healthy src/main/java/com/fiorino/infrastructure
dashboard software healthy src/main/java/com/fiorino/infrastructure/dashboard
api software healthy src/main/java/com/fiorino/infrastructure/api
persistence software healthy src/main/java/com/fiorino/infrastructure/persistence
cli software healthy src/main/java/com/fiorino/cli
quant software healthy src/main/java/com/fiorino/cli/quant
research software healthy src/main/java/com/fiorino/cli/quant/research
domain software healthy src/main/java/com/fiorino/domain
statemachine software healthy src/main/java/com/fiorino/domain/statemachine
model software healthy src/main/java/com/fiorino/domain/model
test software healthy src/test
java software healthy src/test/java
com software healthy src/test/java/com
fiorino software healthy src/test/java/com/fiorino
cli software healthy src/test/java/com/fiorino/cli
quant software healthy src/test/java/com/fiorino/cli/quant
research software healthy src/test/java/com/fiorino/cli/quant/research
domain software healthy src/test/java/com/fiorino/domain
.claude software healthy .claude
skills software healthy .claude/skills
speckit-constitution software healthy .claude/skills/speckit-constitution
speckit-git-feature software healthy .claude/skills/speckit-git-feature
speckit-specify software healthy .claude/skills/speckit-specify
speckit-git-validate software healthy .claude/skills/speckit-git-validate
speckit-plan software healthy .claude/skills/speckit-plan
speckit-git-remote software healthy .claude/skills/speckit-git-remote
speckit-git-commit software healthy .claude/skills/speckit-git-commit
speckit-checklist software healthy .claude/skills/speckit-checklist
speckit-implement software healthy .claude/skills/speckit-implement
speckit-agent-context-update software healthy .claude/skills/speckit-agent-context-update
speckit-clarify software healthy .claude/skills/speckit-clarify
speckit-taskstoissues software healthy .claude/skills/speckit-taskstoissues
speckit-git-initialize software healthy .claude/skills/speckit-git-initialize
speckit-tasks software healthy .claude/skills/speckit-tasks
speckit-analyze software healthy .claude/skills/speckit-analyze

LabelLayerStatusPath
sqlite data healthy README.md
redis data healthy .claude/skills/speckit-specify/SKILL.md

LabelLayerStatusPath
port:08 network healthy scripts/deploy-collector.sh
port:05 network healthy scripts/deploy-collector.sh

LabelLayerStatusPath
auth::.claude/skills/speckit-git-feature/SKILL.md security healthy .claude/skills/speckit-git-feature/SKILL.md
auth::.claude/skills/speckit-specify/SKILL.md security healthy .claude/skills/speckit-specify/SKILL.md

LabelLayerStatusPath
benson-code__Project-Fiorino software healthy /data/fable5_failed_archive/benson-code__Project-Fiorino
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/b2f1efff-e8f5-4ddf-947e-6e31c1fe6ba7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b2f1efff-e8f5-4ddf-947e-6e31c1fe6ba7/

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.