skills/opensensenova/sensenova-skills/condition-filtering-and-large-file-optimization/Gen Agent Trust Hub
condition-filtering-and-large-file-optimization
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns detected. The code performs legitimate data processing tasks.
- [DATA_EXFILTRATION]: The skill processes data locally using pandas and saves the output to a local sandbox path (
sandbox:filtered_result.xlsx). No network requests or external data transfers were identified. - [COMMAND_EXECUTION]: All operations are performed using standard Python libraries (pandas, openpyxl). There is no usage of
os.system,subprocess, or other shell-access mechanisms. - [REMOTE_CODE_EXECUTION]: The skill does not download external scripts or execute code from remote sources. All logic is contained within the provided scripts.
- [INDIRECT_PROMPT_INJECTION]: While the skill processes external data (Excel files), its capabilities are limited to data transformation and file writing. It does not possess high-risk capabilities like network access or system command execution that could be exploited via malicious data content.
Audit Metadata