mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-06-24 02:04:11 +00:00
Review feedback found the MFDS food-safety helper and published examples were still sending Foodsafety Korea recall traffic over plain HTTP even though the upstream host already supports HTTPS. This follow-up swaps the sample and live recall URLs to HTTPS and adds narrow regressions that lock both the helper constants and documented sample links against transport regressions. Constraint: Keep the change limited to the approved PR #86 transport-safety follow-up Rejected: Broader MFDS helper refactor | unnecessary for the HTTPS-only fix Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep Foodsafety Korea recall URLs on HTTPS in both helper constants and published examples, including API-key paths Tested: python3 scripts/mfds_drug_safety.py --help; python3 scripts/mfds_drug_safety.py interview --question '타이레놀이랑 판콜 같이 먹어도 되나요?' --symptoms '두드러기와 어지러움'; python3 scripts/mfds_food_safety.py --help; python3 scripts/mfds_food_safety.py interview --question '이 김밥 먹어도 되나요?' --symptoms '복통과 설사'; python3 scripts/mfds_food_safety.py search --query '대장균' --sample-recalls --limit 1; PYTHONPATH=.:scripts python3 -m unittest scripts.test_mfds_drug_safety scripts.test_mfds_food_safety; node --test scripts/skill-docs.test.js; npm run ci Not-tested: Live Foodsafety Korea authenticated recall lookup with an approved API key |
||
|---|---|---|
| .. | ||
| fixtures | ||
| build-region-codes.js | ||
| check-setup.sh | ||
| fine_dust.py | ||
| korean_spell_check.py | ||
| ktx_booking.py | ||
| mfds_drug_safety.py | ||
| mfds_food_safety.py | ||
| patent_search.py | ||
| run-k-skill-proxy.sh | ||
| sillok_search.py | ||
| skill-docs.test.js | ||
| test_fine_dust.py | ||
| test_korean_spell_check.py | ||
| test_ktx_booking.py | ||
| test_mfds_drug_safety.py | ||
| test_mfds_food_safety.py | ||
| test_patent_search.py | ||
| test_sillok_search.py | ||
| validate-skills.sh | ||