ToolTrust
B10/100
Smithery

framesail-framesail

mcpsmithery

@Smithery

Create long-form (faceless YouTube) videos end to end from any MCP client: script, locked character references, storyboard, voiceover, and final video editing — with characters and style held consistent across every shot. Making long-form AI video today means 8+ tabs stitched by hand — an LLM for the script, a voice model, an image model, a video model — with characters drifting between tools and style resetting at every export. Framesail replaces the patchwork: the whole pipeline runs in one place and manages your video's context end to end. Six stages: Style (paste images, videos, or YouTube links and Framesail reverse-engineers the look, voice, and direction), Script (write it yourself or generate it in your narrative style), Reference images (auto-generated for every character, place, and prop), Voiceover (one narrator or many characters, with word-level timing), Storyboard (planned scene by scene), and Editor (captions, music, SFX, then export). No black box: you control every prompt, asset, model, and setting.

By Smithery | 118 findings | Scanned 7/16/2026 | tooltrust-scanner/v0.3.19

1 Medium19 Low98 Info

Risk Summary

Safe With Normal Controls

Dep Visibility is the main signal, but overall risk remains within an acceptable range.

Potential impact: This finding indicates the tool should be reviewed before it is trusted.

Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (118)

  • MediumAS-003

    🔀Scope Mismatch

    set_provider_key:tool name "set_provider_key" implies local write operation but only remote/network-class permissions were detected

    Fix: Ensure tool names, descriptions, and permission declarations are internally consistent. Use explicit naming conventions that fully reflect actual capabilities.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×19

    tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    create_channelcreate_projectget_projectget_pipeline_progressactivate_script_versionlist_assetscreate_assetupdate_assetlist_voicesget_segment_assetsdirector_noteexport_videoget_video_urlget_styleupdate_style_fieldslist_style_presetscreate_styleset_provider_keyview_image

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×68

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    list_channelscreate_channellist_projectscreate_projectget_projectupdate_projectdelete_projectset_project_styleupdate_caption_configget_pipeline_progressget_workflow_statusawait_jobsget_section_templatelist_modelsgenerate_scriptget_scriptsave_scriptrevise_scriptactivate_script_versionscan_scriptlist_assetscreate_assetupdate_assetdelete_assetgenerate_asset_referenceset_character_voicelist_voicesset_narrator_voicelist_voice_blocksupdate_voice_blockrescan_voice_blocksgenerate_voiceovergenerate_storyboardget_segmentsget_segment_assetsregenerate_segment_assetchange_segment_typeupdate_segment_contentsplit_segmentcombine_segmentsset_segment_continuationadd_segment_sfxremove_segment_sfxgenerate_segmentsbuild_sceneslist_scenesdirector_noteproject_director_noteexport_videoget_video_urllist_stylesget_styleupdate_style_fieldslist_style_presetscreate_styleanalyze_stylegenerate_style_templatedelete_styleset_provider_keylist_provider_keyswhoamiget_credit_balancebrowse_audio_librarylist_music_tracksadd_music_trackupdate_music_trackremove_music_trackview_image

    Fix: Review and remediate the identified issue.

  • InfoAS-002

    ⚠️Excessive Permissions ×30

    declared capabilities: code/command execution, filesystem access

    create_channelcreate_assetupdate_asset

    declared capabilities: code/command execution, network access, filesystem access

    create_project

    declared capabilities: network access

    get_projectget_pipeline_progresslist_voicesexport_videoget_video_urlget_stylelist_style_presetsview_image

    declared capabilities: filesystem access

    update_projectdelete_projectupdate_caption_configdelete_assetgenerate_asset_referenceupdate_voice_blockupdate_segment_contentremove_segment_sfxdelete_styleupdate_music_trackremove_music_track

    declared capabilities: code/command execution

    activate_script_version

    declared capabilities: network access, filesystem access

    list_assetsget_segment_assetsupdate_style_fields

    declared capabilities: HTTP requests

    director_noteset_provider_key

    declared capabilities: network access, filesystem access, HTTP requests

    create_style

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y framesail-framesail"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade B](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-b.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)