error-sanitization
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION] (SAFE): The skill is purely defensive. It implements logic to detect and redact sensitive patterns (API keys, file paths, connection strings) from error messages before they are returned to users.
- [COMMAND_EXECUTION] (SAFE): No shell commands, subprocess calls, or dangerous execution patterns are present in the provided code templates.
- [REMOTE_CODE_EXECUTION] (SAFE): The skill does not perform any network operations or download external scripts. Dependencies mentioned (FastAPI, Pydantic) are industry standards for the specified implementation.
- [CREDENTIALS_UNSAFE] (SAFE): No hardcoded credentials were found. The skill uses placeholders and focuses on redacting credentials from dynamic error strings.
Audit Metadata