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
DataImporterclass which reads external JSON and CSV files. This is a standard functional requirement for data portability and import features. - Ingestion points: The
importFilemethod inDataImporter.swiftreads external data usingData(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
FileManagerfor temporary file storage andUniformTypeIdentifiersfor file type validation. - Sanitization:
CSVExporter.swiftimplements RFC 4180 field escaping to handle special characters and prevent structure-breaking injections in exported files.
Audit Metadata