Skip to content

refactor(wallet-cli): Fix Wallet constructor use

a091767
Select commit
Loading
Failed to load commit list.
Draft

feat(wallet-cli): Add wallet CLI with daemon support #8446

refactor(wallet-cli): Fix Wallet constructor use
a091767
Select commit
Loading
Failed to load commit list.
Socket Security / Socket Security: Pull Request Alerts succeeded May 4, 2026 in 36s

Pull Request #8446 Alerts: Complete with warnings

Report Status Message
PR #8446 Alerts ⚠️ Found 3 project alerts

Pull request alerts notify when new issues are detected between the diff of the pull request and it's target branch.

Details

Warning

MetaMask internal reviewing guidelines:

  • Do not ignore-all
  • Each alert has instructions on how to review if you don't know what it means. If lost, ask your Security Liaison or the supply-chain group
  • Copy-paste ignore lines for specific packages or a group of one kind with a note on what research you did to deem it safe.
    @SocketSecurity ignore npm/PACKAGE@VERSION
Action Severity Alert  (click "▶" to expand/collapse)
Warn Low
Potential code anomaly (AI signal): npm ejs is 100.0% likely to have a medium risk anomaly

Notes: This is the standard EJS template engine implementation. It contains no indicators of intentional malware (no network exfiltration, no reverse shells, no obfuscated backdoors). However, because it compiles template text into JavaScript and executes it (via Function constructor) and provides file-include functionality using fs.readFileSync by default, it presents a high-risk surface for template injection: untrusted template content or attacker-controlled include paths can lead to arbitrary code execution or disclosure of filesystem contents. Use caution: treat templates and include inputs as trusted or sandbox them. Otherwise the library itself is not malicious.

Confidence: 1.00

Severity: 0.60

From: ?npm/@oclif/core@4.10.5npm/ejs@3.1.10

ℹ Read more on: This package | This alert | What is an AI-detected potential code anomaly?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/ejs@3.1.10. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn Low
Potential code anomaly (AI signal): npm filelist is 100.0% likely to have a medium risk anomaly

Notes: The analyzed code fragment appears to be a legitimate, well-structured file-listing and filtering utility. It reads filesystem data synchronously, supports glob patterns, and applies excludes. There is no evidence of malicious activity such as data exfiltration, remote command execution, or backdoors. Primary concerns are performance (synchronous IO on large directories) and potential information leakage via verbose logging if enabled in production, but the module itself does not introduce supply-chain risks or hidden behavior.

Confidence: 1.00

Severity: 0.60

From: ?npm/@oclif/core@4.10.5npm/filelist@1.0.6

ℹ Read more on: This package | This alert | What is an AI-detected potential code anomaly?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/filelist@1.0.6. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn Low
Potential code anomaly (AI signal): npm lilconfig is 100.0% likely to have a medium risk anomaly

Notes: The analyzed code fragment implements a standard, non-malicious configuration loader system (lilconfig) with support for JS/JSON config files, dynamic import fallbacks, and caching. While it can execute JS-based config via dynamicImport/require, such behavior is typical for config loaders and not evidence of malicious intent. The primary risk lies in executing untrusted config code and the possibility of misusing user-provided loaders. No hardcoded secrets or direct network exfiltration are present in the snippet itself. Recommended mitigations include exercising caution with untrusted sources, enabling strict loader guarantees, and auditing loader implementations.

Confidence: 1.00

Severity: 0.60

From: ?npm/@oclif/core@4.10.5npm/lilconfig@3.1.3

ℹ Read more on: This package | This alert | What is an AI-detected potential code anomaly?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/lilconfig@3.1.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Ignoring alerts on:

  • jake@10.9.4

View full report