generators-data-export

Pass

Audited by Gen Agent Trust Hub on Apr 30, 2026

Risk Level: SAFE
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The generated code includes data ingestion surfaces via the DataImporter class which reads external JSON and CSV files. This is a standard functional requirement for data portability and import features.
  • Ingestion points: The importFile method in DataImporter.swift reads external data using Data(contentsOf: url).
  • Boundary markers: The skill relies on standard data structures (Codable) and format-specific parsers (JSONDecoder, custom CSV parser).
  • Capability inventory: The generated code uses FileManager for temporary file storage and UniformTypeIdentifiers for file type validation.
  • Sanitization: CSVExporter.swift implements RFC 4180 field escaping to handle special characters and prevent structure-breaking injections in exported files.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 30, 2026, 08:37 AM
Security Audit — agent-trust-hub — generators-data-export