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.

rictue/albion-craft-helper

https://github.com/rictue/albion-craft-helper · scanned 2026-06-15 23:51 UTC (2 months, 3 weeks ago)

43 raw signals (0 security + 43 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 38 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.

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

All 711 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
form software healthy vite.config.ts:form
main software healthy scripts/generate-items.mjs:main
rName software healthy scripts/generate-items.mjs:rName
generateMarketCatalog software healthy scripts/generate-items.mjs:generateMarketCatalog
RouteFallback software healthy src/App.tsx:RouteFallback
App software healthy src/App.tsx:App
computeFocusCost software healthy src/utils/focusCost.ts:computeFocusCost
exponent software healthy src/utils/focusCost.ts:exponent
computeFocusCostSimple software healthy src/utils/focusCost.ts:computeFocusCostSimple
calculateLPB software healthy src/utils/returnRate.ts:calculateLPB
lpbToReturnRate software healthy src/utils/returnRate.ts:lpbToReturnRate
calculateReturnRate software healthy src/utils/returnRate.ts:calculateReturnRate
hasCityBonus software healthy src/utils/returnRate.ts:hasCityBonus
rates software healthy src/utils/marketFees.ts:rates
getSaleMultiplier software healthy src/utils/marketFees.ts:getSaleMultiplier
getEntryMultiplier software healthy src/utils/marketFees.ts:getEntryMultiplier
getEffectiveTaxRate software healthy src/utils/marketFees.ts:getEffectiveTaxRate
clamp software healthy src/utils/marketFees.ts:clamp
profitForScenario software healthy src/utils/marketFees.ts:profitForScenario
getDecision software healthy src/utils/decision.ts:getDecision
getResourceItemValue software healthy src/utils/profitCalculator.ts:getResourceItemValue
calculateCrafting software healthy src/utils/profitCalculator.ts:calculateCrafting
totalMaterialCost software healthy src/utils/profitCalculator.ts:totalMaterialCost
effectiveMaterialCost software healthy src/utils/profitCalculator.ts:effectiveMaterialCost
sellPrice software healthy src/utils/profitCalculator.ts:sellPrice
usageFee software healthy src/utils/profitCalculator.ts:usageFee
hasExplicitTimezone software healthy src/utils/dataAge.ts:hasExplicitTimezone
parseAodpDate software healthy src/utils/dataAge.ts:parseAodpDate
ageHoursOf software healthy src/utils/dataAge.ts:ageHoursOf
h software healthy src/utils/dataAge.ts:h
formatAge software healthy src/utils/dataAge.ts:formatAge
formatAgeVerbose software healthy src/utils/dataAge.ts:formatAgeVerbose
confidenceFromAge software healthy src/utils/dataAge.ts:confidenceFromAge
describeConfidence software healthy src/utils/dataAge.ts:describeConfidence
ageColor software healthy src/utils/dataAge.ts:ageColor
resolveItemId software healthy src/utils/itemIdParser.ts:resolveItemId
resolveMaterialId software healthy src/utils/itemIdParser.ts:resolveMaterialId
resolveArtifactId software healthy src/utils/itemIdParser.ts:resolveArtifactId
getAlternateVariantId software healthy src/utils/itemIdParser.ts:getAlternateVariantId
getAllVariantIds software healthy src/utils/itemIdParser.ts:getAllVariantIds
crossMapVariants software healthy src/utils/itemIdParser.ts:crossMapVariants
getItemIconUrl software healthy src/utils/itemIdParser.ts:getItemIconUrl
getMaterialIconUrl software healthy src/utils/itemIdParser.ts:getMaterialIconUrl
getMountGroups software healthy src/utils/transport.ts:getMountGroups
getMountCapacity software healthy src/utils/transport.ts:getMountCapacity
getItemWeight software healthy src/utils/transport.ts:getItemWeight
filterOutliers software healthy src/utils/priceFilters.ts:filterOutliers
formatSilver software healthy src/utils/formatters.ts:formatSilver
formatPercent software healthy src/utils/formatters.ts:formatPercent
formatPriceCompact software healthy src/utils/formatters.ts:formatPriceCompact

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

LabelLayerStatusPath
tsconfig.app.json software healthy tsconfig.app.json
vite.config.ts software healthy vite.config.ts
README.md software healthy README.md
package.json software healthy package.json
tsconfig.node.json software healthy tsconfig.node.json
index.html software healthy index.html
render.yaml software healthy render.yaml
package-lock.json software healthy package-lock.json
eslint.config.js software healthy eslint.config.js
tsconfig.json software healthy tsconfig.json
generate-items.mjs software healthy scripts/generate-items.mjs
launch.json software healthy .claude/launch.json
market-catalog.json software healthy public/market-catalog.json
index.css software healthy src/index.css
main.tsx software healthy src/main.tsx
App.tsx software healthy src/App.tsx
index.ts software healthy src/types/index.ts
focusCost.ts software healthy src/utils/focusCost.ts
returnRate.ts software healthy src/utils/returnRate.ts
marketFees.ts software healthy src/utils/marketFees.ts
decision.ts software healthy src/utils/decision.ts
profitCalculator.ts software healthy src/utils/profitCalculator.ts
marketFees.test.ts software healthy src/utils/marketFees.test.ts
dataAge.ts software healthy src/utils/dataAge.ts
itemIdParser.ts software healthy src/utils/itemIdParser.ts
transport.ts software healthy src/utils/transport.ts
profitCalculator.test.ts software healthy src/utils/profitCalculator.test.ts
priceFilters.ts software healthy src/utils/priceFilters.ts
formatters.ts software healthy src/utils/formatters.ts
csvExport.ts software healthy src/utils/csvExport.ts
albionTimers.ts software healthy src/utils/albionTimers.ts
returnRate.test.ts software healthy src/utils/returnRate.test.ts
dataAge.test.ts software healthy src/utils/dataAge.test.ts
Settings.tsx software healthy src/components/settings/Settings.tsx
Contact.tsx software healthy src/components/legal/Contact.tsx
About.tsx software healthy src/components/legal/About.tsx
LegalLayout.tsx software healthy src/components/legal/LegalLayout.tsx
Terms.tsx software healthy src/components/legal/Terms.tsx
Privacy.tsx software healthy src/components/legal/Privacy.tsx
ItemValues.tsx software healthy src/components/reference/ItemValues.tsx
ResourcesBiomes.tsx software healthy src/components/reference/ResourcesBiomes.tsx
CityBonuses.tsx software healthy src/components/reference/CityBonuses.tsx
MarketFeesRef.tsx software healthy src/components/reference/MarketFeesRef.tsx
ReturnRates.tsx software healthy src/components/reference/ReturnRates.tsx
ReferenceIndex.tsx software healthy src/components/reference/ReferenceIndex.tsx
LaborersCalculator.tsx software healthy src/components/laborers/LaborersCalculator.tsx
Guilds.tsx software healthy src/components/guilds/Guilds.tsx
Players.tsx software healthy src/components/players/Players.tsx
ItemIcon.tsx software healthy src/components/common/ItemIcon.tsx
Tooltip.tsx software healthy src/components/common/Tooltip.tsx

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

LabelLayerStatusPath
App frontend healthy src/App.tsx
Settings frontend healthy src/components/settings/Settings.tsx
Contact frontend healthy src/components/legal/Contact.tsx
About frontend healthy src/components/legal/About.tsx
LegalLayout frontend healthy src/components/legal/LegalLayout.tsx
Terms frontend healthy src/components/legal/Terms.tsx
Privacy frontend healthy src/components/legal/Privacy.tsx
ItemValues frontend healthy src/components/reference/ItemValues.tsx
ResourcesBiomes frontend healthy src/components/reference/ResourcesBiomes.tsx
CityBonuses frontend healthy src/components/reference/CityBonuses.tsx
MarketFeesRef frontend healthy src/components/reference/MarketFeesRef.tsx
ReturnRates frontend healthy src/components/reference/ReturnRates.tsx
ReferenceIndex frontend healthy src/components/reference/ReferenceIndex.tsx
LaborersCalculator frontend healthy src/components/laborers/LaborersCalculator.tsx
Guilds frontend healthy src/components/guilds/Guilds.tsx
Players frontend healthy src/components/players/Players.tsx
ItemIcon frontend healthy src/components/common/ItemIcon.tsx
Tooltip frontend healthy src/components/common/Tooltip.tsx
SidebarLayout frontend healthy src/components/common/SidebarLayout.tsx
ServerTime frontend healthy src/components/common/ServerTime.tsx
MarketFeeControls frontend healthy src/components/common/MarketFeeControls.tsx
ToolExplainer frontend healthy src/components/common/ToolExplainer.tsx
StepHeader frontend healthy src/components/common/StepHeader.tsx
EnchantmentSelector frontend healthy src/components/common/EnchantmentSelector.tsx
TierSelector frontend healthy src/components/common/TierSelector.tsx
FeeRealityCheck frontend healthy src/components/common/FeeRealityCheck.tsx
SimpleRefine frontend healthy src/components/refining/SimpleRefine.tsx
SectionDivider frontend healthy src/components/ui/SectionDivider.tsx
StatCard frontend healthy src/components/ui/StatCard.tsx
Select frontend healthy src/components/ui/Select.tsx
EmptyState frontend healthy src/components/ui/EmptyState.tsx
Button frontend healthy src/components/ui/Button.tsx
ProfitBadge frontend healthy src/components/ui/ProfitBadge.tsx
PageHeader frontend healthy src/components/ui/PageHeader.tsx
DataTable frontend healthy src/components/ui/DataTable.tsx
Skeleton frontend healthy src/components/ui/Skeleton.tsx
RiskBadge frontend healthy src/components/ui/RiskBadge.tsx
DecisionBadge frontend healthy src/components/ui/DecisionBadge.tsx
NumberInput frontend healthy src/components/ui/NumberInput.tsx
Badge frontend healthy src/components/ui/Badge.tsx
ToolCard frontend healthy src/components/ui/ToolCard.tsx
WarningBox frontend healthy src/components/ui/WarningBox.tsx
Card frontend healthy src/components/ui/Card.tsx
Dashboard frontend healthy src/components/dashboard/Dashboard.tsx
RecentSessionsPanel frontend healthy src/components/dashboard/panels/RecentSessionsPanel.tsx
ProfitOpportunitiesPanel frontend healthy src/components/dashboard/panels/ProfitOpportunitiesPanel.tsx
QuickToolsPanel frontend healthy src/components/dashboard/panels/QuickToolsPanel.tsx
HeroPanel frontend healthy src/components/dashboard/panels/HeroPanel.tsx
TimersPanel frontend healthy src/components/dashboard/panels/TimersPanel.tsx
NewsPanel frontend healthy src/components/dashboard/panels/NewsPanel.tsx

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

LabelLayerStatusPath
scripts software healthy scripts
.claude software healthy .claude
public software healthy public
src software healthy src
types software healthy src/types
utils software healthy src/utils
components software healthy src/components
settings software healthy src/components/settings
legal software healthy src/components/legal
reference software healthy src/components/reference
laborers software healthy src/components/laborers
guilds software healthy src/components/guilds
players software healthy src/components/players
common software healthy src/components/common
refining software healthy src/components/refining
ui software healthy src/components/ui
dashboard software healthy src/components/dashboard
panels software healthy src/components/dashboard/panels
meta software healthy src/components/meta
mastery software healthy src/components/mastery
calculator software healthy src/components/calculator
transmute software healthy src/components/transmute
scanner software healthy src/components/transmute/scanner
portfolio software healthy src/components/portfolio
market software healthy src/components/market
cooking software healthy src/components/cooking
gold software healthy src/components/gold
history software healthy src/components/history
profile software healthy src/components/profile
shell software healthy src/components/shell
timers software healthy src/components/timers
killboard software healthy src/components/killboard
guides software healthy src/components/guides
lib software healthy src/lib
hooks software healthy src/hooks
services software healthy src/services
store software healthy src/store

LabelLayerStatusPath
/ frontend healthy src/App.tsx
/calculator frontend healthy src/App.tsx
/refining frontend healthy src/App.tsx
/cooking frontend healthy src/App.tsx
/laborers frontend healthy src/App.tsx
/transmute frontend healthy src/App.tsx
/transmute-simple frontend healthy src/App.tsx
/market frontend healthy src/App.tsx
/portfolio frontend healthy src/App.tsx
/craft-history frontend healthy src/App.tsx
/gold frontend healthy src/App.tsx
/players frontend healthy src/App.tsx
/guilds frontend healthy src/App.tsx
/killboard frontend healthy src/App.tsx
/top-fame frontend healthy src/App.tsx
/meta frontend healthy src/App.tsx
/profile frontend healthy src/App.tsx
/settings frontend healthy src/App.tsx
/about frontend healthy src/App.tsx
/privacy frontend healthy src/App.tsx
/terms frontend healthy src/App.tsx
/contact frontend healthy src/App.tsx
/guides frontend healthy src/App.tsx
/guides/refining-city-guide frontend healthy src/App.tsx
/guides/premium-vs-non-premium frontend healthy src/App.tsx
/guides/focus-efficiency-guide frontend healthy src/App.tsx
/guides/transmutation-chain-strategy frontend healthy src/App.tsx
/reference frontend healthy src/App.tsx
/reference/city-bonuses frontend healthy src/App.tsx
/reference/return-rates frontend healthy src/App.tsx
/reference/item-values frontend healthy src/App.tsx
/reference/market-fees frontend healthy src/App.tsx
/reference/resources-biomes frontend healthy src/App.tsx
/mastery frontend healthy src/App.tsx
/timers frontend healthy src/App.tsx
/prices frontend healthy src/App.tsx
* frontend healthy src/App.tsx

LabelLayerStatusPath
1.515.074.074 network healthy src/components/profile/Profile.tsx
1.25.077.077 network healthy src/components/profile/Profile.tsx
3.03.078.078 network healthy src/components/profile/Profile.tsx
12.098.246.198 network healthy src/components/profile/Profile.tsx
1.873.892.077 network healthy src/components/profile/Profile.tsx
3.03.077.077 network healthy src/components/profile/Profile.tsx

LabelLayerStatusPath
repobility-clone-f7akeqlb software healthy /tmp/repobility-clone-f7akeqlb

LabelLayerStatusPath
ErrorBoundary software healthy src/components/common/ErrorBoundary.tsx:ErrorBoundary

LabelLayerStatusPath
auth::src/components/legal/Privacy.tsx security healthy src/components/legal/Privacy.tsx
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/64831950-e18e-4efe-88fa-e83273b94ab1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/64831950-e18e-4efe-88fa-e83273b94ab1/

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.