data-profiler

Pass

Audited by Gen Agent Trust Hub on Feb 15, 2026

Risk Level: LOW
Full Analysis
  • [DATA_EXFILTRATION] (SAFE): No hardcoded credentials or unauthorized network operations were found. The scripts operate exclusively on local file paths.
  • [REMOTE_CODE_EXECUTION] (SAFE): The provided code uses standard library functions for data analysis and contains no dynamic execution sinks such as eval() or exec().
  • [COMMAND_EXECUTION] (SAFE): No subprocess calls or shell command executions are present in the templates.
  • [INDIRECT_PROMPT_INJECTION] (INFO): These templates are designed to ingest external data files (CSV, JSON, Parquet). While this constitutes a data ingestion surface, the operations are limited to statistical profiling and schema inspection, which poses negligible risk of the agent interpreting data as instructions.
  • [OBFUSCATION] (SAFE): No encoded or hidden logic was found; all Python code is presented in clear text.
Audit Metadata
Risk Level
LOW
Analyzed
Feb 15, 2026, 12:11 AM