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 |
||
|---|---|---|
| .. | ||
| assets | ||
| features | ||
| install.md | ||
| releasing.md | ||
| roadmap.md | ||
| security-and-secrets.md | ||
| setup.md | ||
| sources.md | ||