io.github.humanity4ai/project-human
NPM · @HUMANITY4AI/MCP-SERVERS · SCANNED AUG 3
9 humanity skills for AI agents — crisis detection, WCAG 2.2, empathy, cultural sensitivity
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security37
- Malware scan not yet available for this package.Unverified
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 8 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability34
- AI-judged instruction clarity (poor).Fail
- Context-footprint check failed: tool/resource definitions use about 1441 tokens (~160/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @humanity4ai/mcp-servers
claude mcp add humanity4ai-project-human -- npx -y @humanity4ai/mcp-servers
codex mcp add humanity4ai-project-human -- npx -y @humanity4ai/mcp-servers
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"humanity4ai-project-human": {
"type": "local",
"command": [
"npx",
"-y",
"@humanity4ai/mcp-servers"
],
"enabled": true
}
}
} openclaw mcp add humanity4ai-project-human --command npx --arg -y --arg @humanity4ai/mcp-servers
mcp_servers:
humanity4ai-project-human:
command: "npx"
args: ["-y", "@humanity4ai/mcp-servers"] {
"mcpServers": {
"humanity4ai-project-human": {
"command": "npx",
"args": [
"-y",
"@humanity4ai/mcp-servers"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +41
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.27 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → poor ▲ functional
- Licence: MIT functional
- 2 Aug 26 −14
- Tool coverage: 100 → unverified ▼ functional
- 31 Jul 26 +11
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 26
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@humanity4ai/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
accessibility_audit ~142
Audit web pages for WCAG 2.2 compliance or set session WCAG level. Crawl mode: provide pages with URL+HTML for per-page scoring and ranking across all 86 success criteria. Session mode: returns the complete WCAG checklist for the requested level that the agent must enforce.
| Name | Type | Req | Description |
|---|---|---|---|
| level | string | — | WCAG conformance level |
| locale | string | — | BCP 47 locale code |
| mode | string | yes | crawl: score pages against all 86 WCAG 2.2 criteria. session: return WCAG checklist for this session. |
| pages | array | — | Array of crawled pages (required for crawl mode) |
No output schema declared.
No examples provided.
age_inclusive_design_check ~98
Audit a user flow or interface for age-inclusive design — covering children, adults, and older users. Returns recommendations to remove age-related barriers. Safety boundary: inclusive design guidance only.
| Name | Type | Req | Description |
|---|---|---|---|
| age_groups | array | — | Optional list of age groups to focus on (e.g. ['children', 'elderly', 'teenagers']) |
| flow_description | string | yes | Description of the user flow, interface, or product experience to audit |
No output schema declared.
No examples provided.
cognitive_accessibility_audit ~74
Audit content for cognitive accessibility — plain language, reading level, structure, and clarity. Returns actionable recommendations to reduce cognitive load. Safety boundary: design guidance only.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | The text or UI content to audit |
| target_context | string | — | Optional context about the target audience or use case |
No output schema declared.
No examples provided.
cultural_context_check ~82
Check a message for cultural sensitivity issues for a given audience or region. Returns flags, concerns, and suggested alternatives with uncertainty disclosure. Safety boundary: context-sensitive recommendations with uncertainty disclosure.
| Name | Type | Req | Description |
|---|---|---|---|
| audience | string | yes | Target audience description |
| message | string | yes | The message or content to check |
| region | string | — | Optional geographic region for more specific context |
No output schema declared.
No examples provided.
deescalation_plan ~73
Generate a structured de-escalation plan for a conflict or tense situation. Returns step-by-step guidance calibrated to the intensity of the conflict. Safety boundary: no coercive tactics.
| Name | Type | Req | Description |
|---|---|---|---|
| intensity | string | — | Intensity of the conflict |
| situation | string | yes | Description of the conflict or tense situation |
No output schema declared.
No examples provided.
empathetic_reframe ~77
Reframe a message with genuine empathy — acknowledging emotions, validating experience, and offering presence. Detects and replaces hollow empathy phrases with authentic alternatives. Safety boundary: no manipulation or deceptive empathy.
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | The message to reframe with empathy |
| tone | string | — | Desired tone of the empathetic reframe |
No output schema declared.
No examples provided.
neurodiversity_design_check ~91
Audit a UI description for neurodiversity-aware design — covering ADHD, autism, dyslexia, and sensory sensitivities. Returns targeted recommendations for inclusive design. Safety boundary: inclusive design guidance only.
| Name | Type | Req | Description |
|---|---|---|---|
| focus | array | — | Optional list of specific neurodiversity conditions to focus on |
| ui_description | string | yes | Description of the UI, interface, or interaction flow to audit |
No output schema declared.
No examples provided.
rewrite_depression_sensitive_content ~108
Audit or rewrite text to be sensitive to depression and mental health. Removes harmful language patterns and replaces them with supportive, non-stigmatising alternatives. Safety boundary: non-clinical UX/content guidance only.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | — | Optional domain context (e.g. 'healthcare', 'social media') |
| mode | string | — | 'audit' returns issues found; 'rewrite' returns improved text |
| text | string | yes | The text content to audit or rewrite |
No output schema declared.
No examples provided.
supportive_reply ~148
Generate a supportive, non-clinical reply to a message from someone in distress. Supports general emotional support and grief-specific modes (presence, practical, reflection). Includes escalation guidance calibrated to the assessed risk level. Safety boundary: non-clinical support only; must escalate when risk is elevated.
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | — | BCP 47 locale code for the response language |
| message | string | yes | The message from the person in distress |
| risk_level | string | yes | Assessed risk level: 'low' for general distress, 'medium' for concerning signals, 'high' for crisis |
| support_mode | string | — | Support mode: 'general' for default emotional support |
No output schema declared.
No examples provided.