ToolTrust
A4/100
Pimzino

spec-workflow-mcp

mcp0.0.28

@Pimzino

A Model Context Protocol (MCP) server that provides structured spec-driven development workflow tools for AI-assisted software development, featuring a real-time web dashboard and VSCode extension for monitoring and managing your project's progress directly in your development environment.

By Pimzino | 198 findings | Scanned 6/15/2026 | tooltrust-scanner/v0.3.17 | 4.2k

27 Low171 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 (198)

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×23

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

    get_user_taskscreate_standalone_taskcreate_task_from_textcomplete_tasklaunch_processarchive_processsearch_for_taskssearch_for_processessearch_for_templatessearch_for_snippetssearch_alledit_description_on_stepupdate_templatecreate_templateupdate_form_fieldupdate_dropdown_optionsupdate_kickoff_fieldcreate_automation_ruleupdate_automation_rulesuggest_automation_consolidationcreate_groupupdate_grouptallyfy_api_call

    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.

  • LowAS-002

    ⚠️Excessive Permissions ×4

    input schema exposes 15 properties (threshold: 10)

    update_task

    input schema exposes 13 properties (threshold: 10)

    update_standalone_tasklaunch_process

    input schema exposes 14 properties (threshold: 10)

    get_organization_runs

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

  • InfoAS-002

    ⚠️Excessive Permissions ×61

    declared capabilities: filesystem access

    get_meget_organization_usersget_organization_users_listcreate_guestupdate_guestget_guestupdate_taskupdate_standalone_taskget_organization_runsupdate_processget_all_templatessuggest_kickoff_fieldsdelete_templatedelete_stepadd_form_field_to_stepdelete_form_fieldsuggest_form_fields_for_stepadd_kickoff_fielddelete_kickoff_fielddelete_automation_ruleget_organization_guestsget_organization_guests_listdelete_groupupdate_task_commentdelete_task_commentcreate_tagupdate_tagdelete_tagget_template_foldersget_process_folderscreate_folderupdate_folderdelete_folderadd_object_to_folderremove_object_from_folderask_user_question

    declared capabilities: network access

    get_user_taskscomplete_task

    declared capabilities: code/command execution, filesystem access

    create_standalone_tasklaunch_processcreate_templatecreate_groupupdate_group

    declared capabilities: network access, filesystem access

    create_task_from_textupdate_form_fieldupdate_dropdown_optionsupdate_kickoff_field

    declared capabilities: HTTP requests

    archive_processsuggest_automation_consolidation

    declared capabilities: network access, database access

    search_for_taskssearch_for_processessearch_for_templatessearch_for_snippetssearch_all

    declared capabilities: database access

    get_templateget_template_steps

    declared capabilities: code/command execution

    edit_description_on_step

    declared capabilities: filesystem access, HTTP requests

    update_template

    declared capabilities: network access, filesystem access, HTTP requests

    create_automation_ruleupdate_automation_ruletallyfy_api_call

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

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×108

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

    get_meget_organization_usersget_organization_users_listinvite_user_to_organizationget_usercreate_guestupdate_guestdisable_guestenable_guestget_guestchange_user_roledisable_userenable_userget_organizationget_my_tasksget_user_tasksget_tasks_for_processcreate_standalone_taskcreate_task_from_textcomplete_taskreopen_taskupdate_taskget_taskget_standalone_taskupdate_standalone_taskcomplete_kickoff_formget_guest_tasksget_organization_runslaunch_processget_processupdate_processarchive_processreactivate_processreopen_kickoff_formsearch_for_taskssearch_for_processessearch_for_templatessearch_for_snippetssearch_allget_templateget_all_templatesget_step_dependenciessuggest_step_deadlineadd_assignees_to_stepedit_description_on_stepadd_step_to_templatesuggest_kickoff_fieldsget_kickoff_fieldsget_template_stepsassess_template_healthupdate_templateclone_templatecreate_templatedelete_templatedelete_stepclone_stepreorder_stepadd_form_field_to_stepupdate_form_fieldmove_form_fielddelete_form_fieldget_dropdown_optionsupdate_dropdown_optionssuggest_form_fields_for_stepreorder_form_fieldsadd_kickoff_fieldupdate_kickoff_fielddelete_kickoff_fieldreorder_kickoff_fieldsget_kickoff_dropdown_optionscreate_automation_ruleupdate_automation_ruledelete_automation_ruleanalyze_template_automationssuggest_automation_consolidationget_step_visibility_conditionsget_organization_guestsget_organization_guests_listget_groupsget_groupcreate_groupupdate_groupdelete_groupget_task_commentsadd_task_commentupdate_task_commentdelete_task_commentreport_task_issueresolve_task_issuesget_tagscreate_tagupdate_tagdelete_tagtag_templateuntag_templatetag_processuntag_processget_template_foldersget_process_folderscreate_folderupdate_folderdelete_folderadd_object_to_folderremove_object_from_folderask_user_questionask_user_to_rankask_user_to_confirmtallyfy_api_call

    Fix: Review and remediate the identified issue.

  • InfoAS-010

    🔑Insecure Secret Handling ×2

    input parameter "top_secret" accepts a credential (informational; not evidence of insecure handling)

    update_taskupdate_standalone_task

    Fix: Avoid accepting raw credentials as input parameters. Use secret managers (e.g. 1Password CLI, AWS Secrets Manager) and ensure credentials are never logged or stored in agent traces.

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 spec-workflow-mcp"

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 A](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-a.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)