configuring-exports
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFE
Full Analysis
- [DYNAMIC_EXECUTION]: The skill documents the use of Handlebars templates (e.g.,
{{{lastExportDateTime}}}) and JavaScript 'hooks' (preSavePage,postResponseMap) to perform data transformation and logic at runtime. These are standard features of the Celigo integration platform intended for legitimate data processing. - [DATA_EXPOSURE]: The schema definitions in
references/schemas/webhook.ymlandreferences/schemas/distributed.ymlcorrectly identify sensitive fields such asbearerToken,password,key, andtoken. These are marked withformat: passwordor described as sensitive credentials, aligning with best practices for secret management within configuration templates. - [INDIRECT_PROMPT_INJECTION]: The skill defines a large attack surface by enabling the ingestion of data from numerous external sources (APIs, Databases, Webhooks).
- Ingestion points: Defined in
references/schemas/http.yml,references/schemas/webhook.yml, and various database schemas. - Boundary markers: Not explicitly defined in these technical schemas, which focus on resource structure.
- Capability inventory: Includes capabilities to write to file systems via
backupPathinreferences/schemas/file.ymland perform database updates viaonce.queryinreferences/schemas/jdbc.yml. - Sanitization: Standard escaping is handled by the platform's template engine; no specific sanitization logic is present in these static schemas. This represents a known architectural pattern for integration tools and is considered a low risk in this context.
- [COMMAND_EXECUTION]: The documentation describes the use of platform-specific CLI commands (e.g.,
celigo exports invoke,celigo account search). These are intended for use by an agent operating within the Celigo ecosystem and do not represent unauthorized command execution.
Audit Metadata