Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
0 /100
药物经济学评价
药物经济学评价技能包,提供成本-效果分析、成本-效用分析、预算影响分析等计算工具
This is a legitimate pharmacoeconomic evaluation skill containing only mathematical calculation scripts using standard scientific Python libraries (numpy, pandas, scipy). No malicious behavior detected.
Skill Name药物经济学评价
Duration24.9s
Enginepi
Safe to install
No action required. The skill is safe to use.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No file system operations in scripts
Network NONE NONE No network requests in scripts
Shell NONE NONE No subprocess or shell execution
Environment NONE NONE No environment variable access
Skill Invoke NONE NONE No skill invocation behavior
Clipboard NONE NONE No clipboard access
Browser NONE NONE No browser operations
Database NONE NONE No database access

File Tree

13 files · 127.1 KB · 3909 lines
Python 4f · 1856L Markdown 7f · 1698L Text 2f · 355L
├─ 📁 assets
│ └─ 📄 example_asset.txt Text 24L · 889 B
├─ 📁 references
│ ├─ 📝 api_reference.md Markdown 34L · 1012 B
│ ├─ 📝 china_guidelines.md Markdown 262L · 7.0 KB
│ └─ 📝 model_methods.md Markdown 278L · 7.7 KB
├─ 📁 scripts
│ ├─ 🐍 budget_impact_analysis.py Python 420L · 12.8 KB
│ ├─ 🐍 cost_effectiveness_analysis.py Python 480L · 13.2 KB
│ ├─ 🐍 example.py Python 390L · 20.9 KB
│ └─ 🐍 monte_carlo_simulation.py Python 566L · 17.4 KB
├─ 📝 EXPORT_MANIFEST.md Markdown 376L · 10.4 KB
├─ 📄 FILE_MANIFEST.txt Text 331L · 10.3 KB
├─ 📝 PARAMETER_MANAGEMENT.md Markdown 167L · 6.0 KB
├─ 📝 PARAMETER_QUICK_REFERENCE.md Markdown 109L · 3.1 KB
└─ 📝 SKILL.md Markdown 472L · 16.5 KB

Dependencies 4 items

PackageVersionSourceKnown VulnsNotes
numpy * pip No Standard scientific computing library
pandas * pip No Standard data analysis library
scipy * pip No Standard scientific computing library
tqdm * pip No Optional progress bar, imported with try/except fallback

Security Positives

✓ Pure mathematical calculation scripts using standard scientific libraries (numpy, pandas, scipy)
✓ No shell execution, subprocess, or system command invocation
✓ No network requests or external communication
✓ No credential harvesting or sensitive data access
✓ No obfuscation techniques (base64, eval, etc.)
✓ SKILL.md accurately documents all script functionality
✓ Uses optional tqdm library with graceful fallback if not installed
✓ No supply chain risks - only standard well-established scientific Python packages