Libraries tagged by genitive
drupal/ai_recipe_guardrails_prompt_safety
2445 Downloads
AI Guardrails Prompt Safety recipe for the Drupal AI module. Installs guardrails to block injection attacks, XSS patterns, and liability-triggering topics such as legal advice, medical advice, and sensitive subjects.
cline/cloak
5029 Downloads
Prevent sensitive exception details from leaking in Laravel applications
cleaniquecoders/pii-protection
183 Downloads
Pure-PHP PII protection: field-level encryption at rest + masking of sensitive fields in audit/log payloads. No framework, no global state — plain classes with explicit inputs and outputs, usable anywhere.
globyapp/hash-sensitive
2764 Downloads
Monolog processor to protect sensitive information from logging by hashing the values
geek-dc/laravel-sensitive
5672 Downloads
yorcreative/laravel-scanator
9 Downloads
A Laravel package that provides functionalities for detecting sensitive information and patterns in the database, helping to ensure data privacy and security by empowering developers to easily integrate database scanning capabilities into their applications and take proactive measures to protect sensitive data.
upaid/logmasker
25544 Downloads
Sensitive Data Masker for logs
tapbuy/data-scrubber
3359 Downloads
A tool to help with scrubbing sensitive data
rasuvaeff/yii3-audit-log
116 Downloads
Audit trail for Yii3 applications: who changed what and when, with sensitive value masking
paperscissorsandglue/laravel-encryption-at-rest
484 Downloads
Laravel package for encrypting sensitive data at rest and decrypting it when in use - useful for GDPR, HIPAA, and other compliance requirements
makers99/wp-cli-db-export-clean
454 Downloads
A WP-CLI command `wp db export-clean` to create a database dump without sensitive customer/user data.
mafio69/fast-php-logger
169 Downloads
PSR-3 dual logger with file rotation, date-based structure and automatic anonymization of sensitive fields
eboreum/exceptional
7919 Downloads
Create and format PHP exceptions easily. Automatically unravel method arguments. Ensure that sensitive strings like passwords, tokens, PHPSESSID, etc. are being masked and thus will instead appear as e.g. "******" in the resulting text.
eboreum/caster
8517 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
dynamik-dev/cloak-php
72 Downloads
Redact sensitive data from strings and reveal them later using placeholder tokens