扫描报告
5 /100
design-norm-quantity
度量衡测不准关键因子配比估量估价系统 v3.3 - Construction cost estimation with Monte Carlo simulation
Legitimate construction cost estimation system with no malicious behavior detected. All functionality is declared and serves legitimate engineering purposes.
可以安装
This skill is safe to use. The web crawling and PDF download capabilities are explicitly declared and serve the stated purpose of fetching official construction cost data and international QS standards.
安全发现 4 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Web Crawling Declared | scripts/crawler.py:1 |
| 提示 | International Standards Download | scripts/download_international_qs.py:33 |
| 提示 | Local Data Storage | scripts/db_connector.py:34 |
| 低危 | HTTP URLs in Crawler | scripts/crawler.py |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md declares reference data access, code reads JSON files from references/ … |
| 网络访问 | READ | READ | ✓ 一致 | crawler.py and download_international_qs.py explicitly declared with URLs to gov… |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution found in any script |
| 环境变量 | NONE | NONE | — | No os.environ access for credential harvesting |
| 数据库 | READ | READ | ✓ 一致 | db_connector.py creates local SQLite database in ~/.workbuddy/data/ for cost ind… |
14 项发现
中危 外部 URL 外部 URL
https://www.szjs.gov.cn scripts/crawler.py:137 中危 外部 URL 外部 URL
http://www.gzgzc.com.cn scripts/crawler.py:150 中危 外部 URL 外部 URL
http://szgczjxh.com scripts/crawler.py:163 中危 外部 URL 外部 URL
https://www.gldcost.com/ scripts/crawler.py:189 中危 外部 URL 外部 URL
https://api.gldcost.com/v1/indicator scripts/crawler.py:195 中危 外部 URL 外部 URL
https://www.rics.org/content/dam/ricsglobal/documents/standards/nrm_1_order_of_cost_estimating_and_cost_planning_2nd_edi... scripts/download_international_qs.py:33 中危 外部 URL 外部 URL
https://www.rics.org/content/dam/ricsglobal/documents/standards/october_2021_nrm_2.pdf scripts/download_international_qs.py:38 中危 外部 URL 外部 URL
https://edshare.gcu.ac.uk/3948/2/PDF/NRM24~27.pdf scripts/download_international_qs.py:43 中危 外部 URL 外部 URL
https://www.rics.org/content/dam/ricsglobal/documents/standards/Cost-analysis-and-benchmarking_2nd-edition.pdf scripts/download_international_qs.py:50 中危 外部 URL 外部 URL
https://media.arcadis.com/-/media/project/arcadiscom/com/perspectives/asia/publications/cch/2025/2025-cnhk-cost-handbook... scripts/download_international_qs.py:57 中危 外部 URL 外部 URL
https://wwvv.hkis.org.hk/ufiles/QS-costplans2016.pdf scripts/download_international_qs.py:64 中危 外部 URL 外部 URL
https://dlsconsultant.com/wp-content/uploads/2024/02/DLS-Quarterly-Report-Q1-2023-20250509.pdf scripts/download_international_qs.py:71 中危 外部 URL 外部 URL
https://www.iqytechnicalcollege.com/quantitysurveyorspocketbook.pdf scripts/download_international_qs.py:78 中危 外部 URL 外部 URL
https://assets.thalia.media/doc/artikel/cfb/b63/cfbb6327f516071fbfc2bc715c9b854000f165f5.pdf scripts/download_international_qs.py:85 目录结构
25 文件 · 455.5 KB · 10375 行 Python 16f · 7170L
JSON 6f · 1651L
Markdown 3f · 1554L
├─
▾
references
│ ├─
building-norms.json
JSON
│ ├─
design-quantity-ratios.json
JSON
│ ├─
innovative-ratios-v2.json
JSON
│ ├─
material-factors-v3.json
JSON
│ ├─
mep-quantity-ratios.json
JSON
│ └─
region-adjustments.json
JSON
├─
▾
scripts
│ ├─
crawler.py
Python
│ ├─
data_calibrator.py
Python
│ ├─
db_connector.py
Python
│ ├─
download_international_qs.py
Python
│ ├─
global_engineering_qs.py
Python
│ ├─
interactive_demo.py
Python
│ ├─
international_qs_methods.py
Python
│ ├─
material_factor_engine.py
Python
│ ├─
quantity_estimator_v2.py
Python
│ ├─
quantity_estimator.py
Python
│ ├─
run_demo.py
Python
│ ├─
test_calibrator.py
Python
│ ├─
test_estimator_v2.py
Python
│ ├─
test_v32.py
Python
│ ├─
uncertainty_calculator.py
Python
│ └─
uncertainty_estimator.py
Python
├─
PROTOCOL.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
requests | * | pip | 否 | Standard HTTP library, version not pinned but no known vulnerabilities exploited |
sqlite3 | builtin | stdlib | 否 | Python standard library |
安全亮点
✓ No base64 encoded payloads or obfuscated code
✓ No reverse shell, C2, or data exfiltration mechanisms
✓ No credential harvesting from environment variables
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No eval() or dynamic code execution
✓ No remote script execution (curl|bash, wget|sh)
✓ All network activity is explicitly documented in SKILL.md
✓ Uses standard, well-known libraries (requests, sqlite3)
✓ Legitimate engineering cost estimation functionality
✓ Industry-standard Monte Carlo simulation implementation