Raw scan report

Lifeos — the complete, unedited output of the deterministic mcptrustchecker engine v1.13.0, scanned . Every finding, capability tag and score component below is exactly what the engine produced — no AI, no post-processing.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "@starascendin/lifeos-mcp",
    "source": {
      "kind": "package",
      "origin": "@starascendin/lifeos-mcp"
    },
    "server": {
      "name": "@starascendin/lifeos-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 96,
    "threatScore": 100,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "client",
        "term": "capability-exposure",
        "level": "moderate",
        "label": "capability blast radius (moderate) — client exposure if the model is manipulated",
        "appliedPenalty": 3
      },
      {
        "kind": "client",
        "term": "verification-discount",
        "level": "repo",
        "label": "publisher verification (public source) — no provenance, but the source is public and inspectable",
        "appliedPenalty": 1
      },
      {
        "kind": "client",
        "term": "coverage-honesty",
        "level": "source",
        "label": "inspection depth (source) — how much of the target the scan could see",
        "appliedPenalty": 0
      }
    ],
    "gatesFired": [],
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "capability": {
    "level": "moderate",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can send data / act on an external service",
      "can create, modify or delete files"
    ],
    "tags": [
      "external-sink",
      "untrusted-input",
      "file-write"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (200 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command \"npx -y <package>\"."
    ]
  },
  "findings": [
    {
      "ruleId": "MTC-FLOW-005",
      "title": "Untrusted input can drive an external action",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "Untrusted-input tools ([get_beeper_thread_messages]) co-exist with external-action tools ([create_issue]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.",
      "remediation": "Require confirmation for state-changing/egress actions triggered after processing untrusted content.",
      "location": {
        "kind": "flow",
        "name": "get_beeper_thread_messages → create_issue"
      },
      "evidence": "untrusted [get_beeper_thread_messages] → sinks [create_issue]",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "get_beeper_thread_messages"
        ],
        "sinks": [
          "create_issue"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-002",
      "title": "Tool \"unlink_meeting_from_business_contact\" can modify the filesystem",
      "category": "permissions",
      "severity": "medium",
      "confidence": "strong",
      "description": "Tool \"unlink_meeting_from_business_contact\" can write, overwrite or delete files (keyword \"unlink\" in tool name). Verify it is scoped to a safe directory.",
      "remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
      "location": {
        "kind": "tool",
        "name": "unlink_meeting_from_business_contact"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"unlink_meeting_from_business_contact\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"unlink_meeting_from_business_contact\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
      "remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
      "location": {
        "kind": "tool",
        "name": "unlink_meeting_from_business_contact"
      },
      "data": {
        "tags": [
          "file-write"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "get_beeper_thread_messages"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "create_issue"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "get_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_todays_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_overdue_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_issue",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"create_issue\""
        ]
      }
    },
    {
      "tool": "mark_issue_complete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_issue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_issue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_issue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_labels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_label",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_current_cycle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "assign_issue_to_cycle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cycles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_cycle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_cycle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_cycle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "close_cycle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_cycles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_daily_agenda",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_daily_ai_comments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_daily_ai_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_weekly_agenda",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_weekly_ai_comments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_weekly_ai_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_monthly_agenda",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_monthly_ai_comments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_monthly_ai_comment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_planning_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_planning_patch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_calendar_block",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "regenerate_daily_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "regenerate_weekly_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "regenerate_monthly_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_weekly_prompt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_monthly_prompt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_notes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_recent_notes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_quick_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_tags_to_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_voice_memo",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_voice_memos_by_date",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_voice_memos_by_labels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_voice_memo_labels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_ai_convo_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ai_convo_summaries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ai_convo_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_ai_convo_summaries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_ai_convo_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_ai_convo_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_people",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_person",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_people",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_memos_for_person",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_person_timeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_person",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_person",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "link_memo_to_person",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_clients",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_client",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_projects_for_client",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_client_notes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_client_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_client_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_client_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_client_note",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_client",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_client",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_client",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_phases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_phase",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_phase",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_phase",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_phase",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "assign_issue_to_phase",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_beeper_threads",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_beeper_thread",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_beeper_thread_messages",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"read_message\""
        ]
      }
    },
    {
      "tool": "search_beeper_messages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_beeper_threads_for_person",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_beeper_threads_for_client",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_fathom_meetings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_fathom_meeting",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_fathom_transcript",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_fathom_meetings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_granola_meetings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_granola_meeting",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_granola_transcript",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_granola_meetings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_granola_meetings_for_person",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_granola_meetings_for_thread",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_contact_dossier",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_meeting_calendar_links",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sync_beeper_contacts_to_frm",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "link_beeper_thread_to_person",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_business_contacts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_client_success_workspace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_merge_suggestions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "accept_merge_suggestion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reject_merge_suggestion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dismiss_all_merge_suggestions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unlink_meeting_from_business_contact",
      "tags": [
        "file-write"
      ],
      "reasons": {
        "file-write": [
          "keyword \"unlink\" in tool name"
        ]
      }
    },
    {
      "tool": "get_initiatives",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_initiative",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_initiative_with_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_initiative",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_initiative",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "archive_initiative",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_initiative",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "link_project_to_initiative",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "link_issue_to_initiative",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_initiative_yearly_rollup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_health_sleep",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_health_activity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_health_readiness",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_health_stress",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_health_spo2",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_health_heart_rate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_health_workouts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_health_resilience",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_health_cardio_age",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_health_vo2_max",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_finance_accounts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_finance_net_worth",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_finance_transactions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_finance_snapshots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_finance_daily_spending",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_habits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_habits_for_date",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_habit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_habit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_habit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "archive_habit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_in_habit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_habit_check_ins",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_habit_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_habit_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_screentime_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_screentime_top_apps",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_screentime_sessions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_screentime_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_council",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_coach_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upsert_coach_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_coaching_sessions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_coaching_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_coaching_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_coaching_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_coach_insights",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_coach_insight",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_coach_insight",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_coaching_action_items",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_coaching_action_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_coaching_action_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_coaching_action_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_journal_entries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_journal_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_journal_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_journal_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_odyssey_plans",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upsert_odyssey_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_odyssey_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_reflections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "save_reflection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_wayfinding_entries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_wayfinding_entry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_prototypes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_prototype",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_prototype",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_prototype",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_design_interviews",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_design_interview",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_design_interview",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_design_interview",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_belief_reframes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_belief_reframe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_belief_reframe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_failure_reframes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_failure_reframe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_failure_reframe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_ppv_workspace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_active_vision_graph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_unified_life_graph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_project_graph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_initiative_graph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_person_graph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_voice_memo_graph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cached_unified_graph",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "refresh_unified_graph_cache",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upsert_unified_graph_link",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_unified_graph_link",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "falkor_graph_schema",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "falkor_graph_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "falkor_graph_link",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "d2e18841685fb340303d8e47482b67fa615efc7ca2cdcac27a3ed5e12acc5ce4",
  "stats": {
    "tools": 200,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 2,
      "low": 1,
      "info": 0
    }
  }
}