Pharma Doc Reference
ReviewAudited by ClawScan on May 17, 2026.
Overview
This is mostly a pharma document reference skill, but it tells the agent to automatically install and load another skill, which can change your agent environment without an explicit approval step.
Use this as a reference library only unless you separately review and approve Universal Task OS. Do not allow automatic dependency installation by default, and add only fully sanitized enterprise examples because pharma templates can contain patient, product, or commercial secrets.
Findings (2)
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.
Your agent could add and load another skill that was not part of this review, changing future behavior and expanding instructions beyond this reference package.
The skill directs the agent to automatically install an external skill dependency on activation, without a visible version pin, source reference, install spec, or explicit user approval requirement.
加载检查流程(每次激活时执行):1. 检测 `universal-task-os` 技能是否已安装 2. 未安装 → 自动安装 `universal-task-os` 技能
Review and install universal-task-os separately, require an explicit user confirmation before any skill installation, and pin or document the exact trusted dependency version/source.
If real patient, product, or commercial information is added without proper redaction, it may be reused in later agent tasks or exposed if the skill directory is shared.
The skill anticipates users adding enterprise templates into a persistent reference directory; it appropriately tells users to desensitize them, but mishandled examples could persist sensitive data in the skill context.
企业向本技能添加范本时:1. 脱敏:移除所有产品名称、患者信息、商业机密数据... 2. 存放:将范本文件放入 `references/exemplars/` 目录
Only add sanitized templates, keep sensitive originals outside the skill, restrict access to the exemplars directory, and remove any private data before sharing or publishing changes.
