sample-size-basic
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill involves the execution of a local Python script (
scripts/main.py) and standard compilation checks (py_compile). These operations are used for performing the core statistical calculations described in the skill's purpose. - [EXTERNAL_DOWNLOADS]: The skill references the installation of standard Python dependencies (
numpy,scipy) via a requirements file. These are well-known, established libraries for scientific and statistical computing. - [SAFE]: No evidence of prompt injection, data exfiltration, obfuscation, or unauthorized file access was found. The Python script includes basic input validation using
argparseand type checking for numeric parameters.
Audit Metadata