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.

Soypete/DragonSlayer

https://github.com/Soypete/DragonSlayer · scanned 2026-06-16 00:18 UTC (2 months, 2 weeks ago)

16 raw signals (0 security + 16 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 16 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 603 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
brewPotion software healthy practice-dungeon/src/potions.ts:brewPotion
dilute software healthy practice-dungeon/src/potions.ts:dilute
strikeDamage software healthy practice-dungeon/src/dragon-math.ts:strikeDamage
strikesToSlay software healthy practice-dungeon/src/dragon-math.ts:strikesToSlay
mostDangerous software healthy practice-dungeon/src/dragon-math.ts:mostDangerous
forgePass software healthy practice-dungeon/src/moat-auth.ts:forgePass
sigilFor software healthy practice-dungeon/src/moat-auth.ts:sigilFor
mayCrossMoat software healthy practice-dungeon/src/moat-auth.ts:mayCrossMoat
challengeCry software healthy practice-dungeon/src/moat-auth.ts:challengeCry
commandBridge software healthy practice-dungeon/src/drawbridge.ts:commandBridge
canCross software healthy practice-dungeon/src/drawbridge.ts:canCross
runGatehouse software healthy practice-dungeon/src/drawbridge.ts:runGatehouse
swearQuest software healthy practice-dungeon/src/quest-ledger.ts:swearQuest
fulfillQuest software healthy practice-dungeon/src/quest-ledger.ts:fulfillQuest
tallyBounty software healthy practice-dungeon/src/quest-ledger.ts:tallyBounty
openQuests software healthy practice-dungeon/src/quest-ledger.ts:openQuests
main software healthy src/index.tsx:main
judgeAugury software healthy src/ai/augury.ts:judgeAugury
edictFocus software healthy src/ai/augury.ts:edictFocus
canConsult software healthy src/ai/augury.ts:canConsult
consultAugury software healthy src/ai/augury.ts:consultAugury
fallbackAugury software healthy src/ai/augury.ts:fallbackAugury
forgeAugury software healthy src/ai/augury.ts:forgeAugury
summonClaude software healthy src/ai/augury.ts:summonClaude
composePlea software healthy src/ai/augury.ts:composePlea
extractAuguryJson software healthy src/ai/augury.ts:extractAuguryJson
sanctifyWords software healthy src/ai/augury.ts:sanctifyWords
inscribeEdict software healthy src/ai/augury.ts:inscribeEdict
clearEdict software healthy src/ai/augury.ts:clearEdict
renderEdictBlock software healthy src/ai/augury.ts:renderEdictBlock
findEdictSpan software healthy src/ai/augury.ts:findEdictSpan
honoredCoda software healthy src/ai/augury.ts:honoredCoda
fnv1a software healthy src/ai/augury.ts:fnv1a
stubClaude software healthy src/ai/squire.test.ts:stubClaude
absentSeer software healthy src/ai/squire.test.ts:absentSeer
forgeQuest software healthy src/ai/squire.test.ts:forgeQuest
forgeDragon software healthy src/ai/squire.test.ts:forgeDragon
forgeScan software healthy src/ai/squire.test.ts:forgeScan
forgeConfig software healthy src/ai/squire.test.ts:forgeConfig
envelope software healthy src/ai/squire.test.ts:envelope
forgeDragon software healthy src/ai/oracle.test.ts:forgeDragon
forgeScan software healthy src/ai/oracle.test.ts:forgeScan
skillSlug software healthy src/ai/squire.ts:skillSlug
skillPath software healthy src/ai/squire.ts:skillPath
targetStem software healthy src/ai/squire.ts:targetStem
kebab software healthy src/ai/squire.ts:kebab
forgeSkill software healthy src/ai/squire.ts:forgeSkill
renounceSkill software healthy src/ai/squire.ts:renounceSkill
hasForgeMarker software healthy src/ai/squire.ts:hasForgeMarker
renderSkill software healthy src/ai/squire.ts:renderSkill

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

LabelLayerStatusPath
ARCHITECTURE.md software healthy ARCHITECTURE.md
README.md software healthy README.md
package.json software healthy package.json
CONTRIBUTING.md software healthy CONTRIBUTING.md
package-lock.json software healthy package-lock.json
tsconfig.json software healthy tsconfig.json
LICENSE software healthy LICENSE
SKILLS_RESEARCH.md software healthy docs/SKILLS_RESEARCH.md
gme.config.json software healthy practice-dungeon/gme.config.json
package.json software healthy practice-dungeon/package.json
package-lock.json software healthy practice-dungeon/package-lock.json
vitest.config.ts software healthy practice-dungeon/vitest.config.ts
drawbridge.test.ts software healthy practice-dungeon/tests/drawbridge.test.ts
potions.test.ts software healthy practice-dungeon/tests/potions.test.ts
potions.ts software healthy practice-dungeon/src/potions.ts
dragon-math.ts software healthy practice-dungeon/src/dragon-math.ts
moat-auth.ts software healthy practice-dungeon/src/moat-auth.ts
drawbridge.ts software healthy practice-dungeon/src/drawbridge.ts
quest-ledger.ts software healthy practice-dungeon/src/quest-ledger.ts
settings.local.json software healthy .claude/settings.local.json
index.tsx software healthy src/index.tsx
types.ts software healthy src/types.ts
augury.ts software healthy src/ai/augury.ts
squire.test.ts software healthy src/ai/squire.test.ts
oracle.test.ts software healthy src/ai/oracle.test.ts
squire.ts software healthy src/ai/squire.ts
oracle.ts software healthy src/ai/oracle.ts
augury.test.ts software healthy src/ai/augury.test.ts
theme.ts software healthy src/ui/theme.ts
App.test.tsx software healthy src/ui/App.test.tsx
QuestsScreen.test.tsx software healthy src/ui/QuestsScreen.test.tsx
TrialsScreen.test.tsx software healthy src/ui/TrialsScreen.test.tsx
OracleScreen.test.tsx software healthy src/ui/OracleScreen.test.tsx
useRealmInput.ts software healthy src/ui/useRealmInput.ts
ShopScreen.test.tsx software healthy src/ui/ShopScreen.test.tsx
cli.ts software healthy src/ui/cli.ts
CampaignScreen.test.tsx software healthy src/ui/CampaignScreen.test.tsx
logic.test.ts software healthy src/ui/logic.test.ts
muster.ts software healthy src/ui/muster.ts
App.tsx software healthy src/ui/App.tsx
logic.ts software healthy src/ui/logic.ts
theme.test.ts software healthy src/ui/theme.test.ts
cli.test.ts software healthy src/ui/cli.test.ts
Root.tsx software healthy src/ui/Root.tsx
OracleScreen.tsx software healthy src/ui/screens/OracleScreen.tsx
VictoryScreen.tsx software healthy src/ui/screens/VictoryScreen.tsx
TrialsScreen.tsx software healthy src/ui/screens/TrialsScreen.tsx
QuestsScreen.tsx software healthy src/ui/screens/QuestsScreen.tsx
MapScreen.tsx software healthy src/ui/screens/MapScreen.tsx
BattleScreen.tsx software healthy src/ui/screens/BattleScreen.tsx

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

LabelLayerStatusPath
docs software healthy docs
practice-dungeon software healthy practice-dungeon
tests software healthy practice-dungeon/tests
src software healthy practice-dungeon/src
.claude software healthy .claude
src software healthy src
ai software healthy src/ai
ui software healthy src/ui
screens software healthy src/ui/screens
components software healthy src/ui/components
game software healthy src/game
vim software healthy src/vim
repo software healthy src/repo
adapters software healthy src/repo/adapters
__fixtures__ software healthy src/repo/__fixtures__
empty-barrow software healthy src/repo/__fixtures__/empty-barrow
keep-of-config software healthy src/repo/__fixtures__/keep-of-config
barrow-of-gophers software healthy src/repo/__fixtures__/barrow-of-gophers
tower-of-babel software healthy src/repo/__fixtures__/tower-of-babel
.github software healthy src/repo/__fixtures__/tower-of-babel/.github
workflows software healthy src/repo/__fixtures__/tower-of-babel/.github/workflows
serpents-spire software healthy src/repo/__fixtures__/serpents-spire
tests software healthy src/repo/__fixtures__/serpents-spire/tests
spire software healthy src/repo/__fixtures__/serpents-spire/spire
crab-citadel software healthy src/repo/__fixtures__/crab-citadel
tests software healthy src/repo/__fixtures__/crab-citadel/tests
src software healthy src/repo/__fixtures__/crab-citadel/src
turbo-vale software healthy src/repo/__fixtures__/turbo-vale
packages software healthy src/repo/__fixtures__/turbo-vale/packages
armory software healthy src/repo/__fixtures__/turbo-vale/packages/armory
src software healthy src/repo/__fixtures__/turbo-vale/packages/armory/src
portal software healthy src/repo/__fixtures__/turbo-vale/packages/portal
src software healthy src/repo/__fixtures__/turbo-vale/packages/portal/src
castle-greyhollow software healthy src/repo/__fixtures__/castle-greyhollow
tests software healthy src/repo/__fixtures__/castle-greyhollow/tests
.github software healthy src/repo/__fixtures__/castle-greyhollow/.github
workflows software healthy src/repo/__fixtures__/castle-greyhollow/.github/workflows
src software healthy src/repo/__fixtures__/castle-greyhollow/src
e2e software healthy src/repo/__fixtures__/castle-greyhollow/e2e
typing software healthy src/typing

LabelLayerStatusPath
gha::drills cicd healthy src/repo/__fixtures__/tower-of-babel/.github/workflows/dril…
gha::siege cicd healthy src/repo/__fixtures__/castle-greyhollow/.github/workflows/s…

LabelLayerStatusPath
serpent-drills cicd healthy src/repo/__fixtures__/tower-of-babel/.github/workflows/dril…
trial-by-fire cicd healthy src/repo/__fixtures__/castle-greyhollow/.github/workflows/s…

LabelLayerStatusPath
repobility-clone-r6qd6h84 software healthy /tmp/repobility-clone-r6qd6h84
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/a56bc781-c34b-4c4c-9c4f-794d433e808f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a56bc781-c34b-4c4c-9c4f-794d433e808f/

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.