DeepRead Insurance Documents

v1.0.0

Extract structured data from insurance claims, policies, EOBs, and loss reports. Pre-built schemas for claimant info, coverage, damages, adjuster notes. PII...

0· 58·0 current·0 all-time
byDeepRead.tech@uday390
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
Requires OAuth token
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (insurance document extraction + PII redaction) matches what the SKILL.md instructs: POST documents to https://api.deepread.tech, poll for results, and return structured JSON. Required env var is a single DEEPREAD_API_KEY which is appropriate for this external API.
Instruction Scope
Instructions are narrowly scoped to submitting documents to the DeepRead API and retrieving structured results. However, the doc promises 'PII redaction for compliant sharing' but does not make clear whether redaction happens locally before upload or on DeepRead's servers after processing; the instructions show uploading entire documents to the remote API, meaning PII will be sent to the third party unless you locally redact first.
Install Mechanism
No install spec and no bundled code — instruction-only skill. Nothing is written to disk by an installer in this bundle.
Credentials
Only requests a single API key (DEEPREAD_API_KEY) as the primary credential, which is proportional and expected for a hosted OCR/ML extraction service. No unrelated credentials or config paths are requested.
Persistence & Privilege
Skill is not always-enabled, is user-invocable, and does not request modification of other skills or system settings. It does not demand persistent privileges beyond the supplied API key.
Assessment
This skill appears to do what it claims, but it sends documents to a third-party API. Before using with real insurance claims or other sensitive PII: 1) Verify DeepRead's privacy, retention, and data processing terms (DPA/GDPR/HIPAA if applicable). 2) Confirm whether redaction occurs server-side and whether you should redact/sanitize locally before upload. 3) Use a scoped/rotatable API key and avoid uploading unnecessary data for testing. 4) Ensure uploads use TLS (the SKILL.md uses https://api.deepread.tech). 5) If your organization requires on-prem or customer-controlled processing, confirm the vendor supports that. If any of these points are unresolved, treat the skill as higher risk and avoid sending production PII until clarified.

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

latestvk9748915m4gs9gh645b7pnkjrh84bhje

License

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

Runtime requirements

EnvDEEPREAD_API_KEY
Primary envDEEPREAD_API_KEY

Comments