Scan Report
20 /100
company-information
企业舆情监测与风险预警技能 - Enterprise sentiment monitoring and risk early warning skill
Legitimate enterprise sentiment monitoring skill with minor concerns about hardcoded IP address and broad API endpoint documentation.
Safe to install
Consider using domain name instead of hardcoded IP for API endpoint. Verify FEEDAX API provider legitimacy before production use.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Hardcoded IP Address | scripts/query_company_information.py:33 |
| Low | API Key Configuration Flexibility | scripts/query_company_information.py:340 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | requests.post() to FEEDAX API |
| Filesystem | WRITE | WRITE | ✓ Aligned | generate_csv() and generate_description() functions write CSV/MD files |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md documents CLI usage with python3 scripts/ |
| Environment | READ | READ | ✓ Aligned | os.environ.get('FEEDAX_API_KEY') - only reads provided API key |
| Skill Invoke | NONE | NONE | — | No skill invocation detected |
1 High 8 findings
High IP Address 硬编码 IP 地址
221.6.15.90 README.md:225 Medium External URL 外部 URL
https://blog.gitee.com README.en.md:32 Medium External URL 外部 URL
https://gitee.com/explore README.en.md:33 Medium External URL 外部 URL
https://gitee.com/gvp README.en.md:34 Medium External URL 外部 URL
https://gitee.com/help README.en.md:35 Medium External URL 外部 URL
https://gitee.com/gitee-stars/ README.en.md:36 Medium External URL 外部 URL
https://www.feedax.cn README.md:21 Medium External URL 外部 URL
http://221.6.15.90:18011 scripts/query_company_information.py:35 File Tree
4 files · 43.2 KB · 1358 lines Markdown 3f · 843L
Python 1f · 515L
├─
▾
scripts
│ └─
query_company_information.py
Python
├─
README.en.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
requests | * | pip | No | Version not pinned - consider pinning for reproducibility |
Security Positives
✓ Code is readable and matches documented functionality
✓ No credential exfiltration - API keys only used for authentication
✓ No reverse shell, C2, or data theft patterns detected
✓ Filesystem access limited to output directory (CSV/MD files)
✓ No hidden functionality or suspicious code patterns
✓ Uses standard requests library for HTTP calls
✓ Proper error handling with timeout and exception management