High-risk tools in Framesail
4 of the 68 tools in Framesail are classified as high risk. This page profiles those tools specifically, with recommended policy actions and the attack patterns that target them.
Every operation listed below is an action PolicyLayer recommends controlling at the transport layer. Open any tool to see the full profile, risk score, and YAML policy snippet.
Tools at high risk
-
analyze_styleExecuteRe-run style analysis (after changing a style's inputs). Async — await_jobs(style_id=...) until the style_analysis job completes.
-
build_scenesExecuteCompile segments + assets + voiceover into the editor/render timeline (scenes). Run after segment assets are complete, before export.
-
export_videoExecuteRender the final MP4 (Remotion). Fetches the current timeline and queues the render. Async — poll get_workflow_status for the video_export job, then call get_video_url.
-
regenerate_segment_assetExecuteRegenerate a segment's primary image or video with optional overrides — the API equivalent of the editor's expert drawer. asset_type: "image" | "video" (for a video segm...
Attacks that target this class
High-risk tools in any server share these documented attack patterns. Each links to the full case and the defensive policy.