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.

WayfinderFoundation/wayfinder-paths-sdk

https://github.com/WayfinderFoundation/wayfinder-paths-sdk · scanned 2026-06-16 00:55 UTC (2 months, 1 week ago)

171 raw signals (0 security + 171 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 129 actionable findings from 1 signal source. 42 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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 67.6/100 with 100.0% coverage. It contains 6533 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 171 findings — concentrated in quality (111), cicd (29), software (15). Risk profile is high: 0 critical, 13 high, 45 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 118 of 129 actionable findings. 171 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/setup/rules/api-key.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/setup/rules/api-key.md:25 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/simulation-dry-run/rules/quickstart.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/simulation-dry-run/rules/quickstart.md:39 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/using-aave-v3-adapter/rules/execution-opportunities.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/using-aave-v3-adapter/rules/execution-opportunities.md:24 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/using-aerodrome-slipstream-adapter/rules/high-value-reads.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/using-aerodrome-slipstream-adapter/rules/high-value-reads.md:81 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/using-boros-adapter/rules/execution-opportunities.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/using-boros-adapter/rules/execution-opportunities.md:117 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/using-hyperliquid-adapter/rules/execution-opportunities.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/using-hyperliquid-adapter/rules/execution-opportunities.md:186 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/using-pendle-adapter/rules/execution-opportunities.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/using-pendle-adapter/rules/execution-opportunities.md:45 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/using-polymarket-adapter/rules/deposits-withdrawals.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/using-polymarket-adapter/rules/deposits-withdrawals.md:24 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/using-polymarket-adapter/rules/execution-opportunities.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/using-polymarket-adapter/rules/execution-opportunities.md:48 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/writing-wayfinder-scripts/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/writing-wayfinder-scripts/SKILL.md:177 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
CLAUDE.md:230 SecretsClaude instruction
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in wayfinder_paths/core/utils/contracts.py:195
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
wayfinder_paths/core/utils/contracts.py:195 Tls verify false
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in wayfinder_paths/paths/cli.py:1554
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
wayfinder_paths/paths/cli.py:1554 Tls verify false
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/developing-wayfinder-paths/rules/manifest.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/developing-wayfinder-paths/rules/manifest.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/developing-wayfinder-paths/rules/signals.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/developing-wayfinder-paths/rules/signals.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/setup/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/setup/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-aave-v3-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-aave-v3-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-aerodrome-adapter/rules/gotchas.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-aerodrome-adapter/rules/gotchas.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-avantis-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-avantis-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-boros-adapter/rules/rate-locking.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-boros-adapter/rules/rate-locking.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-ccxt-adapter/rules/examples.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-ccxt-adapter/rules/examples.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-eigencloud-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-eigencloud-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-ethena-vault-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-ethena-vault-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-etherfi-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-etherfi-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-euler-v2-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-euler-v2-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-moonwell-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-moonwell-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-morpho-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-morpho-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-notification-send/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-notification-send/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-pendle-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-pendle-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-polymarket-adapter/rules/execution-opportunities.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-polymarket-adapter/rules/execution-opportunities.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-polymarket-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-polymarket-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-projectx-adapter/rules/execution-opportunities.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-projectx-adapter/rules/execution-opportunities.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-projectx-adapter/rules/gotchas.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-projectx-adapter/rules/gotchas.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-projectx-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-projectx-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-uniswap-adapter/rules/execution-opportunities.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-uniswap-adapter/rules/execution-opportunities.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-uniswap-adapter/rules/gotchas.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-uniswap-adapter/rules/gotchas.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/using-uniswap-adapter/rules/high-value-reads.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/using-uniswap-adapter/rules/high-value-reads.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .mcp.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.mcp.json VerificationMcp config
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 8 occurrences GitHub Action is tag-pinned rather than SHA-pinned
snok/install-poetry@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 8 locations
.github/workflows/test-pipeline.yml:29, 70, 108, 149, 187 (5 hits)
.github/workflows/claude-vacuum.yml:29, 50 (2 hits)
.github/workflows/claude.yml:35
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/claude-vacuum.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/claude.yml CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/remote_setup_utils.py:38
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/setup.py:76
`urllib.request.urlopen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — wayfinder_paths/core/utils/solidity.py:67
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — wayfinder_paths/runner/daemon.py:580
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — wayfinder_paths/runner/lifecycle.py:78
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 172 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 19 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 19 locations
.github/workflows/test-pipeline.yml:21, 24, 37, 62, 65, 78, 100, 103, +7 more (15 hits)
.github/workflows/claude-vacuum.yml:19, 24, 37 (3 hits)
.github/workflows/claude.yml:29
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/create_strategy.py:sanitize_name, scripts/create_adapter.py:sanitize_name This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: wayfinder_paths/adapters/aerodrome_common.py:withdraw_lock, wayfinder_paths/adapters/aerodrome_common.py:lock_permanent, wayfinder_paths/adapters/aerodrome_common.py:unlock_permanent This is *the* AI-coder failure mode (4× more duplication in vibe-co…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: wayfinder_paths/adapters/aerodrome_common.py:ve_balance_of_nft, wayfinder_paths/adapters/aerodrome_common.py:ve_locked, wayfinder_paths/adapters/aerodrome_common.py:can_vote_now, wayfinder_paths/adapters/aerodrome_common.py:get_rebase_claimable This …
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_format_vault_v1` in wayfinder_paths/adapters/morpho_adapter/adapter.py:532
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_publish_legacy` in wayfinder_paths/paths/client.py:40
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `etherscan_v2` in wayfinder_paths/mcp/tools/contracts.py:304
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `etherscan_v2` in wayfinder_paths/mcp/tools/evm_contract.py:279
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `etherscan_v2` in wayfinder_paths/tests/test_mcp_evm_contract.py:180
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `etherscan_v2` in wayfinder_paths/tests/test_mcp_evm_contract_gorlami.py:83
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `euler_v2` in wayfinder_paths/adapters/euler_v2_adapter/adapter.py:401
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `include_v2` in scripts/morpho_smoke_test.py:418
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `is_v2` in wayfinder_paths/adapters/aerodrome_adapter/adapter.py:115
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `is_v2` in wayfinder_paths/adapters/aerodrome_adapter/test_adapter.py:1343
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `pool_old` in wayfinder_paths/core/clients/PoolClient.py:50
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `py_clob_client_v2` in wayfinder_paths/adapters/polymarket_adapter/adapter.py:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `quoter_v2` in wayfinder_paths/core/constants/aerodrome_slipstream_contracts.py:43
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `sdk_swap_v2` in wayfinder_paths/adapters/pendle_adapter/adapter.py:1238
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `sdk_swap_v2` in wayfinder_paths/adapters/pendle_adapter/test_adapter.py:78
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `search_assets_v2` in wayfinder_paths/core/clients/DeltaLabClient.py:994
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `search_assets_v2` in wayfinder_paths/tests/test_delta_lab_search.py:49
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `views_v2` in wayfinder_paths/core/constants/moonwell_contracts.py:55
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: bridge_quote
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/polymarket_adapter/adapter.py:835
low System graph software Dead code conf 1.00 Possibly dead Python function: cancel_orders
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/boros_adapter/adapter.py:4113
low System graph software Dead code conf 1.00 Possibly dead Python function: check_claim
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/eigencloud_adapter/adapter.py:705
low System graph software Dead code conf 1.00 Possibly dead Python function: list_events
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/polymarket_adapter/adapter.py:275
low System graph software Dead code conf 1.00 Possibly dead Python function: max_borrow
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/morpho_adapter/adapter.py:1360
low System graph software Dead code conf 1.00 Possibly dead Python function: max_withdraw_collateral
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/morpho_adapter/adapter.py:1377
low System graph software Dead code conf 1.00 Possibly dead Python function: outcome_token_coin
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/hyperliquid_adapter/adapter.py:79
low System graph software Dead code conf 1.00 Possibly dead Python function: public_allocator_reallocate_to
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/morpho_adapter/adapter.py:1634
low System graph software Dead code conf 1.00 Possibly dead Python function: quote_market_by_id
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/boros_adapter/adapter.py:728
low System graph software Dead code conf 1.00 Possibly dead Python function: set_authorization
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/morpho_adapter/adapter.py:131
low System graph software Dead code conf 1.00 Possibly dead Python function: set_authorization_with_sig
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/morpho_adapter/adapter.py:157
low System graph software Dead code conf 1.00 Possibly dead Python function: update_isolated_margin
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/hyperliquid_adapter/adapter.py:1253
low System graph software Dead code conf 1.00 Possibly dead Python function: vault_mint
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/morpho_adapter/adapter.py:801
low System graph software Dead code conf 1.00 Possibly dead Python function: vault_redeem
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/morpho_adapter/adapter.py:844
low System graph software Dead code conf 1.00 Possibly dead Python function: withdraw_full
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
wayfinder_paths/adapters/morpho_adapter/adapter.py:1968
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph quality Integrity conf 1.00 Stub function `close` (body is just `pass`/`return`) — wayfinder_paths/core/adapters/BaseAdapter.py:31
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `on_loop_start` (body is just `pass`/`return`) — wayfinder_paths/core/strategies/opa_loop.py:61
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `path_cli` (body is just `pass`/`return`) — wayfinder_paths/paths/cli.py:1131
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `runner_cli` (body is just `pass`/`return`) — wayfinder_paths/runner/cli.py:32
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `setup` (body is just `pass`/`return`) — wayfinder_paths/core/strategies/Strategy.py:76
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/adapters/aerodrome_adapter/adapter.py (1817 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/adapters/aerodrome_adapter/test_adapter.py (2279 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/adapters/aerodrome_slipstream_adapter/adapter.py (2707 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/adapters/boros_adapter/adapter.py (4382 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/adapters/boros_adapter/test_adapter.py (1861 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/adapters/hyperliquid_adapter/adapter.py (1940 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/adapters/moonwell_adapter/adapter.py (1934 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/adapters/morpho_adapter/adapter.py (2081 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/adapters/pendle_adapter/adapter.py (2686 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/adapters/polymarket_adapter/adapter.py (2480 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/adapters/projectx_adapter/adapter.py (1421 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/core/clients/DeltaLabClient.py (1977 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/mcp/tools/hyperliquid.py (2066 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/paths/cli.py (2919 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/paths/renderer.py (1785 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/paths/scaffold.py (2338 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/strategies/basis_trading_strategy/strategy.py (3852 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/strategies/basis_trading_strategy/test_strategy.py (1343 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/strategies/boros_hype_strategy/strategy.py (1311 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/strategies/boros_hype_strategy/withdraw_mixin.py (1218 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/strategies/hyperlend_stable_yield_strategy/strategy.py (2399 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/strategies/moonwell_wsteth_loop_strategy/strategy.py (3753 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/strategies/multi_vault_split_strategy/strategy.py (1359 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/strategies/stablecoin_yield_strategy/strategy.py (1765 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: wayfinder_paths/tests/test_paths_publish_install.py (2747 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/b1f66ce4-fdb4-4970-98a0-0e1c94f639fa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b1f66ce4-fdb4-4970-98a0-0e1c94f639fa/

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.