test: add private-safe ChatGPT authenticated mobile-web capture kit - #108
Draft
safal207 wants to merge 6 commits into
Draft
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
Adds a local-only authenticated mobile-web evidence capture kit stacked on public audit PR #106.
The kit attaches to a
chatgpt.comtab that the account owner has already opened and signed into. It does not receive credentials, export cookies/storage state, persist raw conversation text, navigate, click, type, submit prompts, upload files, request permissions or call application APIs directly.Status
PENDING_AUTHORIZED_LOCAL_EVIDENCEThis PR creates the instrument and privacy contract. It does not claim that an authenticated mobile-chat journey has already been tested.
User-driven checkpoints
Privacy design
Persisted evidence contains geometry, counts, lengths, SHA-256 digests, allowlisted control names, performance signals and first-party status metadata.
It does not persist:
Screenshots are disabled by default and require two explicit flags. Optional screenshots globally hide text and blur visual media, but still require local human review before sharing.
Execution boundary
The authenticated observer is never executed in GitHub Actions. CI validates only:
Deliverables
.github/workflows/chatgpt-authenticated-mobile-web-contract.ymlaudits/chatgpt/authenticated-mobile-web-capture-v1.jsonscripts/chatgpt_authenticated_mobile_web_capture.mjsdocs/audits/CHATGPT_AUTHENTICATED_MOBILE_WEB_CAPTURE.mdtests/test_chatgpt_authenticated_mobile_web_capture.pyStack
Base:
agent/chatgpt-mobile-web-audit-v0-1/ PR #106Base exact head:
2407be212e19a393fcd0d8dd33d9fe444aea663bExact head
b2d78c9a38c913be6424b1fea2cb60ce99fb6ad5Exact-head validation
ChatGPT Authenticated Mobile-Web Capture Contract29785148022successDownstream gate
Only after a locally reviewed manifest and selected checkpoint artifacts exist:
Authority boundary
HUMAN_REVIEW_REQUIRED. No credential access, private-data submission, external report, security claim, deployment, delivery or merge authority.