# inspect_rendered_video

Generate a contact sheet and detect sustained black or frozen segments in a rendered video.

Agent View of the PolicyLayer registry record for `inspect_rendered_video`. HTML page: https://policylayer.com/tools/cutpilot/inspect-rendered-video

## Facts

- Tool: `inspect_rendered_video`
- Server: Cutpilot (`Hellotravisss/cutpilot`) — https://policylayer.com/tools/cutpilot.md
- Homepage: https://github.com/Hellotravisss/cutpilot
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "inspect_rendered_video",
    "arguments": {}
  }
}
```

## Why inspect_rendered_video is rated Low

Even though inspect_rendered_video only reads data, uncontrolled read access leaks sensitive information and racks up API costs: an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.

## Use case

AI agents call inspect_rendered_video to retrieve information from Cutpilot without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Cutpilot:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "inspect_rendered_video": {}
  }
}
```

## Other tools on Cutpilot (218)

- `cancel_background_task` — Destructive — https://policylayer.com/tools/cutpilot/cancel-background-task.md
- `cancel_export_job` — Destructive — https://policylayer.com/tools/cutpilot/cancel-export-job.md
- `clean_transcript` — Destructive — https://policylayer.com/tools/cutpilot/clean-transcript.md
- `clear_edit_context` — Destructive — https://policylayer.com/tools/cutpilot/clear-edit-context.md
- `clear_item_reframe` — Destructive — https://policylayer.com/tools/cutpilot/clear-item-reframe.md
- `delete_asset_bin` — Destructive — https://policylayer.com/tools/cutpilot/delete-asset-bin.md
- `delete_timeline` — Destructive — https://policylayer.com/tools/cutpilot/delete-timeline.md
- `delete_timeline_marker` — Destructive — https://policylayer.com/tools/cutpilot/delete-timeline-marker.md
- `delete_track` — Destructive — https://policylayer.com/tools/cutpilot/delete-track.md
- `detach_video_proxy` — Destructive — https://policylayer.com/tools/cutpilot/detach-video-proxy.md
- `remove_duplicate_shots` — Destructive — https://policylayer.com/tools/cutpilot/remove-duplicate-shots.md
- `repair_cutpilot_project` — Destructive — https://policylayer.com/tools/cutpilot/repair-cutpilot-project.md
- `ripple_delete_item` — Destructive — https://policylayer.com/tools/cutpilot/ripple-delete-item.md
- `set_transition` — Destructive — https://policylayer.com/tools/cutpilot/set-transition.md
- `unlink_timeline_items` — Destructive — https://policylayer.com/tools/cutpilot/unlink-timeline-items.md
- `audit_cutpilot_project` — Execute — https://policylayer.com/tools/cutpilot/audit-cutpilot-project.md
- `build_semantic_index` — Execute — https://policylayer.com/tools/cutpilot/build-semantic-index.md
- `recover_background_tasks` — Execute — https://policylayer.com/tools/cutpilot/recover-background-tasks.md
- `snap_timeline_time` — Execute — https://policylayer.com/tools/cutpilot/snap-timeline-time.md
- `analyze_asset_beats` — Read — https://policylayer.com/tools/cutpilot/analyze-asset-beats.md
- `analyze_asset_intelligence` — Read — https://policylayer.com/tools/cutpilot/analyze-asset-intelligence.md
- `analyze_asset_scenes` — Read — https://policylayer.com/tools/cutpilot/analyze-asset-scenes.md
- `analyze_asset_silence` — Read — https://policylayer.com/tools/cutpilot/analyze-asset-silence.md
- `analyze_category_release` — Read — https://policylayer.com/tools/cutpilot/analyze-category-release.md
- `analyze_item_reframe` — Read — https://policylayer.com/tools/cutpilot/analyze-item-reframe.md
- `analyze_multicam_sync` — Read — https://policylayer.com/tools/cutpilot/analyze-multicam-sync.md
- `analyze_project_assets` — Read — https://policylayer.com/tools/cutpilot/analyze-project-assets.md
- `analyze_vlog_coverage` — Read — https://policylayer.com/tools/cutpilot/analyze-vlog-coverage.md
- `analyze_vlog_release` — Read — https://policylayer.com/tools/cutpilot/analyze-vlog-release.md
- `analyze_vlog_rhythm` — Read — https://policylayer.com/tools/cutpilot/analyze-vlog-rhythm.md
- …and 188 more: https://policylayer.com/tools/cutpilot.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=cutpilot · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/cutpilot
