Dashboard Design For Trials

v0.1.0

Design dashboard layout sketches for clinical trials showing enrollment progress and adverse event rates

0· 143·0 current·0 all-time
byAIpoch@aipoch-ai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the code and SKILL.md. The included Python script generates mock clinical-trial dashboard HTML from CLI arguments; no unrelated services, binaries, or credentials are required.
Instruction Scope
SKILL.md instructs only to run the local Python script with CLI parameters to produce an HTML file. The instructions do not request reading unrelated files, accessing environment secrets, or sending data to external endpoints.
Install Mechanism
No install spec is provided and there are no external downloads. The skill includes a single Python script that uses only the standard library, which is proportionate to the stated task.
Credentials
No environment variables, credentials, or config paths are required. The script accepts CLI parameters only, which is appropriate for a local dashboard generator.
Persistence & Privilege
Skill is not always-on and does not request persistent system privileges or modify other skills. It writes an output HTML file to the workspace (as expected) but does not request elevated permissions.
Assessment
This appears to be a straightforward local dashboard generator. Before installing/running: (1) review the full script yourself (or have an engineer do so) if you plan to feed it sensitive patient data — the tool writes files to the workspace; (2) run it first with non-sensitive sample inputs to confirm behavior; (3) open the generated HTML offline and inspect it for any external resource links (CDNs or trackers) before viewing in a browser; (4) run in a sandboxed environment if you have concerns about execution. If you need to use real clinical data, ensure compliance with your organization’s data protection policies and consider sanitizing or aggregating inputs first.

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

latestvk977cy852vcenr6b61f083x0w583612s

License

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

Comments