python-guide
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The file provides boilerplate code for common Python tasks. No malicious logic, obfuscation, or unauthorized access attempts were detected.
- [DATA_EXFILTRATION] (LOW): Includes code for network operations using
aiohttp. This is a standard capability for fetching data and does not pose a risk in the context of these templates. - [PROMPT_INJECTION] (LOW): The
stream_rowsfunction presents a surface for query input. Users should be aware that constructing queries from untrusted input requires parameterization.
Audit Metadata