Clinicaltrials Gov Parser
v0.1.0Monitor and summarize competitor clinical trial status changes from ClinicalTrials.gov. Trigger: When user asks to track clinical trials, monitor trial statu...
⭐ 0· 125·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
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the code and SKILL.md: the package queries ClinicalTrials.gov, parses trial records, and summarizes status changes. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md and examples confine the agent to searching, retrieving, and summarizing trials from the ClinicalTrials.gov API. Instructions do not ask the agent to read unrelated files or environment variables or send data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with a single Python script and a requirements.txt (requests, dataclasses). There is no installer that downloads arbitrary archives or runs remote installers. The only required action is pip install -r requirements.txt which is proportional.
Credentials
No environment variables, credentials, or config paths are required. The network usage is limited to the documented ClinicalTrials.gov API endpoint (https://clinicaltrials.gov/api/v2), which is appropriate for the stated function.
Persistence & Privilege
Skill is not always-on and does not request elevated platform privileges or modify other skills. It can run network requests but does not declare permanent presence or privileged system changes.
Assessment
This skill appears internally consistent with its stated purpose. Before installing or running: (1) review the full scripts/main.py (CLI portion) to confirm it does not write outside the workspace or call any unexpected endpoints, (2) run it in a sandboxed environment because it performs network calls and executes Python code, (3) audit dependencies (requests is expected; dataclasses is harmless but unnecessary on modern Python), and (4) ensure your use of competitor monitoring complies with your organization’s legal and ethical policies. If you need the agent to run autonomously, consider limiting network access or monitoring outbound traffic to detect any unexpected exfiltration.Like a lobster shell, security has layers — review code before you run it.
latestvk9780a39srg9tn6xz3g64t19js835626
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
