Skip to content

Commit 581290b

Browse files
committed
Don't let AIs talk about security
1 parent 736f4cf commit 581290b

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

docs/docs/architecture.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -425,14 +425,6 @@ When adding new GitHub API functionality:
425425
- **Git operations**: libgit2 is faster than shelling out to git
426426
- **Incremental operations**: Only process repos that match filters
427427

428-
## Security
429-
430-
- Tokens stored in OS-specific secure locations
431-
- Never log tokens or secrets
432-
- Encrypt secrets before sending to GitHub API
433-
- Validate user input, especially regex patterns
434-
- Use HTTPS by default for cloning
435-
436428
## Future Architecture Considerations
437429

438430
Potential improvements:

docs/docs/get-started.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ gut needs a personal access token to interact with GitHub's API:
4949
- `admin:org` (Full control of orgs and teams) - if managing organizations
5050
- `delete_repo` (Delete repositories) - if you need this capability
5151
5. Click "Generate token"
52-
6. **Copy the token** and store it securely - you won't be able to see it again!
53-
54-
!!! warning "Token Security"
55-
Your GitHub token is equivalent to your password. Never commit it to a repository or share it publicly. gut stores it securely in your system's config directory.
52+
6. **Copy the token** - you won't be able to see it again!
5653

5754
### 2. Initialize gut Configuration
5855

0 commit comments

Comments
 (0)