Align README and CLI docs with actual implementations#35
Merged
thebenignhacker merged 1 commit intomainfrom Mar 25, 2026
Merged
Align README and CLI docs with actual implementations#35thebenignhacker merged 1 commit intomainfrom
thebenignhacker merged 1 commit intomainfrom
Conversation
- README: Fix Python SDK version 1.4.2 -> 1.4.3, algorithm count 80+ -> 130+ - docs/cli.md: Rewrite to accurately reflect JS CLI commands and flags, clearly label Python-only commands (deps, token, certs, push, etc.) as a separate section instead of mixing them in
|
Claude finished @thebenignhacker's task —— View job Security-Focused PR ReviewPerforming security review for PR #35... Analysis SummaryThis PR contains documentation-only changes to align README and CLI docs with actual implementations. No code files were modified. Changes VerifiedREADME.md (2 lines changed):
docs/cli.md (392 deletions, 98 additions):
Security Review (Items 1-12)1-9. Injection, Auth, Crypto, SSRF, ReDoS, Command Injection, etc.
10-12. Logic Bugs Creating Security Issues
Security AssessmentDocumentation Accuracy Review:
Risk Analysis:
ConclusionThis PR improves documentation accuracy with zero security concerns. The changes:
All claims were cross-verified against source code implementations. FINDINGS_COUNT=0 |
|
Manual review required. This PR did not meet auto-merge criteria:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Context
Cross-verified every command and flag against both
sdk/javascript/bin/cryptoserve.mjs(15 commands) andsdk/python/cryptoserve/__main__.py(25 commands).