
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
saudi-ids-validator
Advanced tools
A tiny package that helps you validate Saudi national or iqama ids. Inspired by the original repo Saudi-ID-Validator so special thanks to them!
Accepts number or string
Accepts both eastern and western Arabic numbers
To install the package run:
pip install saudi-id-validator
Here's a basic example on how you can use the package:
from saudi_id_validator import is_valid_saudi_id
print(is_valid_saudi_id("1000000008")) # => true if this's your id please don't sue me :)
print(is_valid_saudi_id(1000000008)) # => true
print(is_valid_saudi_id("١٠٠٠٠٠٠٠٠٨")) # => true
print(is_valid_saudi_id("1000000000")) # => false
print(is_valid_saudi_id("100000000")) # => false
print(is_valid_saudi_id("not a number")) # => false
FAQs
A tiny package that helps you validate Saudi national or iqama ids
We found that saudi-ids-validator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.