CDE 药物查询(drug query in CDE/CENTER FOR DRUG EVALUATION)
PassAudited by ClawScan on Apr 15, 2026.
Overview
The skill's code, instructions, and requirements are consistent with a Selenium-based scraper for the public CDE website and do not request unrelated credentials or hidden endpoints.
This skill is a coherent Selenium-based scraper for the public CDE website and does not ask for API keys or unrelated credentials. Before installing, be aware that: (1) it needs Python and the selenium package and requires a local Chrome/Chromium that Selenium can launch; (2) it will open a real browser (headless by default) and access https://www.cde.org.cn, so run it on machines where you are comfortable allowing outbound HTTP(S) to that site; (3) if your browser environment has authenticated sessions or extensions that expose extra data, Selenium-launched browsers could inherit some of that context — run in a clean profile/isolated environment if that matters; (4) review the included scripts (cde_client.py, normalizers.py, models.py) if you need to confirm behavior; and (5) test with --show-browser first to confirm expected behavior and ensure your Chrome/Selenium versions are compatible. Overall the bundle appears consistent with its stated purpose.
