Production-ready security modules: path validation, AES-256-GCM encryption, input sanitization, integrity checking, secure logging, approval verification
Project description
AI Employee Security Skills
Production-ready security modules extracted from the AI Employee Vault project.
Installation
pip install ai-employee-security-skills
Modules
| Module | Description | CVSS Fixed |
|---|---|---|
| PathValidator | Path traversal protection | 7.5 |
| ArchiveEncryption | AES-256-GCM encryption + ZSTD compression | 8.0 |
| InputValidator | Input validation & sanitization | 7.0 |
| IntegrityChecker | SHA-256 checksum verification | 6.5 |
| SecureLogging | Automatic log sanitization | 6.0 |
| ApprovalVerifier | Approval workflow enforcement | 7.5 |
Quick Start
from ai_employee_security import PathValidator, InputValidator
# Path validation
pv = PathValidator()
is_safe = pv.is_safe_path("/etc/passwd") # False
is_safe = pv.is_safe_path("data/report.csv") # True
# Input validation
iv = InputValidator()
clean = iv.sanitize_sensitive_data("password=secret123") # "password=***"
valid = iv.validate_task_id("TASK_001") # True
Security Impact
- 8 CRITICAL vulnerabilities fixed (CVSS 6.0-8.0)
- Security score improvement: 55 to 81/100 (+47%)
- Compliance: OWASP Top 10, GDPR, HIPAA, PCI DSS
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ai_employee_security_skills-1.0.0.tar.gz.
File metadata
- Download URL: ai_employee_security_skills-1.0.0.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4c82b8261fd10a8445c8442d07d6b0cfd524194e2760b4f6f105cb68bd4abb3
|
|
| MD5 |
8eb29b1b03df9a39bdff6dc7f685d05d
|
|
| BLAKE2b-256 |
a6e3e9426f9f732b3d0f393cb075f294dd51f9a5aa2c5a1f18836d9f28a7a8f5
|
File details
Details for the file ai_employee_security_skills-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ai_employee_security_skills-1.0.0-py3-none-any.whl
- Upload date:
- Size: 25.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
600a8dbfda365ce88ec992f6bc9c1faf5b717747c118cda8e422972282128265
|
|
| MD5 |
97c85748d8ef75ad48cb388e78898daf
|
|
| BLAKE2b-256 |
f2de16f1325b221bf8b6f3db173834b3c3bc0eeb6d930b011ef3e775769841ff
|