Explore node permissions in worker runtime
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 23
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 17
Description
node 24 introduced a new permissions model (inspired by deno?)
You can do things like limit what env vars are available to the process or block access to the file system. Both of these things could be important security updates to the worker.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the Node.js permissions documentation linked in the issue, then locate the worker runtime entry point in OpenFn/kit. Determine which environment-variable and filesystem restrictions are relevant to the worker and define the expected security behavior; the issue is complete when that scope and an implementation plan are agreed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- backend, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100