catalog
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use
pnpmcommands (such aspnpm catalog dev,scaffold,generate, andverify) to manage the workflow catalog. These are standard developer operations within the Temporal UI repository environment. - [DATA_EXPOSURE]: The instructions guide the user to store credentials in
.env.catalog.local. The skill correctly notes that this file is gitignored and not shared, which is the recommended practice for managing sensitive configuration in local development environments. - [DYNAMIC_EXECUTION]: The skill describes a local worker that dynamically loads and executes code from
example.tsandworkflow.tsfiles. This is the intended primary functionality for testing and developing Temporal workflows locally.
Audit Metadata