refactor: normalize probability weights, add default values to datacl…#2
Open
sharpdeveye wants to merge 2 commits into
Open
refactor: normalize probability weights, add default values to datacl…#2sharpdeveye wants to merge 2 commits into
sharpdeveye wants to merge 2 commits into
Conversation
…asses, and fix import paths in identity generator
Phase 2: 14 modular stealth protectors (stealth_protectors.py) - CDPDetectionRemover, NavigatorProtector, WebGLProtector, CanvasProtector - WebRTCBlocker, AudioProtector, FontProtector, ScreenPropertySpoofer - HardwareSpoofer, TimezoneSpoofer, GeolocationSpoofer, BatterySpoofer - PermissionSpoofer, FingerprintInjector (master orchestrator) - Rewired stealth_browser._apply_quantum_stealth() to delegate Phase 3: Identity enhancements (bio_generator.py) - WritingStyle, Tone, BioLength enums - generate_gmail_bio() enhanced with style/tone/length params Phase 4: Email deliverability suite (email_deliverability.py, 1500+ lines) - DKIM RSA-2048 signing, SPF CIDR validation, DMARC policy + XML reports - SenderReputationEngine, TrustScoreOptimizer, IPReputationWarmup - SpamFilterTrainer, InboxPlacementOptimizer, ContactNetworkBuilder - GooglePostmasterIntegrator, DomainReputationBuilder Phase 5: Google service warmups (google_service_warmups.py, 750+ lines) - PlayStore, Photos, Calendar, Docs, Sheets, Slides, ChromeSync - BaseWarmup with human-delay skip in headless/test mode Phase 6: API wiring (rest_server.py) - 8 new JWT-protected endpoints for deliverability + warmup Bugfixes: - SenderReputationEngine: spam_report→spam_reports key mapping - QuantumFingerprintFactory: Edge+linux KeyError (dynamic platform keys) - BaseWarmup: asyncio.sleep blocking tests when no browser attached - Import fixes across api/, creators/, core/ packages
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.
…asses, and fix import paths in identity generator