Family Medical History / 家庭医疗档案

v1.5.1

Manage and query structured family medical records including profiles, visits, medications, chronic conditions, and vaccination histories stored as Markdown...

0· 52·0 current·0 all-time
bytbook@silent404
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (local family EHR) match the included scripts: DB initialization, import from Markdown, querying, and optional Markdown sync. No unrelated binaries, env vars, or external services are requested.
Instruction Scope
Runtime instructions and scripts operate on local files (medical_records/ and medical_records.db) and use SQLite; they do not call external network endpoints or read environment credentials. Note: import_md.py will scan a user-specified directory of Markdown files for import, and sync_db.py will write Markdown and attachments back to the repository's medical_records/ tree — these actions will read/write potentially sensitive PII/PHI on the local filesystem and should be run only on directories you expect to process.
Install Mechanism
Instruction-only skill with bundled Python scripts; no installer, no external downloads, and no extraction of remote archives. Behavior occurs when the provided Python scripts are executed locally.
Credentials
No environment variables, credentials, or config paths are required. The scripts do not attempt to access unrelated credentials or services. All data access is local filesystem/SQLite.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. It creates/uses a local medical_records.db and Markdown files under medical_records/, which is expected for this purpose — be aware these files contain sensitive health/identity data and persist on disk.
Assessment
This skill appears coherent with its stated purpose: it initializes and manages a local SQLite database and can import/export Markdown records. Before running it, review/accept that it will create medical_records.db and write Markdown/attachments under a medical_records/ directory in the repository parent — these files will contain sensitive personal and health information. Only run the import scripts on directories you trust; do not point them at system or unknown directories. No network exfiltration or credential requests are present, but you should: (1) inspect the scripts yourself or run them in a controlled environment, (2) back up any existing data, (3) protect the created DB/markdown files with appropriate filesystem permissions or encryption, and (4) note minor code quality issues (e.g., a likely bug in get_family_summary) that may cause errors but not indicate malicious behavior.

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

latestvk974vxscr1qqdky5fstd4h18p18420n9

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments