C.R.A.B Deploy Agent
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill bundle provides a multi-step deployment workflow for full-stack applications. The `SKILL.md` clearly outlines the purpose, required binaries (`gh`, `wrangler`, `git`, `jq`), and configuration. The `deploy-agent.sh` script acts primarily as a state manager and workflow orchestrator. Crucially, the script does not directly execute high-risk commands like `gh repo create` or `wrangler pages deploy`. Instead, it prints `info` messages indicating what commands *would* be run, implying that the OpenClaw AI agent is expected to interpret these messages and perform the actual execution. There is no evidence of intentional harmful behavior, data exfiltration, persistence, or prompt injection attempts against the agent. The behavior is aligned with its stated purpose of managing a deployment workflow.
