← Back to search

cyber-asana

GitHub Actions Scanned 21d ago

Asana CLI and MCP server for AI agents

npm
C
67.3 / 100

Versions

0.5.0latest
Jun 25, 2026
0.4.1
May 26, 2026
0.4.0
May 26, 2026
0.3.2
May 26, 2026
0.3.1
May 26, 2026
+ show 3 moreshow less
0.3.0
May 25, 2026
0.2.0
May 25, 2026
0.1.0
May 24, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 104

t
annotations: none low

desc

asana_tag_list
annotations: none low

List Asana tags in a workspace

workspace_gid string
asana_membership_delete
annotations: none low

Remove an Asana membership

membership_gid string
asana_url_parse
annotations: none low

Parse an Asana app URL into GIDs without calling the Asana API. Use workspace_gid and project_gid for task create. list_view_gid is browser list-view metadata, not a section GID — do not pass it to section APIs unless the user explicitly names a section.

url string
asana_workspace_get
annotations: none low

Get workspace

asana_project_template_list
annotations: none low

List Asana project templates in a workspace or a team

team_gid string workspace_gid string
asana_project_template_get
annotations: none low

Get an Asana project template by GID. Its requested_dates are the date variables instantiation can fill in

project_template_gid string
asana_project_template_instantiate
annotations: none low

Start a new Asana project from a project template. Asana builds the project asynchronously; by default this waits for the job and returns the new project GID, failing if the job failed or the bounded wait expired

gid string name string value string public boolean team_gid string project_template_gid string
asana_task_template_list
annotations: none low

List Asana task templates in a project

project_gid string
asana_task_template_get
annotations: none low

Get an Asana task template by GID

task_template_gid string
asana_task_template_instantiate
annotations: none low

Create an Asana task from a task template. Returns the instantiation job; when it has succeeded the job carries new_task

name string wait boolean task_template_gid string
file.pdf
annotations: none low

asana_attachment_list
annotations: none low

List Asana attachments for a task, project, or project brief

task_gid string parent_gid string
asana_attachment_get
annotations: none low

Get an Asana attachment by GID

attachment_gid string
asana_attachment_create
annotations: none low

Attach a file or an external URL to an Asana task, project, or project brief. Provide exactly one of file or url. A file path is read from the filesystem of the machine running the MCP server, not the caller’s machine.

url string file string name string parent_gid string
asana_attachment_delete
annotations: none low

Delete an Asana attachment by GID

attachment_gid string
asana_job_get
annotations: none low

Get an Asana async job by GID. Status is one of not_started, in_progress, succeeded, failed; a succeeded job carries the resource it produced (e.g. new_project)

job_gid string
Roadmap
annotations: none low

asana_portfolio_list
annotations: none low

List Asana portfolios in a workspace

workspace_gid string
asana_portfolio_item_list
annotations: none low

List the items (projects) in an Asana portfolio

portfolio_gid string
asana_portfolio_get
annotations: none low

Get an Asana portfolio by GID

portfolio_gid string
asana_portfolio_create
annotations: none low

Create an Asana portfolio

name string workspace_gid string
asana_portfolio_update
annotations: none low

Update an Asana portfolio

name string portfolio_gid string
asana_portfolio_delete
annotations: none low

Delete an Asana portfolio

portfolio_gid string
Engineering
annotations: none low

asana_team_list
annotations: none low

List Asana teams in a workspace

workspace_gid string
asana_team_get
annotations: none low

Get an Asana team by GID

team_gid string
Task
annotations: none low

asana_task_list
annotations: none low

List Asana tasks in a project

incomplete boolean project_gid string
asana_tag_get
annotations: none low

Get an Asana tag by GID

tag_gid string
asana_task_my_tasks
annotations: none low

List My Tasks for the authenticated user

incomplete boolean workspace_gid string
asana_task_subtask_list
annotations: none low

List subtasks of an Asana task

task_gid string incomplete boolean num_subtasks boolean custom_fields boolean
asana_task_subtask_create
annotations: none low

Create a subtask under an Asana task

name string notes string due_on string task_gid string assignee_gid string
asana_task_get
annotations: none low

Get an Asana task by GID. Returns html_notes with rich formatting (headings, lists, code blocks) in addition to plain notes.

task_gid string
asana_task_get_many
annotations: none low

Get multiple Asana tasks by GID

opt_fields string
asana_task_delete
annotations: none low

Delete an Asana task

task_gid string
asana_task_search
annotations: none low

Search Asana tasks in a workspace

text string due_on string sort_by string start_on string tags_all string tags_any string tags_not string completed boolean teams_any string created_on string is_blocked boolean is_subtask boolean opt_fields string is_blocking boolean modified_on string assignee_any string assignee_not string completed_on string due_at_after string due_on_after string liked_by_not string projects_all string projects_any string projects_not string sections_all string sections_any string sections_not string due_at_before string due_on_before string followers_any string followers_not string workspace_gid string created_by_any string created_by_not string has_attachment boolean portfolios_any string sort_ascending boolean start_on_after string assigned_by_any string assigned_by_not string start_on_before string created_at_after string created_on_after string resource_subtype string created_at_before string created_on_before string modified_at_after string modified_on_after string completed_at_after string completed_on_after string modified_at_before string modified_on_before string commented_on_by_not string completed_at_before string completed_on_before string
asana_task_follower_add
annotations: none low

Add followers to an Asana task

task_gid string
asana_task_follower_remove
annotations: none low

Remove followers from an Asana task

task_gid string
asana_task_project_add
annotations: none low

Add an Asana task to a project, optionally into a specific section and position

task_gid string project_gid string section_gid string insert_after string insert_before string
asana_task_project_remove
annotations: none low

Remove an Asana task from a project

task_gid string project_gid string
asana_task_dependency_list
annotations: none low

List dependencies of an Asana task (tasks this task depends on)

task_gid string opt_fields string
asana_task_dependency_add
annotations: none low

Add dependencies to an Asana task

task_gid string
asana_task_dependency_remove
annotations: none low

Remove dependencies from an Asana task

task_gid string
asana_task_dependent_list
annotations: none low

List dependents of an Asana task (tasks that depend on this task)

task_gid string opt_fields string
asana_task_dependent_add
annotations: none low

Add dependents to an Asana task

task_gid string
asana_task_dependent_remove
annotations: none low

Remove dependents from an Asana task

task_gid string
asana_task_scan_todos
annotations: none low

Scan source files in a directory for TODO/FIXME/HACK/XXX comments and return structured results for LLM review

dir string exclude string extensions string
asana_project_list
annotations: none low

List Asana projects in a workspace

workspace_gid string
asana_project_get
annotations: none low

Get an Asana project by GID

project_gid string
asana_project_counts
annotations: none low

Get task counts for an Asana project

opt_fields string project_gid string
asana_event_list
annotations: none low

List changes to an Asana task, project, or goal since a sync token. Omit sync on the first call: the response then carries a fresh sync token, sync_reset: true, and no events. Pass the returned sync token back on the next call. When has_more is true, poll again immediately — Asana caps one token at 100 events.

sync string opt_fields string resource_gid string
Urgent
annotations: none low

asana_project_search
annotations: none low

Search Asana projects in a workspace

text string due_on string sort_by string start_on string completed boolean owner_any string teams_any string created_on string opt_fields string members_any string members_not string completed_on string due_at_after string due_on_after string due_at_before string due_on_before string workspace_gid string portfolios_any string sort_ascending boolean start_on_after string start_on_before string created_at_after string created_on_after string created_at_before string created_on_before string completed_at_after string completed_on_after string completed_at_before string completed_on_before string
asana_project_create
annotations: none low

Create a new Asana project

name string color string notes string due_on string start_on string html_notes string workspace_gid string
asana_project_update
annotations: none low

Update an Asana project

name string color string notes string due_on string start_on string html_notes string project_gid string clear_due_on boolean clear_start_on boolean
asana_project_delete
annotations: none low

Delete an Asana project

project_gid string
asana_project_export
annotations: none low

Export an Asana project with all sections and tasks as structured data or markdown

project_gid string
asana_goal_list
annotations: none low

List Asana goals in a workspace

workspace_gid string
asana_goal_get
annotations: none low

Get an Asana goal by GID

goal_gid string
asana_goal_create
annotations: none low

Create an Asana goal

name string notes string due_on string workspace_gid string
asana_goal_update
annotations: none low

Update an Asana goal

name string notes string due_on string goal_gid string
asana_goal_delete
annotations: none low

Delete an Asana goal

goal_gid string
Priority
annotations: none low

asana_custom_field_list
annotations: none low

List a workspace

workspace_gid string
asana_custom_field_get
annotations: none low

Get an Asana custom field by GID, including its enum options and their GIDs

custom_field_gid string
asana_custom_field_list_for_project
annotations: none low

List the Asana custom fields attached to a project, with their enum options — the fields actually usable on tasks in that project, and narrower than asana_custom_field_list

project_gid string
asana_custom_field_list_for_portfolio
annotations: none low

List the Asana custom fields attached to a portfolio, with their enum options

portfolio_gid string
asana_custom_field_list_for_goal
annotations: none low

List the Asana custom fields attached to a goal, with their enum options

goal_gid string
asana_custom_field_list_for_team
annotations: none low

List the Asana custom fields attached to a team, with their enum options

team_gid string
asana_membership_list
annotations: none low

List Asana memberships for a parent (project, portfolio, goal, custom type, or custom field) and/or a member (user or team). Pass resource_subtype when parent_gid is omitted.

member_gid string parent_gid string
asana_membership_get
annotations: none low

Get an Asana membership by GID

membership_gid string
asana_membership_create
annotations: none low

Add a member (user or team) to an Asana project, portfolio, or goal

member_gid string parent_gid string
asana_membership_update
annotations: none low

Change an Asana membership

access_level string membership_gid string
asana_tag_create
annotations: none low

Create an Asana tag

name string color string notes string workspace_gid string
asana_tag_update
annotations: none low

Update an Asana tag

name string color string notes string tag_gid string
asana_tag_delete
annotations: none low

Delete an Asana tag

tag_gid string
asana_tag_list_for_task
annotations: none low

List Asana tags for a task

task_gid string
asana_tag_list_tasks
annotations: none low

List Asana tasks for a tag

tag_gid string
asana_tag_add_to_task
annotations: none low

Add an Asana tag to a task

tag_gid string task_gid string
asana_tag_remove_from_task
annotations: none low

Remove an Asana tag from a task

tag_gid string task_gid string
Alice
annotations: none low

asana_user_list
annotations: none low

List Asana users in a workspace

workspace_gid string
asana_user_get
annotations: none low

Get an Asana user by GID

user_gid string
asana_user_me
annotations: none low

Get the authenticated Asana user

asana_ooo_list
annotations: none low

List Asana out-of-office entries for a user — check whether someone is away before assigning work

workspace_gid string
asana_ooo_get
annotations: none low

Get an Asana out-of-office entry by GID

ooo_entry_gid string
asana_ooo_create
annotations: none low

Create an Asana out-of-office entry

end_date string user_gid string start_date string workspace_gid string
asana_ooo_update
annotations: none low

Update an Asana out-of-office entry

end_date string start_date string ooo_entry_gid string
asana_ooo_delete
annotations: none low

Delete an Asana out-of-office entry

ooo_entry_gid string
asana_section_list
annotations: none low

List Asana sections in a project

project_gid string
asana_section_get
annotations: none low

Get an Asana section by GID

section_gid string
asana_section_create
annotations: none low

Create an Asana section in a project

name string project_gid string
asana_section_update
annotations: none low

Update an Asana section

name string section_gid string
asana_section_move
annotations: none low

Move an Asana section before or after another section in the same project

project_gid string section_gid string insert_after string insert_before string
asana_section_task_add
annotations: none low

Add an Asana task directly to a section, optionally at a specific position

task_gid string section_gid string insert_after string insert_before string
asana_section_delete
annotations: none low

Delete an Asana section

section_gid string
Acme
annotations: none low

asana_workspace_list
annotations: none low

List all Asana workspaces

asana_status_list
annotations: none low

List status updates for an Asana project, portfolio, or goal

parent_gid string
asana_status_overview
annotations: none low

Roll up the latest status update and task counts for an Asana project or portfolio in one call.

limit number parent_gid string
asana_status_get
annotations: none low

Get an Asana status update by GID

status_gid string
asana_status_create
annotations: none low

Create a status update on an Asana project, portfolio, or goal

text string title string html_text string parent_gid string status_type string
asana_status_delete
annotations: none low

Delete an Asana status update

status_gid string

Permissions 3

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

Scan Findings 223

low
Tool 't' has no annotations annotation_checker · 100%
low
Tool 'asana_url_parse' has no annotations annotation_checker · 100%
low
Tool 'asana_workspace_get' has no annotations annotation_checker · 100%
low
Tool 'asana_project_template_list' has no annotations annotation_checker · 100%
low
Tool 'asana_project_template_get' has no annotations annotation_checker · 100%
low
Tool 'asana_project_template_instantiate' has no annotations annotation_checker · 100%
low
Tool 'asana_task_template_list' has no annotations annotation_checker · 100%
low
Tool 'asana_task_template_get' has no annotations annotation_checker · 100%
low
Tool 'asana_task_template_instantiate' has no annotations annotation_checker · 100%
low
Tool 'file.pdf' has no annotations annotation_checker · 100%
low
Tool 'asana_attachment_list' has no annotations annotation_checker · 100%
low
Tool 'asana_attachment_get' has no annotations annotation_checker · 100%
low
Tool 'asana_attachment_create' has no annotations annotation_checker · 100%
low
Tool 'asana_attachment_delete' has no annotations annotation_checker · 100%
low
Tool 'asana_job_get' has no annotations annotation_checker · 100%
low
Tool 'Roadmap' has no annotations annotation_checker · 100%
low
Tool 'asana_portfolio_list' has no annotations annotation_checker · 100%
low
Tool 'asana_portfolio_item_list' has no annotations annotation_checker · 100%
low
Tool 'asana_portfolio_get' has no annotations annotation_checker · 100%
low
Tool 'asana_portfolio_create' has no annotations annotation_checker · 100%
low
Tool 'asana_portfolio_update' has no annotations annotation_checker · 100%
low
Tool 'asana_portfolio_delete' has no annotations annotation_checker · 100%
low
Tool 'Engineering' has no annotations annotation_checker · 100%
low
Tool 'asana_team_list' has no annotations annotation_checker · 100%
low
Tool 'asana_team_get' has no annotations annotation_checker · 100%
low
Tool 'Task' has no annotations annotation_checker · 100%
low
Tool 'asana_task_list' has no annotations annotation_checker · 100%
low
Tool 'asana_task_my_tasks' has no annotations annotation_checker · 100%
low
Tool 'asana_task_subtask_list' has no annotations annotation_checker · 100%
low
Tool 'asana_task_subtask_create' has no annotations annotation_checker · 100%
low
Tool 'asana_task_get' has no annotations annotation_checker · 100%
low
Tool 'asana_task_get_many' has no annotations annotation_checker · 100%
low
Tool 'asana_task_delete' has no annotations annotation_checker · 100%
low
Tool 'asana_task_search' has no annotations annotation_checker · 100%
low
Tool 'asana_task_follower_add' has no annotations annotation_checker · 100%
low
Tool 'asana_task_follower_remove' has no annotations annotation_checker · 100%
low
Tool 'asana_task_project_add' has no annotations annotation_checker · 100%
low
Tool 'asana_task_project_remove' has no annotations annotation_checker · 100%
low
Tool 'asana_task_dependency_list' has no annotations annotation_checker · 100%
low
Tool 'asana_task_dependency_add' has no annotations annotation_checker · 100%
low
Tool 'asana_task_dependency_remove' has no annotations annotation_checker · 100%
low
Tool 'asana_task_dependent_list' has no annotations annotation_checker · 100%
low
Tool 'asana_task_dependent_add' has no annotations annotation_checker · 100%
low
Tool 'asana_task_dependent_remove' has no annotations annotation_checker · 100%
low
Tool 'asana_task_scan_todos' has no annotations annotation_checker · 100%
low
Tool 'asana_project_list' has no annotations annotation_checker · 100%
low
Tool 'asana_project_get' has no annotations annotation_checker · 100%
low
Tool 'asana_project_counts' has no annotations annotation_checker · 100%
low
Tool 'asana_project_search' has no annotations annotation_checker · 100%
low
Tool 'asana_project_create' has no annotations annotation_checker · 100%
low
Tool 'asana_project_update' has no annotations annotation_checker · 100%
low
Tool 'asana_project_delete' has no annotations annotation_checker · 100%
low
Tool 'asana_project_export' has no annotations annotation_checker · 100%
low
Tool 'asana_goal_list' has no annotations annotation_checker · 100%
low
Tool 'asana_goal_get' has no annotations annotation_checker · 100%
low
Tool 'asana_goal_create' has no annotations annotation_checker · 100%
low
Tool 'asana_goal_update' has no annotations annotation_checker · 100%
low
Tool 'asana_goal_delete' has no annotations annotation_checker · 100%
low
Tool 'Priority' has no annotations annotation_checker · 100%
low
Tool 'asana_custom_field_list' has no annotations annotation_checker · 100%
low
Tool 'asana_custom_field_get' has no annotations annotation_checker · 100%
low
Tool 'asana_custom_field_list_for_project' has no annotations annotation_checker · 100%
low
Tool 'asana_custom_field_list_for_portfolio' has no annotations annotation_checker · 100%
low
Tool 'asana_custom_field_list_for_goal' has no annotations annotation_checker · 100%
low
Tool 'asana_custom_field_list_for_team' has no annotations annotation_checker · 100%
low
Tool 'asana_membership_list' has no annotations annotation_checker · 100%
low
Tool 'asana_membership_get' has no annotations annotation_checker · 100%
low
Tool 'asana_membership_create' has no annotations annotation_checker · 100%
low
Tool 'asana_membership_update' has no annotations annotation_checker · 100%
low
Tool 'asana_membership_delete' has no annotations annotation_checker · 100%
low
Tool 'asana_event_list' has no annotations annotation_checker · 100%
low
Tool 'Urgent' has no annotations annotation_checker · 100%
low
Tool 'asana_tag_list' has no annotations annotation_checker · 100%
low
Tool 'asana_tag_get' has no annotations annotation_checker · 100%
low
Tool 'asana_tag_create' has no annotations annotation_checker · 100%
low
Tool 'asana_tag_update' has no annotations annotation_checker · 100%
low
Tool 'asana_tag_delete' has no annotations annotation_checker · 100%
low
Tool 'asana_tag_list_for_task' has no annotations annotation_checker · 100%
low
Tool 'asana_tag_list_tasks' has no annotations annotation_checker · 100%
low
Tool 'asana_tag_add_to_task' has no annotations annotation_checker · 100%
low
Tool 'asana_tag_remove_from_task' has no annotations annotation_checker · 100%
low
Tool 'Alice' has no annotations annotation_checker · 100%
low
Tool 'asana_user_list' has no annotations annotation_checker · 100%
low
Tool 'asana_user_get' has no annotations annotation_checker · 100%
low
Tool 'asana_user_me' has no annotations annotation_checker · 100%
low
Tool 'asana_ooo_list' has no annotations annotation_checker · 100%
low
Tool 'asana_ooo_get' has no annotations annotation_checker · 100%
low
Tool 'asana_ooo_create' has no annotations annotation_checker · 100%
low
Tool 'asana_ooo_update' has no annotations annotation_checker · 100%
low
Tool 'asana_ooo_delete' has no annotations annotation_checker · 100%
low
Tool 'asana_section_list' has no annotations annotation_checker · 100%
low
Tool 'asana_section_get' has no annotations annotation_checker · 100%
low
Tool 'asana_section_create' has no annotations annotation_checker · 100%
low
Tool 'asana_section_update' has no annotations annotation_checker · 100%
low
Tool 'asana_section_move' has no annotations annotation_checker · 100%
low
Tool 'asana_section_task_add' has no annotations annotation_checker · 100%
low
Tool 'asana_section_delete' has no annotations annotation_checker · 100%
low
Tool 'Acme' has no annotations annotation_checker · 100%
low
Tool 'asana_workspace_list' has no annotations annotation_checker · 100%
low
Tool 'asana_status_list' has no annotations annotation_checker · 100%
low
Tool 'asana_status_overview' has no annotations annotation_checker · 100%
low
Tool 'asana_status_get' has no annotations annotation_checker · 100%
low
Tool 'asana_status_create' has no annotations annotation_checker · 100%
low
Tool 'asana_status_delete' has no annotations annotation_checker · 100%
high
Hardcoded OAuth client secret in cyberuni-cyber-asana-2c116f9/packages/cyber-asana/src/auth/cli.test.ts auth_checker · 95%
high
Hardcoded OAuth client secret in cyberuni-cyber-asana-2c116f9/packages/cyber-asana/src/auth/settings.test.ts auth_checker · 95%
high
Hardcoded OAuth client secret in cyberuni-cyber-asana-2c116f9/packages/cyber-asana/src/auth/ambient.test.ts auth_checker · 95%
high
Hardcoded OAuth client secret in cyberuni-cyber-asana-2c116f9/packages/cyber-asana/src/auth/oauth.test.ts auth_checker · 95%
high
Hardcoded OAuth client secret in cyberuni-cyber-asana-2c116f9/packages/cyber-asana/src/auth/login.test.ts auth_checker · 95%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
package.json metadata manifest_parser · 100%
info
Tool: t manifest_parser · 70%
info
Tool: asana_url_parse manifest_parser · 70%
info
Tool: asana_workspace_get manifest_parser · 70%
info
Tool: asana_project_template_list manifest_parser · 70%
info
Tool: asana_project_template_get manifest_parser · 70%
info
Tool: asana_project_template_instantiate manifest_parser · 70%
info
Tool: asana_task_template_list manifest_parser · 70%
info
Tool: asana_task_template_get manifest_parser · 70%
info
Tool: asana_task_template_instantiate manifest_parser · 70%
info
Tool: file.pdf manifest_parser · 75%
info
Tool: asana_attachment_list manifest_parser · 70%
info
Tool: asana_attachment_get manifest_parser · 70%
info
Tool: asana_attachment_create manifest_parser · 70%
info
Tool: asana_attachment_delete manifest_parser · 70%
info
Tool: asana_job_get manifest_parser · 70%
info
Tool: Roadmap manifest_parser · 75%
info
Tool: asana_portfolio_list manifest_parser · 70%
info
Tool: asana_portfolio_item_list manifest_parser · 70%
info
Tool: asana_portfolio_get manifest_parser · 70%
info
Tool: asana_portfolio_create manifest_parser · 70%
info
Tool: asana_portfolio_update manifest_parser · 70%
info
Tool: asana_portfolio_delete manifest_parser · 70%
info
Tool: Engineering manifest_parser · 75%
info
Tool: asana_team_list manifest_parser · 70%
info
Tool: asana_team_get manifest_parser · 70%
info
Tool: Task manifest_parser · 75%
info
Tool: asana_task_list manifest_parser · 70%
info
Tool: asana_task_my_tasks manifest_parser · 70%
info
Tool: asana_task_subtask_list manifest_parser · 70%
info
Tool: asana_task_subtask_create manifest_parser · 70%
info
Tool: asana_task_get manifest_parser · 70%
info
Tool: asana_task_get_many manifest_parser · 70%
info
Tool: asana_task_delete manifest_parser · 70%
info
Tool: asana_task_search manifest_parser · 70%
info
Tool: asana_task_follower_add manifest_parser · 70%
info
Tool: asana_task_follower_remove manifest_parser · 70%
info
Tool: asana_task_project_add manifest_parser · 70%
info
Tool: asana_task_project_remove manifest_parser · 70%
info
Tool: asana_task_dependency_list manifest_parser · 70%
info
Tool: asana_task_dependency_add manifest_parser · 70%
info
Tool: asana_task_dependency_remove manifest_parser · 70%
info
Tool: asana_task_dependent_list manifest_parser · 70%
info
Tool: asana_task_dependent_add manifest_parser · 70%
info
Tool: asana_task_dependent_remove manifest_parser · 70%
info
Tool: asana_task_scan_todos manifest_parser · 70%
info
Tool: asana_project_list manifest_parser · 70%
info
Tool: asana_project_get manifest_parser · 70%
info
Tool: asana_project_counts manifest_parser · 70%
info
Tool: asana_project_search manifest_parser · 70%
info
Tool: asana_project_create manifest_parser · 70%
info
Tool: asana_project_update manifest_parser · 70%
info
Tool: asana_project_delete manifest_parser · 70%
info
Tool: asana_project_export manifest_parser · 70%
info
Tool: asana_goal_list manifest_parser · 70%
info
Tool: asana_goal_get manifest_parser · 70%
info
Tool: asana_goal_create manifest_parser · 70%
info
Tool: asana_goal_update manifest_parser · 70%
info
Tool: asana_goal_delete manifest_parser · 70%
info
Tool: Priority manifest_parser · 75%
info
Tool: asana_custom_field_list manifest_parser · 70%
info
Tool: asana_custom_field_get manifest_parser · 70%
info
Tool: asana_custom_field_list_for_project manifest_parser · 70%
info
Tool: asana_custom_field_list_for_portfolio manifest_parser · 70%
info
Tool: asana_custom_field_list_for_goal manifest_parser · 70%
info
Tool: asana_custom_field_list_for_team manifest_parser · 70%
info
Tool: asana_membership_list manifest_parser · 70%
info
Tool: asana_membership_get manifest_parser · 70%
info
Tool: asana_membership_create manifest_parser · 70%
info
Tool: asana_membership_update manifest_parser · 70%
info
Tool: asana_membership_delete manifest_parser · 70%
info
Tool: asana_event_list manifest_parser · 70%
info
Tool: Urgent manifest_parser · 75%
info
Tool: asana_tag_list manifest_parser · 70%
info
Tool: asana_tag_get manifest_parser · 70%
info
Tool: asana_tag_create manifest_parser · 70%
info
Tool: asana_tag_update manifest_parser · 70%
info
Tool: asana_tag_delete manifest_parser · 70%
info
Tool: asana_tag_list_for_task manifest_parser · 70%
info
Tool: asana_tag_list_tasks manifest_parser · 70%
info
Tool: asana_tag_add_to_task manifest_parser · 70%
info
Tool: asana_tag_remove_from_task manifest_parser · 70%
info
Tool: Alice manifest_parser · 75%
info
Tool: asana_user_list manifest_parser · 70%
info
Tool: asana_user_get manifest_parser · 70%
info
Tool: asana_user_me manifest_parser · 70%
info
Tool: asana_ooo_list manifest_parser · 70%
info
Tool: asana_ooo_get manifest_parser · 70%
info
Tool: asana_ooo_create manifest_parser · 70%
info
Tool: asana_ooo_update manifest_parser · 70%
info
Tool: asana_ooo_delete manifest_parser · 70%
info
Tool: asana_section_list manifest_parser · 70%
info
Tool: asana_section_get manifest_parser · 70%
info
Tool: asana_section_create manifest_parser · 70%
info
Tool: asana_section_update manifest_parser · 70%
info
Tool: asana_section_move manifest_parser · 70%
info
Tool: asana_section_task_add manifest_parser · 70%
info
Tool: asana_section_delete manifest_parser · 70%
info
Tool: Acme manifest_parser · 75%
info
Tool: asana_workspace_list manifest_parser · 70%
info
Tool: asana_status_list manifest_parser · 70%
info
Tool: asana_status_overview manifest_parser · 70%
info
Tool: asana_status_get manifest_parser · 70%
info
Tool: asana_status_create manifest_parser · 70%
info
Tool: asana_status_delete manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (7) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 19 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%