Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Patient Consent Simplifier

v1.0.0

Simplify informed consent documents into patient-friendly language while maintaining regulatory compliance (FDA 21CFR50, ICH-GCP, HIPAA) and required legal e...

0· 87·0 current·0 all-time
byAIpoch@aipoch-ai

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aipoch-ai/patient-consent-simplifier.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Patient Consent Simplifier" (aipoch-ai/patient-consent-simplifier) from ClawHub.
Skill page: https://clawhub.ai/aipoch-ai/patient-consent-simplifier
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install patient-consent-simplifier

ClawHub CLI

Package manager switcher

npx clawhub@latest install patient-consent-simplifier
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name and description (simplify consent forms while preserving regulatory elements) align with the included Python script's intent to simplify text. However, SKILL.md claims support for PDF input, a compliance checklist, and mandatory PHI/PII detection that are not implemented in scripts/main.py — this is a functional mismatch (overpromising capabilities).
!
Instruction Scope
SKILL.md instructs the agent to perform a mandatory sensitive-data check, validate compliance against a required-elements checklist, and accept PDFs; none of these steps are implemented in the runtime code. The workflow and error-handling expectations in SKILL.md therefore grant broader authority and responsibility than the code actually performs.
Install Mechanism
Instruction-only with a single small Python script and no install spec, external downloads, or binaries required. No install-time risks detected.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of requested secrets is proportional to its stated purpose.
Persistence & Privilege
The skill is not forced-always, has no elevated persistence requirements, and does not request modification of other skills or system-wide settings.
What to consider before installing
This skill appears to be a small demo/text-only simplifier but its documentation promises extra safeguards and features that are not implemented. Before installing or using it on real consent forms (especially those containing PHI/PHI): - Do not run this on documents containing real patient identifiers unless you have explicit authorization and have audited/extended the code to implement PHI detection and safe handling. - The script does not parse PDFs, perform PHI/PII detection, or evaluate a compliance checklist despite SKILL.md claiming those capabilities — expect false negatives/incorrect compliance judgments. - Treat outputs as draft-language suggestions only; have a qualified human (IRB/regulatory/legal specialist) review any simplified consent before use. - If you plan to rely on this skill, request or implement: PDF parsing (e.g., pdfminer/pyPDF), explicit PHI detection/de-identification, a concrete checklist-based compliance verifier, unit tests, and logging that avoids exposing PHI. Given the mismatch between promised behavior and actual code, proceed cautiously and prefer de-identified test data until the missing features are implemented and reviewed.

Like a lobster shell, security has layers — review code before you run it.

latestvk97af5v58av842qbvgga9bjp8183wv74
87downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

Patient Consent Simplifier

Transform complex informed consent documents into patient-friendly language while maintaining regulatory compliance and ethical standards.

Quick Check

python -m py_compile scripts/main.py
python scripts/main.py --help
python scripts/main.py --text "Audit validation sample with explicit methods, findings, and conclusion."

When to Use

  • Use this skill when simplifying informed consent documents for clinical trials or medical procedures.
  • Use this skill when adapting research summaries for lay audiences or patients with limited health literacy.
  • Do not use this skill to remove required legal elements, downplay significant risks, or produce documents that bypass regulatory review.

Workflow

  1. Sensitive Data Check: Before processing, check whether the input document contains patient identifiers (name, DOB, MRN, address). If found, emit a mandatory warning: "This document appears to contain patient PII/PHI. Ensure the document has been de-identified or that you have authorization to process it before proceeding."
  2. Confirm the input document, target reading level, and whether legal elements must be preserved.
  3. Validate that the request is for consent simplification, not legal drafting or regulatory submission.
  4. Apply simplification rules: break long sentences, replace jargon, use active voice, maintain required elements.
  5. Assess readability and check compliance against required elements checklist.
  6. Return the simplified document with a readability report and compliance status.
  7. If inputs are incomplete, state which fields are missing and request only the minimum additional information.

Usage

# Simplify from text
python scripts/main.py --text "Lumbar puncture will be performed under sterile conditions..."

# Simplify from file
python scripts/main.py --input consent_form.pdf --output simplified_consent.pdf --target-grade 8

# Check compliance only
python scripts/main.py --input document.pdf --check compliance

Parameters

ParameterTypeRequiredDescription
--inputfile pathNoInput consent document (PDF or text)
--textstringNoInline consent text to simplify
--outputfile pathNoOutput file path
--target-gradeintegerNoTarget reading grade level (default: 8)

Target Reading Levels

  • General population: 8th grade
  • Vulnerable populations: 6th grade
  • Health literacy challenges: 4th–5th grade

Required Consent Elements (must be preserved)

Purpose of research · Procedures · Risks and discomforts · Benefits · Alternatives · Confidentiality · Compensation · Contact information · Voluntary participation

Simplification Rules

  • Break sentences longer than 20 words
  • Replace medical jargon with common terms
  • Use active voice and second person ("you")
  • Add visual aid placeholders where appropriate
  • Never remove required legal elements

Stress-Case Rules

For complex multi-constraint requests, always include these explicit blocks:

  1. Assumptions
  2. Simplification Applied
  3. Readability Report
  4. Compliance Status
  5. Risks and Limits

Error Handling

  • If required inputs are missing, state exactly which fields are missing and request only the minimum additional information.
  • If the task goes outside the documented scope, stop instead of guessing or silently widening the assignment.
  • If scripts/main.py fails, report the failure point, summarize what still can be completed safely, and provide a manual fallback.
  • Do not fabricate compliance status or remove legally required consent elements.

Input Validation

This skill accepts: informed consent documents or text passages for readability simplification, with a target reading level and compliance preservation requirement.

If the request does not involve consent document simplification — for example, asking to draft new legal consent forms from scratch, provide regulatory legal advice, or simplify non-consent documents — do not proceed with the workflow. Instead respond:

"patient-consent-simplifier is designed to simplify existing informed consent documents for patient readability while preserving regulatory compliance. Your request appears to be outside this scope. For drafting new consent forms, consult your institution's IRB template library or a regulatory affairs specialist. Please provide a consent document or text, or use a more appropriate tool."

Response Template

Use the following fixed structure for non-trivial requests:

  1. Objective
  2. Inputs Received
  3. Assumptions
  4. Workflow
  5. Deliverable
  6. Risks and Limits
  7. Next Checks

If the request is simple, you may compress the structure, but still keep assumptions and limits explicit when they affect correctness.

Comments

Loading comments...