Skip to content

CRE workflow - #28

Open
vzotova wants to merge 8 commits into
mainfrom
cre-workflow
Open

CRE workflow#28
vzotova wants to merge 8 commits into
mainfrom
cre-workflow

Conversation

@vzotova

@vzotova vzotova commented Jun 26, 2026

Copy link
Copy Markdown

Chainlink Runtime Environment workflow

This workflow should be deployed to CRE, then authorized caller (keeper in the future) can send HTTP request to CRE gateway to run it.

Workflow:

  • read mainnet blockhash using latest finalized block number or provided via http request
  • writes to one or many chains using ChainlinkBlockRelay (see PR Chainlink Block Relay #20 )
  • each relay optionally can resend it to other networks using CCIP (see PR Chainlink Block Relay #20); information about fees (for CCIP) extracted from HTTP request - to minimize time of workflow execution.

Considering that workflow writeReport can't send msg.value it's important to fund relay(s) with CCIP fees in advance.

Open question:
If this PR belongs to this repo or somewhere else (infra or new repo)

Next step:
Keeper <-> CRE workflow (fees management especially)

@vzotova vzotova self-assigned this Jun 26, 2026
@socket-security

socket-security Bot commented Jun 26, 2026

Copy link
Copy Markdown

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​chainlink/​cre-sdk@​1.14.08010010010090
Addednpm/​typescript@​5.9.3100100909690
Addednpm/​viem@​2.34.09710010096100

View full report

@socket-security

socket-security Bot commented Jun 26, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @noble/hashes is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?npm/viem@2.34.0npm/@noble/hashes@1.8.0

ℹ Read more on: This package | This alert | What is obfuscated code?

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: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@noble/hashes@1.8.0. 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 High
Obfuscated code: npm @noble/hashes is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?npm/viem@2.34.0npm/@noble/hashes@1.8.0

ℹ Read more on: This package | This alert | What is obfuscated code?

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: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@noble/hashes@1.8.0. 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 Medium
Low adoption: npm @chainlink/cre-sdk-javy-plugin

Location: Package overview

From: ?npm/@chainlink/cre-sdk@1.14.0npm/@chainlink/cre-sdk-javy-plugin@1.7.0

ℹ Read more on: This package | This alert | What are unpopular packages?

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: Unpopular packages may have less maintenance and contain other problems.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@chainlink/cre-sdk-javy-plugin@1.7.0. 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 Medium
Low adoption: npm @chainlink/cre-sdk

Location: Package overview

From: cre-workflow/contracts/package.jsonnpm/@chainlink/cre-sdk@1.14.0

ℹ Read more on: This package | This alert | What are unpopular packages?

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: Unpopular packages may have less maintenance and contain other problems.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@chainlink/cre-sdk@1.14.0. 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.

View full report

@vzotova
vzotova marked this pull request as ready for review June 30, 2026 15:43
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.

1 participant