100hires — 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.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "@100hires/mcp-server",
"source": {
"kind": "package",
"origin": "@100hires/mcp-server"
},
"server": {
"name": "@100hires/mcp-server"
}
},
"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"
],
"tags": [
"untrusted-input",
"external-sink"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (130 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 ([hires_list_application_attachments, hires_download_attachment, hires_list_candidate_files]) co-exist with external-action tools ([hires_list_webhooks, hires_create_webhook, hires_delete_webhook, hires_create_job_webhook, hires_delete_job_webhook]). 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": "hires_list_application_attachments → hires_list_webhooks"
},
"evidence": "untrusted [hires_list_application_attachments, hires_download_attachment, hires_list_candidate_files] → sinks [hires_list_webhooks, hires_create_webhook, hires_",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"hires_list_application_attachments",
"hires_download_attachment",
"hires_list_candidate_files"
],
"sinks": [
"hires_list_webhooks",
"hires_create_webhook",
"hires_delete_webhook",
"hires_create_job_webhook",
"hires_delete_job_webhook"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"hires_list_application_attachments",
"hires_download_attachment",
"hires_list_candidate_files"
],
"sensitiveSource": [],
"externalSink": [
"hires_list_webhooks",
"hires_create_webhook",
"hires_delete_webhook",
"hires_create_job_webhook",
"hires_delete_job_webhook"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "hires_list_applications",
"tags": [],
"reasons": {}
},
{
"tool": "hires_create_application",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_application",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_application",
"tags": [],
"reasons": {}
},
{
"tool": "hires_delete_application",
"tags": [],
"reasons": {}
},
{
"tool": "hires_move_application",
"tags": [],
"reasons": {}
},
{
"tool": "hires_advance_application",
"tags": [],
"reasons": {}
},
{
"tool": "hires_hire_application",
"tags": [],
"reasons": {}
},
{
"tool": "hires_reject_application",
"tags": [],
"reasons": {}
},
{
"tool": "hires_unreject_application",
"tags": [],
"reasons": {}
},
{
"tool": "hires_transfer_application",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_ai_score",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_application_attachments",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "hires_upload_application_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_application_evaluations",
"tags": [],
"reasons": {}
},
{
"tool": "hires_create_interview",
"tags": [],
"reasons": {}
},
{
"tool": "hires_batch_move_applications",
"tags": [],
"reasons": {}
},
{
"tool": "hires_batch_reject_applications",
"tags": [],
"reasons": {}
},
{
"tool": "hires_download_attachment",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "hires_upload_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_candidates",
"tags": [],
"reasons": {}
},
{
"tool": "hires_create_candidate",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_candidate",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_candidate",
"tags": [],
"reasons": {}
},
{
"tool": "hires_delete_candidate",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_candidate_tags",
"tags": [],
"reasons": {}
},
{
"tool": "hires_add_candidate_tags",
"tags": [],
"reasons": {}
},
{
"tool": "hires_remove_candidate_tag",
"tags": [],
"reasons": {}
},
{
"tool": "hires_batch_add_tags",
"tags": [],
"reasons": {}
},
{
"tool": "hires_batch_remove_tags",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_candidate_files",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "hires_upload_candidate_file",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_candidate_resume",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_candidate_activities",
"tags": [],
"reasons": {}
},
{
"tool": "hires_disqualify_candidate",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_candidate_interviews",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_candidate_messages",
"tags": [],
"reasons": {}
},
{
"tool": "hires_send_candidate_message",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_career_jobs",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_career_job",
"tags": [],
"reasons": {}
},
{
"tool": "hires_submit_career_application",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_companies",
"tags": [],
"reasons": {}
},
{
"tool": "hires_create_company",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_company",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_company",
"tags": [],
"reasons": {}
},
{
"tool": "hires_delete_company",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_company_mail_accounts",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_company_id_mail_accounts",
"tags": [],
"reasons": {}
},
{
"tool": "hires_restore_company",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_webhooks",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "hires_create_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "hires_delete_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "hires_list_email_templates",
"tags": [],
"reasons": {}
},
{
"tool": "hires_create_email_template",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_email_template",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_email_template",
"tags": [],
"reasons": {}
},
{
"tool": "hires_delete_email_template",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_evaluation",
"tags": [],
"reasons": {}
},
{
"tool": "hires_submit_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_forms",
"tags": [],
"reasons": {}
},
{
"tool": "hires_create_form",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_form",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_form",
"tags": [],
"reasons": {}
},
{
"tool": "hires_delete_form",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_form_question",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_interviews",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_interview",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_jobs",
"tags": [],
"reasons": {}
},
{
"tool": "hires_create_job",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_job",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_job",
"tags": [],
"reasons": {}
},
{
"tool": "hires_delete_job",
"tags": [],
"reasons": {}
},
{
"tool": "hires_set_job_status",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_job_boards",
"tags": [],
"reasons": {}
},
{
"tool": "hires_publish_to_job_board",
"tags": [],
"reasons": {}
},
{
"tool": "hires_remove_from_job_board",
"tags": [],
"reasons": {}
},
{
"tool": "hires_batch_job_boards",
"tags": [],
"reasons": {}
},
{
"tool": "hires_batch_publish_to_boards",
"tags": [],
"reasons": {}
},
{
"tool": "hires_batch_remove_from_boards",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_hiring_team",
"tags": [],
"reasons": {}
},
{
"tool": "hires_add_hiring_team_member",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_job_webhooks",
"tags": [],
"reasons": {}
},
{
"tool": "hires_create_job_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "hires_delete_job_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "hires_list_messages",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_message",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_message",
"tags": [],
"reasons": {}
},
{
"tool": "hires_patch_message",
"tags": [],
"reasons": {}
},
{
"tool": "hires_delete_message",
"tags": [],
"reasons": {}
},
{
"tool": "hires_batch_create_messages",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_notes",
"tags": [],
"reasons": {}
},
{
"tool": "hires_create_note",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_note",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_note",
"tags": [],
"reasons": {}
},
{
"tool": "hires_delete_note",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_notification_message",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_notification_message",
"tags": [],
"reasons": {}
},
{
"tool": "hires_delete_notification_message",
"tags": [],
"reasons": {}
},
{
"tool": "hires_cancel_all_notification_messages",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_nurture_campaigns",
"tags": [],
"reasons": {}
},
{
"tool": "hires_create_nurture_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_nurture_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_nurture_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "hires_delete_nurture_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_sources",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_origins",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_rejection_reasons",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_statuses",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_departments",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_categories",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_education_levels",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_experience_levels",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_employment_types",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_boards",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_tags",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_workflows",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_workflow_stages",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_workflow_stages",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_questions",
"tags": [],
"reasons": {}
},
{
"tool": "hires_create_question",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_question",
"tags": [],
"reasons": {}
},
{
"tool": "hires_update_question",
"tags": [],
"reasons": {}
},
{
"tool": "hires_delete_question",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_question_types",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_template_placeholders",
"tags": [],
"reasons": {}
},
{
"tool": "hires_prepare_template_placeholders",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_billing",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_users",
"tags": [],
"reasons": {}
},
{
"tool": "hires_get_user",
"tags": [],
"reasons": {}
},
{
"tool": "hires_list_user_mail_accounts",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "81a261b6234f2f39cb410177ed68d7195621e4f68df400e90c48bd4d7dc06eb2",
"stats": {
"tools": 130,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 0,
"info": 0
}
}
}