# You vibe-coded an agent. What security do you actually need?

If Codex, Claude Code, or Cursor is writing an app that can refund a customer, send mail, or change production, a code scanner and a prompt filter are not the whole check. Provenex looks at evidence you choose and returns a point-in-time report. It does not claim an action was blocked.

HTML: https://provenex.ai/for-builders

## 1. Run a check now

No account. No API key.

```sh
npx @provenex/check demo
npx @provenex/check plan .
npx @provenex/check scan . --dry-run --no-prompt
```

Stop after the dry-run unless you asked to upload and reviewed the preflight.

- Sample report: https://provenex.ai/check-app
- CLI and docs: https://provenex.ai/cli

## 2. If this is a live shop or support agent

A point-in-time check is not an ongoing owner brief. Provenex App is a private design-partner alpha for solo businesses and small teams running consequential AI agents without a full-time security team. Manual onboarding. Applying creates no account, workspace, connector, or credential.

- Provenex App: https://provenex.ai/app
- Apply for the alpha: https://provenex.ai/request-access

## 3. Edge is not this path

There is no public Provenex Edge install, image, kit, or registry command. Edge is a tailored deployment with private custody. If you have a security team and an egress boundary, start at https://provenex.ai/for-enterprise. Do not paste archived install commands.

## 4. For coding agents

If the app emits little or no telemetry, copy the vendor-neutral
agent-decision-telemetry skill first. It is not Provenex-specific. It tells the
coding agent to add identity, parentage, tool names, and destinations so later
systems can reconstruct lineage:

- Codex: `.agents/skills/agent-decision-telemetry/SKILL.md`
- Canonical: https://github.com/provenex/provenex-public/blob/main/skills/agent-decision-telemetry/SKILL.md

Then copy the Provenex Check skill into the project you are scanning:

- Codex: `.agents/skills/provenex-check/SKILL.md`
- Claude Code: `.claude/skills/provenex-check/SKILL.md`
- Cursor: `.cursor/skills/provenex-check/SKILL.md`

Canonical Check file: https://github.com/provenex/provenex-public/blob/main/cli/provenex-check/skills/provenex-check/SKILL.md

Router for agents already on this site: https://provenex.ai/llms.txt
