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.

arcsignio/arcsign

https://github.com/arcsignio/arcsign · scanned 2026-06-17 01:35 UTC (1 month, 2 weeks ago)

100 raw signals (0 security + 100 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -4.2 (diff) · 100 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 1452 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
stableT software healthy dashboard/tests/setup.ts:stableT
initialCallCount software healthy dashboard/tests/frontend/clipboard.test.ts:initialCallCount
calls software healthy dashboard/tests/frontend/clipboard.test.ts:calls
callCountAfterManualClear software healthy dashboard/tests/frontend/clipboard.test.ts:callCountAfterMa…
makeWallet software healthy dashboard/tests/frontend/stores/dashboardStore.test.ts:make…
makeAddress software healthy dashboard/tests/frontend/stores/dashboardStore.test.ts:make…
makeUpdate software healthy dashboard/tests/frontend/hooks/useUpdateChecker.test.ts:mak…
setupDefaultMocks software healthy dashboard/tests/frontend/components/NFTGallery.test.tsx:set…
setupMocks software healthy dashboard/tests/frontend/components/TokenApprovals.test.tsx…
clickFileButton software healthy dashboard/tests/frontend/components/ImportBackup.test.tsx:c…
matcher software healthy dashboard/tests/frontend/components/WalletDetail.test.tsx:m…
clickFileButton software healthy dashboard/tests/frontend/components/ImportAllBackups.test.t…
that software healthy dashboard/tests/frontend/validation/mnemonic.test.ts:that
t software healthy dashboard/tests/frontend/validation/mnemonic.test.ts:t
that software healthy dashboard/tests/frontend/validation/password.test.ts:that
t software healthy dashboard/tests/frontend/validation/password.test.ts:t
question software healthy dashboard/scripts/test-dev-mode.mjs:question
log software healthy dashboard/scripts/test-dev-mode.mjs:log
connect software healthy dashboard/scripts/test-dev-mode.mjs:connect
sendRequest software healthy dashboard/scripts/test-dev-mode.mjs:sendRequest
handler software healthy dashboard/scripts/test-dev-mode.mjs:handler
getAccounts software healthy dashboard/scripts/test-dev-mode.mjs:getAccounts
testPersonalSign software healthy dashboard/scripts/test-dev-mode.mjs:testPersonalSign
testSignTypedData software healthy dashboard/scripts/test-dev-mode.mjs:testSignTypedData
testDevSignTransaction software healthy dashboard/scripts/test-dev-mode.mjs:testDevSignTransaction
testGetExplorerApiKey software healthy dashboard/scripts/test-dev-mode.mjs:testGetExplorerApiKey
testSessionManagement software healthy dashboard/scripts/test-dev-mode.mjs:testSessionManagement
showMenu software healthy dashboard/scripts/test-dev-mode.mjs:showMenu
printSummary software healthy dashboard/scripts/test-dev-mode.mjs:printSummary
main software healthy dashboard/scripts/test-dev-mode.mjs:main
AppContent software healthy dashboard/src/App.tsx:AppContent
detectUsbDrive software healthy dashboard/src/App.tsx:detectUsbDrive
handleUnlockSuccess software healthy dashboard/src/App.tsx:handleUnlockSuccess
handleApproveSession software healthy dashboard/src/App.tsx:handleApproveSession
App software healthy dashboard/src/App.tsx:App
setProviderConfig software healthy dashboard/src/api/provider.ts:setProviderConfig
getProviderConfig software healthy dashboard/src/api/provider.ts:getProviderConfig
listProviderConfigs software healthy dashboard/src/api/provider.ts:listProviderConfigs
deleteProviderConfig software healthy dashboard/src/api/provider.ts:deleteProviderConfig
normalizeSymbol software healthy dashboard/src/utils/chainIcons.ts:normalizeSymbol
isChainSupported software healthy dashboard/src/utils/chainIcons.ts:isChainSupported
isChainComingSoon software healthy dashboard/src/utils/chainIcons.ts:isChainComingSoon
isChainEnabled software healthy dashboard/src/utils/chainIcons.ts:isChainEnabled
getChainIconUrl software healthy dashboard/src/utils/chainIcons.ts:getChainIconUrl
getChainFallbackIcon software healthy dashboard/src/utils/chainIcons.ts:getChainFallbackIcon
hasLocalTokenIcon software healthy dashboard/src/utils/tokenIcons.ts:hasLocalTokenIcon
getTokenIconUrl software healthy dashboard/src/utils/tokenIcons.ts:getTokenIconUrl
getAllLocalTokenIconPaths software healthy dashboard/src/utils/tokenIcons.ts:getAllLocalTokenIconPaths
checkTokenWhitelist software healthy dashboard/src/utils/tokenWhitelist.ts:checkTokenWhitelist
batchCheckTokens software healthy dashboard/src/utils/tokenWhitelist.ts:batchCheckTokens

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

LabelLayerStatusPath
go.mod software healthy go.mod
CLAUDE.md software healthy CLAUDE.md
.golangci.yml software healthy .golangci.yml
MAINTAINERS.md software healthy MAINTAINERS.md
CONTRIBUTING.md software healthy CONTRIBUTING.md
CHANGELOG.md software healthy CHANGELOG.md
ROADMAP.md software healthy ROADMAP.md
README.md software healthy README.md
Makefile software healthy Makefile
SECURITY.md software healthy SECURITY.md
LICENSE software healthy LICENSE
NOTICE software healthy NOTICE
.gitleaks.toml software healthy .gitleaks.toml
OFFICIAL_ADDRESSES.md software healthy OFFICIAL_ADDRESSES.md
CODE_OF_CONDUCT.md software healthy CODE_OF_CONDUCT.md
TRADEMARK.md software healthy TRADEMARK.md
.env.example software healthy dashboard/.env.example
vitest.config.ts software healthy dashboard/vitest.config.ts
PROVIDER_INTEGRATION.md software healthy dashboard/PROVIDER_INTEGRATION.md
STARTUP_GUIDE.md software healthy dashboard/STARTUP_GUIDE.md
postcss.config.js software healthy dashboard/postcss.config.js
tsconfig.node.json software healthy dashboard/tsconfig.node.json
TESTING_GUIDE.md software healthy dashboard/TESTING_GUIDE.md
TOKEN_LISTS.md software healthy dashboard/TOKEN_LISTS.md
vite.config.ts software healthy dashboard/vite.config.ts
package-lock.json software healthy dashboard/package-lock.json
MANUAL_TESTING_CHECKLIST.md software healthy dashboard/MANUAL_TESTING_CHECKLIST.md
SYSTEM_SPECIFICATION.md software healthy dashboard/SYSTEM_SPECIFICATION.md
package.json software healthy dashboard/package.json
index.html software healthy dashboard/index.html
tailwind.config.js software healthy dashboard/tailwind.config.js
quickstart.md software healthy dashboard/quickstart.md
tsconfig.json software healthy dashboard/tsconfig.json
setup.ts software healthy dashboard/tests/setup.ts
cli_wrapper_test.rs software healthy dashboard/tests/rust/cli_wrapper_test.rs
wallet_import_test.rs software healthy dashboard/tests/rust/wallet_import_test.rs
security_test.rs software healthy dashboard/tests/rust/security_test.rs
wallet_rename_test.rs software healthy dashboard/tests/rust/wallet_rename_test.rs
README.md software healthy dashboard/tests/rust/README.md
create_wallet_command_test.rs software healthy dashboard/tests/rust/create_wallet_command_test.rs
export_test.rs software healthy dashboard/tests/rust/export_test.rs
error_test.rs software healthy dashboard/tests/rust/error_test.rs
wallet_list_test.rs software healthy dashboard/tests/rust/wallet_list_test.rs
usb_test.rs software healthy dashboard/tests/rust/usb_test.rs
address_test.rs software healthy dashboard/tests/rust/address_test.rs
wallet_create_test.rs software healthy dashboard/tests/rust/wallet_create_test.rs
mod.rs software healthy dashboard/tests/rust/common/mod.rs
MnemonicDisplay.test.tsx software healthy dashboard/tests/frontend/MnemonicDisplay.test.tsx
walletSwitch.test.ts software healthy dashboard/tests/frontend/walletSwitch.test.ts
clipboard.test.ts software healthy dashboard/tests/frontend/clipboard.test.ts

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

LabelLayerStatusPath
dashboard software healthy dashboard
tests software healthy dashboard/tests
rust software healthy dashboard/tests/rust
common software healthy dashboard/tests/rust/common
frontend software healthy dashboard/tests/frontend
utils software healthy dashboard/tests/frontend/utils
stores software healthy dashboard/tests/frontend/stores
hooks software healthy dashboard/tests/frontend/hooks
flows software healthy dashboard/tests/frontend/flows
components software healthy dashboard/tests/frontend/components
integration software healthy dashboard/tests/frontend/integration
validation software healthy dashboard/tests/frontend/validation
services software healthy dashboard/tests/frontend/services
integration software healthy dashboard/tests/integration
scripts software healthy dashboard/scripts
src software healthy dashboard/src
api software healthy dashboard/src/api
utils software healthy dashboard/src/utils
contexts software healthy dashboard/src/contexts
stores software healthy dashboard/src/stores
hooks software healthy dashboard/src/hooks
types software healthy dashboard/src/types
components software healthy dashboard/src/components
WalletConnect software healthy dashboard/src/components/WalletConnect
Onboarding software healthy dashboard/src/components/Onboarding
steps software healthy dashboard/src/components/Onboarding/steps
pages software healthy dashboard/src/pages
DeveloperMode software healthy dashboard/src/pages/DeveloperMode
validation software healthy dashboard/src/validation
constants software healthy dashboard/src/constants
services software healthy dashboard/src/services
walletconnect software healthy dashboard/src/services/walletconnect
methods software healthy dashboard/src/services/walletconnect/methods
utils software healthy dashboard/src/services/walletconnect/utils
locales software healthy dashboard/src/locales
en software healthy dashboard/src/locales/en
zh-TW software healthy dashboard/src/locales/zh-TW
src-tauri software healthy dashboard/src-tauri
src software healthy dashboard/src-tauri/src
websocket software healthy dashboard/src-tauri/src/websocket
commands software healthy dashboard/src-tauri/src/commands
models software healthy dashboard/src-tauri/src/models
ffi software healthy dashboard/src-tauri/src/ffi
capabilities software healthy dashboard/src-tauri/capabilities
icons software healthy dashboard/src-tauri/icons
public software healthy dashboard/public
token-lists software healthy dashboard/public/token-lists
packages software healthy packages
hardhat-plugin software healthy packages/hardhat-plugin
src software healthy packages/hardhat-plugin/src

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

LabelLayerStatusPath
password_literal::dashboard/tests/rust/cli_wrapper_test.rs security healthy dashboard/tests/rust/cli_wrapper_test.rs
password_literal::dashboard/tests/rust/cli_wrapper_test.rs security healthy dashboard/tests/rust/cli_wrapper_test.rs
password_literal::dashboard/tests/rust/cli_wrapper_test.rs security healthy dashboard/tests/rust/cli_wrapper_test.rs
password_literal::dashboard/tests/rust/cli_wrapper_test.rs security healthy dashboard/tests/rust/cli_wrapper_test.rs
password_literal::dashboard/tests/rust/cli_wrapper_test.rs security healthy dashboard/tests/rust/cli_wrapper_test.rs
password_literal::dashboard/tests/rust/wallet_import_test.rs security healthy dashboard/tests/rust/wallet_import_test.rs
password_literal::dashboard/tests/rust/error_test.rs security healthy dashboard/tests/rust/error_test.rs
password_literal::dashboard/tests/rust/address_test.rs security healthy dashboard/tests/rust/address_test.rs
password_literal::dashboard/tests/rust/address_test.rs security healthy dashboard/tests/rust/address_test.rs
password_literal::dashboard/tests/rust/wallet_create_test.rs security healthy dashboard/tests/rust/wallet_create_test.rs
password_literal::dashboard/tests/rust/wallet_create_test.rs security healthy dashboard/tests/rust/wallet_create_test.rs
password_literal::dashboard/tests/rust/common/mod.rs security healthy dashboard/tests/rust/common/mod.rs
password_literal::dashboard/tests/frontend/validation.test.… security healthy dashboard/tests/frontend/validation.test.ts
password_literal::dashboard/tests/frontend/validation.test.… security healthy dashboard/tests/frontend/validation.test.ts
password_literal::dashboard/tests/frontend/validation.test.… security healthy dashboard/tests/frontend/validation.test.ts
password_literal::dashboard/tests/frontend/validation.test.… security healthy dashboard/tests/frontend/validation.test.ts
password_literal::dashboard/tests/frontend/flows/wallet-cre… security healthy dashboard/tests/frontend/flows/wallet-creation-flow.test.tsx
password_literal::dashboard/tests/frontend/components/Impor… security healthy dashboard/tests/frontend/components/ImportBackup.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletDetail.test.tsx
password_literal::dashboard/tests/frontend/components/Expor… security healthy dashboard/tests/frontend/components/ExportAllBackups.test.t…
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletCreate.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletCreate.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletCreate.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletCreate.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletCreate.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletCreate.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletImport.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletImport.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletImport.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletImport.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletImport.test.tsx
password_literal::dashboard/tests/frontend/components/Walle… security healthy dashboard/tests/frontend/components/WalletImport.test.tsx
password_literal::dashboard/tests/frontend/integration/wall… security healthy dashboard/tests/frontend/integration/wallet-creation-flow.t…
password_literal::dashboard/tests/frontend/integration/wall… security healthy dashboard/tests/frontend/integration/wallet-creation-flow.t…
password_literal::dashboard/tests/frontend/validation/mnemo… security healthy dashboard/tests/frontend/validation/mnemonic.test.ts
password_literal::dashboard/tests/frontend/validation/mnemo… security healthy dashboard/tests/frontend/validation/mnemonic.test.ts
password_literal::dashboard/tests/frontend/validation/mnemo… security healthy dashboard/tests/frontend/validation/mnemonic.test.ts
password_literal::dashboard/tests/frontend/validation/mnemo… security healthy dashboard/tests/frontend/validation/mnemonic.test.ts
password_literal::dashboard/tests/frontend/validation/mnemo… security healthy dashboard/tests/frontend/validation/mnemonic.test.ts
password_literal::dashboard/tests/frontend/validation/mnemo… security healthy dashboard/tests/frontend/validation/mnemonic.test.ts
password_literal::dashboard/tests/frontend/validation/passw… security healthy dashboard/tests/frontend/validation/password.test.ts
password_literal::dashboard/tests/frontend/validation/passw… security healthy dashboard/tests/frontend/validation/password.test.ts
password_literal::dashboard/tests/frontend/validation/passw… security healthy dashboard/tests/frontend/validation/password.test.ts
password_literal::dashboard/tests/frontend/validation/passw… security healthy dashboard/tests/frontend/validation/password.test.ts
password_literal::dashboard/tests/frontend/validation/passw… security healthy dashboard/tests/frontend/validation/password.test.ts
password_literal::dashboard/tests/frontend/validation/passw… security healthy dashboard/tests/frontend/validation/password.test.ts
password_literal::dashboard/tests/frontend/validation/passw… security healthy dashboard/tests/frontend/validation/password.test.ts
password_literal::dashboard/tests/frontend/validation/passw… security healthy dashboard/tests/frontend/validation/password.test.ts
password_literal::dashboard/tests/frontend/validation/passw… security healthy dashboard/tests/frontend/validation/password.test.ts
password_literal::dashboard/tests/frontend/validation/passw… security healthy dashboard/tests/frontend/validation/password.test.ts

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

LabelLayerStatusPath
build-macos cicd healthy .github/workflows/reproducible-build.yml
build-linux cicd healthy .github/workflows/reproducible-build.yml
build-windows cicd healthy .github/workflows/reproducible-build.yml
publish-hashes cicd healthy .github/workflows/reproducible-build.yml
go-lib-linux cicd healthy .github/workflows/build-verify.yml
go-lib-macos cicd healthy .github/workflows/build-verify.yml
go-lib-windows cicd healthy .github/workflows/build-verify.yml
dashboard-build cicd healthy .github/workflows/build-verify.yml
contracts-compile cicd healthy .github/workflows/build-verify.yml
tauri-check cicd healthy .github/workflows/build-verify.yml
version-check cicd healthy .github/workflows/release.yml
build-go-libs cicd healthy .github/workflows/release.yml
build-tauri-apps cicd healthy .github/workflows/release.yml
create-release cicd healthy .github/workflows/release.yml
stale cicd healthy .github/workflows/stale.yml
dco-check cicd healthy .github/workflows/dco.yml
go-tests cicd healthy .github/workflows/ci.yml
frontend-tests cicd healthy .github/workflows/ci.yml
contract-tests cicd healthy .github/workflows/ci.yml
lint-go cicd healthy .github/workflows/ci.yml
triage cicd healthy .github/workflows/labeler.yml
scan cicd healthy .github/workflows/gitleaks.yml

LabelLayerStatusPath
App frontend healthy dashboard/src/App.tsx
LanguageSwitcher frontend healthy dashboard/src/components/LanguageSwitcher.tsx
ReceiveAddressModal frontend healthy dashboard/src/components/ReceiveAddressModal.tsx
AddressRow frontend healthy dashboard/src/components/AddressRow.tsx
WalletSelector frontend healthy dashboard/src/components/WalletSelector.tsx
TransactionSignDialog frontend healthy dashboard/src/components/TransactionSignDialog.tsx
SwapTransaction frontend healthy dashboard/src/components/SwapTransaction.tsx
InactivityWarningDialog frontend healthy dashboard/src/components/InactivityWarningDialog.tsx
LoadingSpinner frontend healthy dashboard/src/components/LoadingSpinner.tsx
ConfirmationDialog frontend healthy dashboard/src/components/ConfirmationDialog.tsx
WalletImport frontend healthy dashboard/src/components/WalletImport.tsx
AddressList frontend healthy dashboard/src/components/AddressList.tsx
StakingTransaction frontend healthy dashboard/src/components/StakingTransaction.tsx
LibraryCrashDialog frontend healthy dashboard/src/components/LibraryCrashDialog.tsx
MembershipStatus frontend healthy dashboard/src/components/MembershipStatus.tsx
MembershipSettings frontend healthy dashboard/src/pages/MembershipSettings.tsx

LabelLayerStatusPath
/MembershipSettings frontend healthy dashboard/src/pages/MembershipSettings.tsx
/Settings frontend healthy dashboard/src/pages/Settings.tsx
/Dashboard frontend healthy dashboard/src/pages/Dashboard.tsx
/DeveloperMode/SigningHistory frontend healthy dashboard/src/pages/DeveloperMode/SigningHistory.tsx
/DeveloperMode/DevSettings frontend healthy dashboard/src/pages/DeveloperMode/DevSettings.tsx
/DeveloperMode/SessionSettings frontend healthy dashboard/src/pages/DeveloperMode/SessionSettings.tsx
/DeveloperMode/PendingRequests frontend healthy dashboard/src/pages/DeveloperMode/PendingRequests.tsx
/DeveloperMode/ frontend healthy dashboard/src/pages/DeveloperMode/index.tsx
/dev/sda1 frontend healthy dashboard/tests/frontend/services/tauri-api.test.ts

LabelLayerStatusPath
gha::reproducible-build cicd healthy .github/workflows/reproducible-build.yml
gha::build-verify cicd healthy .github/workflows/build-verify.yml
gha::release cicd healthy .github/workflows/release.yml
gha::stale cicd healthy .github/workflows/stale.yml
gha::dco cicd healthy .github/workflows/dco.yml
gha::ci cicd healthy .github/workflows/ci.yml
gha::labeler cicd healthy .github/workflows/labeler.yml
gha::gitleaks cicd healthy .github/workflows/gitleaks.yml

LabelLayerStatusPath
ErrorBoundary software healthy dashboard/src/components/ErrorBoundary.tsx:ErrorBoundary
TokenListCache software healthy dashboard/src/services/tokenList.ts:TokenListCache
WalletConnectClient software healthy dashboard/src/services/walletconnect/client.ts:WalletConnec…
WalletConnectError software healthy dashboard/src/services/walletconnect/types.ts:WalletConnect…
ArcSignClient software healthy packages/hardhat-plugin/src/ArcSignClient.ts:ArcSignClient
ArcSignSigner software healthy packages/hardhat-plugin/src/ArcSignSigner.ts:ArcSignSigner
ArcSignProvider software healthy packages/hardhat-plugin/src/ArcSignProvider.ts:ArcSignProvi…

LabelLayerStatusPath
TAURI_KEY_PASSWORD cicd healthy
TAURI_PRIVATE_KEY cicd healthy
VITE_WALLETCONNECT_PROJECT_ID cicd healthy
GITHUB_TOKEN cicd healthy

LabelLayerStatusPath
127.0.0.1 network healthy dashboard/src-tauri/tauri.conf.json
192.168.1.1 network healthy internal/services/audit/logger_test.go

LabelLayerStatusPath
arcsignio__arcsign software healthy /data/fable5_failed_archive/arcsignio__arcsign

LabelLayerStatusPath
redis data healthy dashboard/package-lock.json

LabelLayerStatusPath
port:5173 network healthy dashboard/vite.config.ts

LabelLayerStatusPath
vps::azure hardware healthy dashboard/package-lock.json

LabelLayerStatusPath
gpu (detected) hardware healthy dashboard/public/token-lists/arbitrum.json
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/40b3c94e-a71b-4191-a2f4-aba0c0111edb/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/40b3c94e-a71b-4191-a2f4-aba0c0111edb/

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.