data-pipeline
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process data from external sources, which is an inherent characteristic of ETL (Extract, Transform, Load) workflows.
- Ingestion points:
SKILL.mdidentifies potential data sources including Shopify, Stripe, PostgreSQL, MongoDB, and REST APIs. - Boundary markers: The provided templates do not explicitly define boundary markers or delimiters for untrusted data.
- Capability inventory: The skill leverages tools such as
database_query,api_fetch,spreadsheet_write, andfile_transformto execute its workflows. - Sanitization: Documentation examples include basic data cleaning steps such as trimming whitespace, type casting (e.g.,
parseFloat), and field mapping to normalize incoming data.
Audit Metadata