pandas

Pass

Audited by Gen Agent Trust Hub on Mar 15, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides legitimate instructional content and code snippets for using the pandas library for data analysis. All identified patterns are standard for data science workflows and do not introduce malicious functionality.
  • [PROMPT_INJECTION]: The skill defines patterns for ingesting data from various external file formats, which represents a surface for indirect prompt injection if the processed data contains malicious instructions targeting the agent.
  • Ingestion points: Data entry occurs via pd.read_csv, pd.read_parquet, pd.read_json, pd.read_excel, and pd.read_sql across all provided files.
  • Boundary markers: No specific delimiters or instructions to ignore embedded content are provided.
  • Capability inventory: The skill enables full data transformation, aggregation, and file I/O capabilities via the pandas API.
  • Sanitization: No data sanitization or validation logic is included in the provided patterns.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 15, 2026, 11:43 AM