Agentic Workflow Automation
PassAudited by ClawScan on Mar 30, 2026.
Overview
The skill's code, instructions, and requirements are consistent with its stated purpose (generating workflow blueprints); it has no network calls, no requested credentials, and no install steps.
This skill appears coherent and minimal: it normalizes workflow definitions and writes output artifacts. Before installing/run it: (1) verify the owner/metadata if provenance matters (the _meta.json ownerId differs from the registry owner in the provided manifest — likely benign but worth confirming), (2) when invoking the script supply safe input/output paths to avoid accidentally reading sensitive files or overwriting important data, and (3) test in a sandbox or non-production environment first. There are no network calls or credential requests in the code, so it will not exfiltrate data by itself; however, any sensitive data you include in the input JSON will be written to the output artifact, so avoid feeding secrets into the tool.
