spacedriveapp / spacedriveapp/spacebot
Ability to disable secrets guard
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2.4k
- Forks
- 367
- PR merge metrics
- No merged PRs in 30d
Description
Issue: when ask agent to work on my projects, and some of them contain development secrets - it cause the worker to immideately stop the task once worker touches them. I want to have ability to disable this check, as i know exactly what i'm doing and again is running in a separate low priv container.
I'd like to see some kind of configurable flag i can set that disables this security check.
Contributor guide
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
Start by locating the secrets guard and the existing configuration entry point used by workers. Trace where the guard stops a task and determine how a configurable flag can explicitly disable it. Done means the flag is documented and disabling it allows the worker to continue past the secrets check while preserving the current default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100