Conversation
src/helpers/nodeUtils.ts
Outdated
| url.searchParams.set("source", source); | ||
| } | ||
| await get<void>(url.toString()); | ||
| callAllowApi({ buildEnv, verifier, verifierId: verifierParams.verifier_id, network, clientId, source, loginStatus: LoginStatus.INITIATED }); |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning MetaMask internal reviewing guidelines:
Ignoring alerts on:
|
|
@SocketSecurity allow npm/@toruslabs/constants@16.1.1 Archit is part of web3auth team and has publishing access. |
|
@SocketSecurity ignore npm/rolldown@1.0.0-rc.11 This is a dev dependency |

Jira Link
Description
How has this been tested?
Screenshots (if appropriate)
Types of changes
Checklist
Note
Medium Risk
Adds new Citadel
signer/allowcalls with atorusloginstatusparameter during share retrieval, including extra reporting on success/failure, which could affect critical login flows if the endpoint is slow/unavailable. Remaining changes are dependency/version bumps.Overview
Adds a
TorusLoginStatusenum and threads an optionaltorusloginstatusquery param into the Citadelv1/signer/allowrequest.Introduces
citadelUtils(buildAllowUrl/callAllowApi) and refactors share retrieval to use it:retrieveOrImportSharenow logs an initiated status, andTorus.retrieveSharesadditionally reports success or failed after the operation (errors are swallowed inreportSignerAllow).Bumps package version to
17.2.1and updates several dependencies/devDependencies (notably@toruslabs/constants,@toruslabs/fetch-node-details,vite,vitest).Written by Cursor Bugbot for commit 3ebb385. This will update automatically on new commits. Configure here.