maravilla-workflows
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill acts as a technical guide for building durable workflows on the Maravilla Cloud platform. The provided examples follow the vendor's recommended implementation patterns.
- [EXTERNAL_DOWNLOADS]: The skill references official documentation hosted at
https://www.maravilla.cloud/llms-full.txt. This URL belongs to the author's verified infrastructure. - [PROMPT_INJECTION]: Analysis of the workflow definition patterns reveals a standard surface for processing external data.
- Ingestion points: Workflows ingest data via the
inputobject in thedefineWorkflowfunction withinSKILL.md. - Boundary markers: The documentation does not explicitly define delimiters for separating untrusted input data from workflow instructions.
- Capability inventory: The workflow engine has access to platform environment variables (
ctx.platform.env), key-value storage (ctx.kv), and network requests viafetch. - Sanitization: Examples show direct usage of input fields like
input.userIdfor data fetching and storage path generation; standard validation is expected to be handled by the developer implementing the workflow logic.
Audit Metadata