Health Insurance

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only health insurance skill is coherent and locally scoped, with notable but disclosed use of user-approved local memory and setup commands.

This skill appears safe to install as an instruction-only planner. Before using memory, decide what health, prescription, provider, and financial information you are comfortable storing locally, and personally verify any enrollment action before submission.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the user approves memory, private health and financial context may remain on the device and be reused in later conversations.

Why it was flagged

The persistent memory template can store sensitive health, prescription, provider, and financial risk information for future insurance decisions.

Skill content
- Recurring prescriptions:
- Expected major procedures:
...
- Comfortable monthly premium range:
- Comfortable deductible exposure:
- Maximum annual out-of-pocket tolerance:
Recommendation

Only approve storing information that is useful for future decisions, avoid IDs or payment details, and periodically review or delete `~/health-insurance/memory.md`.

What this means

Approving setup will create local files and directories for health insurance memory.

Why it was flagged

The setup guide includes local shell commands to create and permission a private directory, but it explicitly says to ask for approval before writing files.

Skill content
Propose local structure and ask for explicit approval before writing files:
```bash
mkdir -p ~/health-insurance/{comparisons,renewals,notes}
touch ~/health-insurance/memory.md
chmod 700 ~/health-insurance
chmod 600 ~/health-insurance/memory.md
```
Recommendation

Confirm the path and contents before allowing setup commands, and keep the restrictive file permissions shown in the instructions.

What this means

Mistakes during enrollment could affect insurance coverage, costs, or deadlines.

Why it was flagged

The playbook addresses high-impact enrollment actions that can affect coverage and costs, but the artifacts present this as an approved-channel, evidence-based workflow rather than automatic submission.

Skill content
- Submit enrollment through approved channel.
- Capture confirmation ID and timestamp.
- Save screenshots or confirmation artifacts.
- Verify the submitted plan matches the recommended plan exactly.
Recommendation

Treat final enrollment as a user-controlled action; independently verify plan names, IDs, dates, networks, and premiums before submitting anything.