Unpinned Dependencies
Low
- Category
- Supply Chain
- Content
"author": "飞书助手", "license": "MIT", "dependencies": { "baostock": "^1.0", "pandas": "^2.0" } }- Confidence
- 86% confidence
- Finding
- "baostock": "^1.0"
Security audit
Security checks across malware telemetry and agentic risk
This skill does what it says: it uses Python to fetch public A-share stock listings from Baostock and save local JSON/CSV results.
Install only if you are comfortable with the script making a public Baostock network request and writing JSON/CSV files locally. For better reproducibility, pin baostock and pandas versions when installing in production or a shared environment.
"author": "飞书助手",
"license": "MIT",
"dependencies": {
"baostock": "^1.0",
"pandas": "^2.0"
}
}"license": "MIT",
"dependencies": {
"baostock": "^1.0",
"pandas": "^2.0"
}
}62/62 vendors flagged this skill as clean.
No suspicious patterns detected.