← Back to search

io.github.dannykeane/figmanage

dannykeane Scanned 1d ago

The Figma workspace layer for agents. 85 tools for seats, offboarding, file cleanup, and org admin.

D
52 / 100

Versions

0.1.2latest
first seen Jun 5, 2026
1.4.2
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 106

set_permissions
annotations: none low

Change access level for a user on a file, project, or team. Looks up the role by user_id.

role enum resource_type enum
share
annotations: none low

Share a file or project with someone by email. Sends an invite.

role enum email string resource_type enum
revoke_access
annotations: none low

Remove a user's access to a file, project, or team. The user loses access immediately.

resource_type enum
setup_status
annotations: none low

Check figmanage authentication status and get setup instructions. Always call this before using any other tool.

setup_extract_cookies
annotations: none low

Extract Figma session cookies from Chrome. On macOS this triggers a Keychain prompt. IMPORTANT: Before calling, confirm the user is logged into figma.com in Chrome and knows a system prompt may appear.

setup_select_account
annotations: none low

Select a Figma account and validate the session. Call after setup_extract_cookies.

account_index number
setup_save_pat
annotations: none low

Validate and save a Figma Personal Access Token. Completes setup and activates all tools.

pat string
create_file
annotations: none low

Create a new Figma file in a project. Supports design, whiteboard, slides, sites.

editor_type enum
rename_file
annotations: none low

Rename a Figma file.

name string
move_files
annotations: none low

Move one or more files to a different project. Supports batch moves.

file_keys array
duplicate_file
annotations: none low

Duplicate a file. Optionally specify a destination project.

trash_files
annotations: none low

Move files to trash (recoverable via restore_files). Supports batch operations.

file_keys array
restore_files
annotations: none low

Restore files from trash.

file_keys array
favorite_file
annotations: none low

Add or remove a file from your sidebar favorites.

favorited boolean
set_link_access
annotations: none low

Set link access on a file. Use "inherit" to remove custom access and fall back to project/team defaults.

link_access enum
offboard_user
annotations: none low

Audit and optionally execute user offboarding. Default: read-only audit. With execute=true: transfers file ownership, revokes access, downgrades seat. With remove_from_org=true: also permanently removes the user from the org (cannot be undone).

execute boolean transfer_to string remove_from_org boolean user_identifier string
list_role_requests
annotations: none low

List pending file access requests. These come through the notification system.

onboard_user
annotations: none low

Invite a user to teams and optionally share files and set seat type. Sends invite emails per team.

role enum email string confirm boolean team_ids array seat_type enum share_files array
quarterly_design_ops_report
annotations: none low

Org-wide design ops snapshot: seat utilization, team activity, billing, and library adoption over a given period.

days number
approve_role_request
annotations: none low

Approve a pending file access request by notification ID.

library_usage
annotations: none low

Team-level library adoption metrics. Shows how a published library is used across teams.

days number
component_usage
annotations: none low

Per-file component usage analytics. Shows which files use a specific component.

list_comments
annotations: none low

List comments on a file. Returns comment text, author, timestamps, and thread structure.

as_md boolean
post_comment
annotations: none low

Post a comment on a file. Optionally pin to a specific node or reply to an existing comment.

message string
delete_comment
annotations: none low

Permanently delete a comment. For top-level comments, the entire thread is removed. Cannot be undone.

list_comment_reactions
annotations: none low

List emoji reactions on a comment.

resolve_comment
annotations: none low

Resolve or unresolve a comment thread. Resolved comments are collapsed in the Figma UI.

resolved boolean
edit_comment
annotations: none low

Edit the text of an existing comment.

message string
add_comment_reaction
annotations: none low

Add an emoji reaction to a comment.

emoji string
remove_comment_reaction
annotations: none low

Remove your emoji reaction from a comment.

emoji string
list_dev_resources
annotations: none low

List dev resources (links, annotations) attached to nodes in a file. Used in Dev Mode.

node_ids array
create_dev_resource
annotations: none low

Create a dev resource (link/annotation) on a node. Visible in Dev Mode.

url string name string
delete_dev_resource
annotations: none low

Delete a dev resource from a file.

list_org_libraries
annotations: none low

List all design system libraries in the org with sharing group info.

get_file
annotations: none low

Read file contents as a node tree. Use depth to limit response size (full trees can be very large). depth=1 returns pages only. To read a branch, use the branch file key from list_branches.

depth number
get_nodes
annotations: none low

Read specific nodes from a file. Returns the full node tree for each ID including type, name, layout properties, fills, strokes, and children.

depth number node_ids array
list_versions
annotations: none low

List version history for a file. Returns named snapshots and auto-saves.

create_version
annotations: none low

Create a named version (checkpoint) in a file\'s history.

title string description string
list_webhooks
annotations: none low

List webhook subscriptions for a team. Returns webhook IDs, endpoints, event types, and status.

create_webhook
annotations: none low

Create a webhook subscription for a team.

endpoint string passcode string description string
update_webhook
annotations: none low

Update a webhook's endpoint, event type, passcode, description, or status (ACTIVE/PAUSED).

status enum endpoint string passcode string description string
webhook_requests
annotations: none low

List recent webhook delivery attempts (last 7 days). Shows payload, response status, and errors.

delete_webhook
annotations: none low

Permanently delete a webhook. The webhook stops receiving events immediately. Cannot be undone.

create_project
annotations: none low

Create a new project (folder) in a team.

name string
rename_project
annotations: none low

Rename a project (folder).

name string
move_project
annotations: none low

Move a project to a different team.

trash_project
annotations: none low

Move a project and all its files to trash. Recoverable via restore_project.

restore_project
annotations: none low

Restore a project from trash.

set_project_description
annotations: none low

Set or update a project description.

description string
get_permissions
annotations: none low

See who has access to a file, project, or team. Returns users with roles and role IDs.

resource_type enum
deny_role_request
annotations: none low

Decline a pending file access request by notification ID.

file_summary
annotations: none low

Quick overview of a Figma file. Fetches pages, components, styles, and comment counts in parallel.

workspace_overview
annotations: none low

Full org snapshot: teams with member/project counts, seat breakdown, and billing summary.

open_comments
annotations: none low

Aggregated unresolved comments across all files in a project. Checks up to 20 files.

cleanup_stale_files
annotations: none low

Find files not modified in N days and optionally trash them. dry_run=true (default) previews which files would be trashed without trashing them. Set dry_run=false to execute.

dry_run boolean days_stale number
organize_project
annotations: none low

Move files into a target project in a single batch. Files are moved (not copied) from their current project.

file_keys array
setup_project_structure
annotations: none low

Create multiple projects in a team from a plan. Optionally set descriptions.

name string projects array description string
seat_optimization
annotations: none low

Identify inactive paid seats and calculate potential savings. Fetches members, seat counts, and pricing to find optimization opportunities.

include_cost boolean days_inactive number
permission_audit
annotations: none low

Audit permissions across a team or project. Scans files for external editors, open link access, and elevated individual permissions.

scope_type enum flag_external boolean
branch_cleanup
annotations: none low

Find stale branches across a project and optionally archive them. dry_run=true (default) previews which branches would be archived. Archives move branch files to trash (recoverable).

dry_run boolean days_stale number
create_team
annotations: none low

Create a new team in the org.

name string
rename_team
annotations: none low

Rename an existing team.

name string
delete_team
annotations: none low

Permanently delete a team and all its projects/files. This cannot be undone. All team members lose access.

add_team_member
annotations: none low

Add a member to a team by email. Level: 100 = can view (default), 300 = can edit, 999 = admin.

email string level number
remove_team_member
annotations: none low

Remove a member from a team. The user loses access to all team projects and files.

list_admins
annotations: none low

List org admins with their permission levels, seat status, and email validation state.

include_license_admins boolean
list_org_teams
annotations: none low

List all teams in the org with member counts, project counts, and access levels.

include_secret_teams boolean
seat_usage
annotations: none low

Seat usage breakdown: permission counts, seat types, activity recency, and account type distribution.

search_query string
list_team_members
annotations: none low

List members of a team with name, email, avatar, last active date, and role.

billing_overview
annotations: none low

Org billing data including invoice history, status, amounts, and billing periods.

list_invoices
annotations: none low

List open and upcoming invoices for the org.

org_domains
annotations: none low

Org domain configuration and SSO/SAML settings.

ai_credit_usage
annotations: none low

AI credit usage summary. Provide a team_id and the plan is resolved automatically, or pass plan_id directly.

export_members
annotations: none low

Trigger async CSV export of all org members. The CSV is sent to the admin email on file.

list_org_members
annotations: none low

List org members with seat type, permission, email, and last active date. Use to resolve org_user_ids for change_seat.

search_query string
contract_rates
annotations: none low

Seat pricing for the org. Returns monthly cost per seat type (expert, developer, collaborator).

change_seat
annotations: none low

Change a user\'s seat type. Accepts user_id or email to identify the user. Upgrades affect billing.

confirm boolean user_id string seat_type enum
activity_log
annotations: none low

Org audit log. Shows who did what, when. Filter by email for per-user activity. Supports date ranges and cursor pagination.

after string emails string end_time string page_size number start_time string
list_payments
annotations: none low

List paid invoices / payment history for the org.

remove_org_member
annotations: none low

Permanently remove a member from the org. They lose all access to teams, projects, files, and apps. Cannot be undone. Requires confirm: true.

confirm boolean user_identifier string
create_user_group
annotations: none low

Create a user group. Provide team_id to auto-resolve the billing plan, or pass plan_id directly.

name string emails array description string should_notify boolean
delete_user_groups
annotations: none low

Delete one or more user groups by ID.

user_group_ids array
add_user_group_members
annotations: none low

Add members to a user group by email.

emails array
remove_user_group_members
annotations: none low

Remove members from a user group by user ID.

user_ids array
list_local_variables
annotations: none low

List local variables and variable collections in a file. Requires Enterprise plan.

list_published_variables
annotations: none low

List published variables from a library file. Requires Enterprise plan.

update_variables
annotations: none low

Bulk create, update, or delete variables, collections, modes, and mode values. Requires Enterprise plan. Each operation object needs an action field (CREATE, UPDATE, or DELETE). Deletions are immediate and cannot be undone -- list variables first to verify IDs.

variables array variable_modes array variable_collections array variable_mode_values array
check_auth
annotations: none low

Check authentication status for both PAT and session cookie

org string
list_orgs
annotations: none low

List all Figma workspaces (orgs) you belong to. Shows which is currently active.

org string
switch_org
annotations: none low

Switch active workspace. Accepts org name (fuzzy match) or ID. Use list_orgs to see available workspaces.

org string
list_teams
annotations: none low

List all teams you belong to. Returns team IDs and names.

list_projects
annotations: none low

List projects (folders) in a team. Returns project IDs, names.

list_files
annotations: none low

List files in a project. Returns file keys, names, last modified, editor type. Supports pagination.

page_size number page_token string
list_recent_files
annotations: none low

List your recently viewed/edited files across all teams.

sort enum query string
search
annotations: none low

Search for files across the workspace. Requires org context for results.

sort enum query string
get_file_info
annotations: none low

Get metadata for a file: name, last modified, editor type, project, team.

list_favorites
annotations: none low

List your starred/favorited files. Note: may not work on all account types.

list_file_components
annotations: none low

List components published from a file. Only published library components appear -- local unpublished components are not included.

list_file_styles
annotations: none low

List styles published from a file. Only published library styles appear.

list_team_components
annotations: none low

List published components across a team. Pass the cursor from the response\'s pagination object to fetch the next page.

cursor string page_size number
list_team_styles
annotations: none low

List published styles across a team. Pass the cursor from the response\'s pagination object to fetch the next page.

cursor string page_size number
list_branches
annotations: none low

List branches of a file.

create_branch
annotations: none low

Create a branch from a file.

name string
delete_branch
annotations: none low

Archive (delete) a branch. Uses the branch file key from list_branches.

export_nodes
annotations: none low

Export specific nodes from a file as images. Returns temporary URLs (valid ~14 days).

scale number format enum node_ids array
get_image_fills
annotations: none low

Get download URLs for all images used as fills in a file.

Permissions 4

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs
shell high
Server uses shell capabilities via: child_process
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 256

low
Tool 'duplicate_file' has no annotations annotation_checker · 100%
low
Tool 'setup_status' has no annotations annotation_checker · 100%
low
Tool 'setup_extract_cookies' has no annotations annotation_checker · 100%
low
Tool 'setup_select_account' has no annotations annotation_checker · 100%
low
Tool 'setup_save_pat' has no annotations annotation_checker · 100%
low
Tool 'create_file' has no annotations annotation_checker · 100%
low
Tool 'rename_file' has no annotations annotation_checker · 100%
low
Tool 'move_files' has no annotations annotation_checker · 100%
low
Tool 'trash_files' has no annotations annotation_checker · 100%
low
Tool 'restore_files' has no annotations annotation_checker · 100%
low
Tool 'favorite_file' has no annotations annotation_checker · 100%
low
Tool 'set_link_access' has no annotations annotation_checker · 100%
low
Tool 'offboard_user' has no annotations annotation_checker · 100%
low
Tool 'onboard_user' has no annotations annotation_checker · 100%
low
Tool 'quarterly_design_ops_report' has no annotations annotation_checker · 100%
low
Tool 'library_usage' has no annotations annotation_checker · 100%
low
Tool 'component_usage' has no annotations annotation_checker · 100%
low
Tool 'list_comments' has no annotations annotation_checker · 100%
low
Tool 'post_comment' has no annotations annotation_checker · 100%
low
Tool 'delete_comment' has no annotations annotation_checker · 100%
low
Tool 'list_comment_reactions' has no annotations annotation_checker · 100%
low
Tool 'resolve_comment' has no annotations annotation_checker · 100%
low
Tool 'edit_comment' has no annotations annotation_checker · 100%
low
Tool 'add_comment_reaction' has no annotations annotation_checker · 100%
low
Tool 'remove_comment_reaction' has no annotations annotation_checker · 100%
low
Tool 'list_dev_resources' has no annotations annotation_checker · 100%
low
Tool 'create_dev_resource' has no annotations annotation_checker · 100%
low
Tool 'delete_dev_resource' has no annotations annotation_checker · 100%
low
Tool 'list_org_libraries' has no annotations annotation_checker · 100%
low
Tool 'get_file' has no annotations annotation_checker · 100%
low
Tool 'get_nodes' has no annotations annotation_checker · 100%
low
Tool 'list_versions' has no annotations annotation_checker · 100%
low
Tool 'create_version' has no annotations annotation_checker · 100%
low
Tool 'list_webhooks' has no annotations annotation_checker · 100%
low
Tool 'create_webhook' has no annotations annotation_checker · 100%
low
Tool 'update_webhook' has no annotations annotation_checker · 100%
low
Tool 'webhook_requests' has no annotations annotation_checker · 100%
low
Tool 'delete_webhook' has no annotations annotation_checker · 100%
low
Tool 'create_project' has no annotations annotation_checker · 100%
low
Tool 'rename_project' has no annotations annotation_checker · 100%
low
Tool 'move_project' has no annotations annotation_checker · 100%
low
Tool 'trash_project' has no annotations annotation_checker · 100%
low
Tool 'restore_project' has no annotations annotation_checker · 100%
low
Tool 'set_project_description' has no annotations annotation_checker · 100%
low
Tool 'get_permissions' has no annotations annotation_checker · 100%
low
Tool 'set_permissions' has no annotations annotation_checker · 100%
low
Tool 'share' has no annotations annotation_checker · 100%
low
Tool 'revoke_access' has no annotations annotation_checker · 100%
low
Tool 'list_role_requests' has no annotations annotation_checker · 100%
low
Tool 'approve_role_request' has no annotations annotation_checker · 100%
low
Tool 'deny_role_request' has no annotations annotation_checker · 100%
low
Tool 'file_summary' has no annotations annotation_checker · 100%
low
Tool 'workspace_overview' has no annotations annotation_checker · 100%
low
Tool 'open_comments' has no annotations annotation_checker · 100%
low
Tool 'cleanup_stale_files' has no annotations annotation_checker · 100%
low
Tool 'organize_project' has no annotations annotation_checker · 100%
low
Tool 'setup_project_structure' has no annotations annotation_checker · 100%
low
Tool 'seat_optimization' has no annotations annotation_checker · 100%
low
Tool 'permission_audit' has no annotations annotation_checker · 100%
low
Tool 'branch_cleanup' has no annotations annotation_checker · 100%
low
Tool 'create_team' has no annotations annotation_checker · 100%
low
Tool 'rename_team' has no annotations annotation_checker · 100%
low
Tool 'delete_team' has no annotations annotation_checker · 100%
low
Tool 'add_team_member' has no annotations annotation_checker · 100%
low
Tool 'remove_team_member' has no annotations annotation_checker · 100%
low
Tool 'list_admins' has no annotations annotation_checker · 100%
low
Tool 'list_org_teams' has no annotations annotation_checker · 100%
low
Tool 'seat_usage' has no annotations annotation_checker · 100%
low
Tool 'list_team_members' has no annotations annotation_checker · 100%
low
Tool 'billing_overview' has no annotations annotation_checker · 100%
low
Tool 'list_invoices' has no annotations annotation_checker · 100%
low
Tool 'org_domains' has no annotations annotation_checker · 100%
low
Tool 'ai_credit_usage' has no annotations annotation_checker · 100%
low
Tool 'export_members' has no annotations annotation_checker · 100%
low
Tool 'list_org_members' has no annotations annotation_checker · 100%
low
Tool 'contract_rates' has no annotations annotation_checker · 100%
low
Tool 'change_seat' has no annotations annotation_checker · 100%
low
Tool 'activity_log' has no annotations annotation_checker · 100%
low
Tool 'list_payments' has no annotations annotation_checker · 100%
low
Tool 'remove_org_member' has no annotations annotation_checker · 100%
low
Tool 'create_user_group' has no annotations annotation_checker · 100%
low
Tool 'delete_user_groups' has no annotations annotation_checker · 100%
low
Tool 'add_user_group_members' has no annotations annotation_checker · 100%
low
Tool 'remove_user_group_members' has no annotations annotation_checker · 100%
low
Tool 'list_local_variables' has no annotations annotation_checker · 100%
low
Tool 'list_published_variables' has no annotations annotation_checker · 100%
low
Tool 'update_variables' has no annotations annotation_checker · 100%
low
Tool 'check_auth' has no annotations annotation_checker · 100%
low
Tool 'list_orgs' has no annotations annotation_checker · 100%
low
Tool 'switch_org' has no annotations annotation_checker · 100%
low
Tool 'list_teams' has no annotations annotation_checker · 100%
low
Tool 'list_projects' has no annotations annotation_checker · 100%
low
Tool 'list_files' has no annotations annotation_checker · 100%
low
Tool 'list_recent_files' has no annotations annotation_checker · 100%
low
Tool 'search' has no annotations annotation_checker · 100%
low
Tool 'get_file_info' has no annotations annotation_checker · 100%
low
Tool 'list_favorites' has no annotations annotation_checker · 100%
low
Tool 'list_file_components' has no annotations annotation_checker · 100%
low
Tool 'list_file_styles' has no annotations annotation_checker · 100%
low
Tool 'list_team_components' has no annotations annotation_checker · 100%
low
Tool 'list_team_styles' has no annotations annotation_checker · 100%
low
Tool 'list_branches' has no annotations annotation_checker · 100%
low
Tool 'create_branch' has no annotations annotation_checker · 100%
low
Tool 'delete_branch' has no annotations annotation_checker · 100%
low
Tool 'export_nodes' has no annotations annotation_checker · 100%
low
Tool 'get_image_fills' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Suspicious package name: axios-retry dependency_analyzer · 60%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-35jp-ww65-95wh) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-3g43-6gmg-66jw) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-3p68-rc4w-qgx5) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-3w6x-2g7m-8v23) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-42h9-826w-cgv3) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-445q-vr5w-6q77) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-5c9x-8gcm-mpgx) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-62hf-57xw-28j9) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-6chq-wfr3-2hj9) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-777c-7fjr-54vf) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-7q8q-rj6j-mhjq) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-898c-q2cr-xwhg) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-fvcv-3m26-pcqx) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-hfxv-24rg-xrqf) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-j5f8-grm9-p9fc) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-jqh4-m9w3-8hp9) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-m7pr-hjqh-92cm) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-mmx7-hfxf-jppx) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-mwf2-3pr3-8698) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-p92q-9vqr-4j8v) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-pf86-5x62-jrwf) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-pmv8-rq9r-6j72) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-pmwg-cvhr-8vh7) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-q8qp-cvcw-x6jj) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-vf2m-468p-8v99) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-w9j2-pvgh-6h63) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-xhjh-pmcv-23jw) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-xx6v-rp6x-q39c) dependency_analyzer · 95%
medium
Buffer.from base64 in dannykeane-figmanage-ae77d5e/src/auth/cookie.ts:98 entropy_analyzer · 75%
medium
Buffer.from base64 in dannykeane-figmanage-ae77d5e/src/auth/cookie.ts:119 entropy_analyzer · 75%
info
package.json metadata manifest_parser · 100%
info
Tool: setup_status manifest_parser · 70%
info
Tool: setup_extract_cookies manifest_parser · 70%
info
Tool: setup_select_account manifest_parser · 70%
info
Tool: setup_save_pat manifest_parser · 70%
info
Tool: create_file manifest_parser · 85%
info
Tool: rename_file manifest_parser · 85%
info
Tool: move_files manifest_parser · 85%
info
Tool: duplicate_file manifest_parser · 85%
info
Tool: trash_files manifest_parser · 85%
info
Tool: restore_files manifest_parser · 85%
info
Tool: favorite_file manifest_parser · 85%
info
Tool: set_link_access manifest_parser · 85%
info
Tool: offboard_user manifest_parser · 85%
info
Tool: onboard_user manifest_parser · 85%
info
Tool: quarterly_design_ops_report manifest_parser · 85%
info
Tool: library_usage manifest_parser · 85%
info
Tool: component_usage manifest_parser · 85%
info
Tool: list_comments manifest_parser · 85%
info
Tool: post_comment manifest_parser · 85%
info
Tool: delete_comment manifest_parser · 85%
info
Tool: list_comment_reactions manifest_parser · 85%
info
Tool: resolve_comment manifest_parser · 85%
info
Tool: edit_comment manifest_parser · 85%
info
Tool: add_comment_reaction manifest_parser · 85%
info
Tool: remove_comment_reaction manifest_parser · 85%
info
Tool: list_dev_resources manifest_parser · 85%
info
Tool: create_dev_resource manifest_parser · 85%
info
Tool: delete_dev_resource manifest_parser · 85%
info
Tool: list_org_libraries manifest_parser · 85%
info
Tool: get_file manifest_parser · 85%
info
Tool: get_nodes manifest_parser · 85%
info
Tool: list_versions manifest_parser · 85%
info
Tool: create_version manifest_parser · 85%
info
Tool: list_webhooks manifest_parser · 85%
info
Tool: create_webhook manifest_parser · 85%
info
Tool: update_webhook manifest_parser · 85%
info
Tool: webhook_requests manifest_parser · 85%
info
Tool: delete_webhook manifest_parser · 85%
info
Tool: create_project manifest_parser · 85%
info
Tool: rename_project manifest_parser · 85%
info
Tool: move_project manifest_parser · 85%
info
Tool: trash_project manifest_parser · 85%
info
Tool: restore_project manifest_parser · 85%
info
Tool: set_project_description manifest_parser · 85%
info
Tool: get_permissions manifest_parser · 85%
info
Tool: set_permissions manifest_parser · 85%
info
Tool: share manifest_parser · 85%
info
Tool: revoke_access manifest_parser · 85%
info
Tool: list_role_requests manifest_parser · 85%
info
Tool: approve_role_request manifest_parser · 85%
info
Tool: deny_role_request manifest_parser · 85%
info
Tool: file_summary manifest_parser · 85%
info
Tool: workspace_overview manifest_parser · 85%
info
Tool: open_comments manifest_parser · 85%
info
Tool: cleanup_stale_files manifest_parser · 85%
info
Tool: organize_project manifest_parser · 85%
info
Tool: setup_project_structure manifest_parser · 85%
info
Tool: seat_optimization manifest_parser · 85%
info
Tool: contract_rates manifest_parser · 85%
info
Tool: permission_audit manifest_parser · 85%
info
Tool: branch_cleanup manifest_parser · 85%
info
Tool: create_team manifest_parser · 85%
info
Tool: rename_team manifest_parser · 85%
info
Tool: delete_team manifest_parser · 85%
info
Tool: add_team_member manifest_parser · 85%
info
Tool: remove_team_member manifest_parser · 85%
info
Tool: list_admins manifest_parser · 85%
info
Tool: list_org_teams manifest_parser · 85%
info
Tool: seat_usage manifest_parser · 85%
info
Tool: list_team_members manifest_parser · 85%
info
Tool: billing_overview manifest_parser · 85%
info
Tool: list_invoices manifest_parser · 85%
info
Tool: org_domains manifest_parser · 85%
info
Tool: ai_credit_usage manifest_parser · 85%
info
Tool: export_members manifest_parser · 85%
info
Tool: list_org_members manifest_parser · 85%
info
Tool: change_seat manifest_parser · 85%
info
Tool: activity_log manifest_parser · 85%
info
Tool: list_payments manifest_parser · 85%
info
Tool: remove_org_member manifest_parser · 85%
info
Tool: create_user_group manifest_parser · 85%
info
Tool: delete_user_groups manifest_parser · 85%
info
Tool: add_user_group_members manifest_parser · 85%
info
Tool: remove_user_group_members manifest_parser · 85%
info
Tool: list_local_variables manifest_parser · 85%
info
Tool: list_published_variables manifest_parser · 85%
info
Tool: update_variables manifest_parser · 85%
info
Tool: check_auth manifest_parser · 85%
info
Tool: list_orgs manifest_parser · 85%
info
Tool: switch_org manifest_parser · 85%
info
Tool: list_teams manifest_parser · 85%
info
Tool: list_projects manifest_parser · 85%
info
Tool: list_files manifest_parser · 85%
info
Tool: list_recent_files manifest_parser · 85%
info
Tool: search manifest_parser · 85%
info
Tool: get_file_info manifest_parser · 85%
info
Tool: list_favorites manifest_parser · 85%
info
Tool: list_file_components manifest_parser · 85%
info
Tool: list_file_styles manifest_parser · 85%
info
Tool: list_team_components manifest_parser · 85%
info
Tool: list_team_styles manifest_parser · 85%
info
Tool: list_branches manifest_parser · 85%
info
Tool: create_branch manifest_parser · 85%
info
Tool: delete_branch manifest_parser · 85%
info
Tool: export_nodes manifest_parser · 85%
info
Tool: get_image_fills manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (12) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
critical
Tool poisoning in 'setup_status': Directive language: 'always' poisoning · 85%
critical
Tool poisoning in 'setup_status': Cross-tool sequencing directive poisoning · 85%
info
SBOM generated: 184 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%