skills/opensensenova/sensenova-skills/text-normalization-and-large-file-processing/Gen Agent Trust Hub
text-normalization-and-large-file-processing
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes standard Python libraries such as pandas, numpy, and re to perform data cleaning tasks, including character filtering and numeric type conversion.
- [SAFE]: All file operations are restricted to the local sandbox environment, specifically reading user-provided data and writing the output to the standard path /mnt/data/.
- [SAFE]: No network connectivity, external resource fetching, or code obfuscation techniques were identified.
- [SAFE]: The skill manages memory efficiently using gc.collect() and correctly handles data edge cases by converting invalid numeric values to NaN.
Audit Metadata