advanced-alchemy
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documentation describes the use and configuration of the Advanced Alchemy library. It follows security best practices, such as recommending timezone-aware datetimes and providing built-in guards against SQL injection via dynamic identifier validation.
- [SAFE]: External dependencies and package installations referenced (e.g.,
advanced-alchemy,argon2-cffi,obstore) are standard for the library and originate from the official vendor or reputable package registries. - [SAFE]: Sensitive operations like data encryption (
EncryptedString) and password hashing (PasswordHash) are documented using standard implemention patterns. No hardcoded credentials or secrets were found; all examples use safe placeholders for keys and connection strings. - [SAFE]: Command-line operations for database migrations (Alembic) and library-specific CLI tools are standard and do not include any unsafe remote code execution, persistence, or privilege escalation patterns.
Audit Metadata