v1.4.0

kaifcodec/user-scannerv1.4.0Jun 11, 2026by kaifcodec

AI Summary

Implemented a 'Deep Username Scan' feature across 60+ modules to extract metadata, fixed CLI layout issues, enforced SSL/TLS certificate verification, and added the BeatStars module.

Key Highlights

  • Implemented 'Deep Username Scan' across 60+ modules (Social, Dev, Gaming, etc.)
  • Fixed multi-line value alignment issues in CLI tree display
  • Restored global TLS/SSL certificate verification
  • Added BeatStars validation footprint module
  • Fixed CSV export missing 'extra' metadata header

New Features

  • Deep Username Scan (60+ modules)
  • CLI tree layout fix
  • SSL/TLS verification restoration
  • BeatStars module
  • CSV header fix

Full Release Notes

- Implemented core "Deep Username Scan" feature across 60+ `user_scan` modules (Social, Dev, Music, Gaming, Adult, Political, Finance, Donation, Community) to extract profile metadata, adding defensive parsing wrappers and migrating key targets like GitHub to public web scraping to bypass unauthenticated API rate limits (#355).
  — by @kaifcodec

- Fixed multi-line value alignment issues in the CLI tree display layout and updated project documentation, including screencasts and usage guides in `README.md` and `USAGE.md` (#355).
  — by @VamatoHD and @kaifcodec 

- Fixed CodeQL regex security warnings, streamlined project ruff lint rules (E701, E401), and removed bare except catches across core codebase scripts (#355).
  — by @kaifcodec and @github-advanced-security[bot]

- Added new BeatStars validation footprint module to the `user_scan` architecture registry (#332).
  — by @notlorick

- Fixed a bug where the "extra" metadata column header was completely missing from exported CSV scanning reports (#335).
  — by @VamatoHD

- Enforced `Accept-Encoding: identity` headers on Gumroad and GirlsLife network requests to fix decoding failures (#338).
  — by @sturq

- Patched the Instagram email scanning module validation logic to handle and mitigate aggressive platform rate limits (#347).
  — by @shredzwho

- Restored global TLS/SSL certificate verification across the core HTTP engine client orchestrator (#352).
  — by @sebastiondev

- Optimized internal formatting mechanics and terminal display trees for module "extra" payload metadata fields (#351).
  — by @VamatoHD

- Multiple code reviews.
  — by @json-hunter07, @VamatoHD, and @kaifcodec