Skip to content

[Snyk] Security upgrade solana-agent-kit from 1.4.5 to 2.0.1#39

Open
SMSDAO wants to merge 1 commit intomainfrom
snyk-fix-25f58e8a3122697daeedd1b401fad1e0
Open

[Snyk] Security upgrade solana-agent-kit from 1.4.5 to 2.0.1#39
SMSDAO wants to merge 1 commit intomainfrom
snyk-fix-25f58e8a3122697daeedd1b401fad1e0

Conversation

@SMSDAO
Copy link
Owner

@SMSDAO SMSDAO commented Feb 5, 2026

snyk-top-banner

Snyk has created this PR to fix 2 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • examples/orbofi-personality-engine/package.json
  • examples/orbofi-personality-engine/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Command Injection
SNYK-JS-GLOB-14040952
  706  
low severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-BRACEEXPANSION-9789073
  436  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Regular Expression Denial of Service (ReDoS)
🦉 Command Injection

…i-personality-engine/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-GLOB-14040952
- https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
Copilot AI review requested due to automatic review settings February 5, 2026 06:23
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedtsx@​4.19.21001008185100
Addedsolana-agent-kit@​2.0.18310010089100
Addedtypescript@​5.7.31001009010090

View full report

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR is an automated Snyk security upgrade that attempts to update the solana-agent-kit dependency in the orbofi-personality-engine example from version ^1.3.0 to ^2.0.1 to fix two security vulnerabilities: a high-severity Command Injection vulnerability in the glob package and a low-severity Regular Expression Denial of Service (ReDoS) vulnerability in the brace-expansion package.

Changes:

  • Updates solana-agent-kit dependency version from ^1.3.0 to ^2.0.1 in the orbofi-personality-engine example

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"dependencies": {
"@langchain/langgraph-checkpoint-postgres": "^0.0.2",
"solana-agent-kit": "^1.3.0"
"solana-agent-kit": "^2.0.1"
Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR only upgrades the solana-agent-kit dependency in one example (orbofi-personality-engine) while leaving other examples on older versions (1.3.0, 1.3.4, 1.3.7, and 1.4.8). For consistency and to ensure all examples benefit from the security fixes, all examples using solana-agent-kit should be upgraded together. Examples that still use older versions include: agent-kit-langgraph, agent-kit-nextjs-langchain, discord-bot-starter, market-making-agent, persistent-agent, and the tg-bot-starter variations.

Suggested change
"solana-agent-kit": "^2.0.1"
"solana-agent-kit": "^1.4.8"

Copilot uses AI. Check for mistakes.
"dependencies": {
"@langchain/langgraph-checkpoint-postgres": "^0.0.2",
"solana-agent-kit": "^1.3.0"
"solana-agent-kit": "^2.0.1"
Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title and description state that this is an upgrade "from 1.4.5 to 2.0.1", but the actual change in the package.json file shows an upgrade from ^1.3.0 to ^2.0.1. This discrepancy between the PR description and the actual code changes should be clarified. The Snyk metadata may be referencing a different version than what was actually in the file.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants