random-number-generator
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill relies exclusively on Python's standard library modules (
random,secrets,argparse,json) and does not require any third-party packages or external downloads.- [SAFE]: No network operations, file system modifications (other than reading the script itself), or sensitive data access are performed by the provided instructions or scripts.- [SAFE]: Command-line arguments for complex data types (lists) are handled usingjson.loads, which is a safe practice for parsing structured data and avoids shell injection risks.
Audit Metadata