Open-source CLI and agent skills for Prevu — preview/staging environments for coding agents like Claude Code, Codex, Cursor, OpenHands, even OpenClaw and Hermes Agent
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport — counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit 6415589 · analyzer v20 · 23h ago
skills & prompt files 4
evidence-backed
findings quoted directly from the published source artifact — not inferred
filesystem 3
- fs prevu-cloud-prevu-6415589/apps/cli/build.ts :9
import { chmodSync, readFileSync, writeFileSync } from "node:fs"; - fs prevu-cloud-prevu-6415589/apps/cli/src/auth.ts :13
import { existsSync, mkdirSync, readFileSync, writeFileSync, unlinkSync, chmodSync } from "node:fs"; - fs prevu-cloud-prevu-6415589/apps/cli/src/ssh-key.ts :9
import { existsSync, readFileSync } from "node:fs";
shell / exec 1
- shell prevu-cloud-prevu-6415589/apps/cli/src/commands/env.ts :4
import { spawn } from "node:child_process";
network 1
- net prevu-cloud-prevu-6415589/apps/cli/src/api-client.ts :274
response = await fetch(url, {
secrets 1
- secrets prevu-cloud-prevu-6415589/apps/cli/src/auth.ts :82
} else if (process.env.PREVU_TOKEN) {
install hooks 1
- prepublishOnly prevu-cloud-prevu-6415589/apps/cli/package.json :32
bun run build
declared dependencies 1
- typescript@^5.9.3