Korea Domestic Flights
Analysis
This flight-search skill is mostly purpose-aligned, but it depends on an unbundled local scraper from a tmp path and can persist recurring price-alert checks, so its setup should be reviewed before use.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
This skill wraps the local project clone at: `tmp/Scraping-flight-information` ... Main reused entry points: `scraping.searcher.FlightSearcher`, `scraping.parallel.ParallelSearcher`
The core flight-search implementation is delegated to a local project outside the provided artifact manifest, with no source URL, commit pin, or install spec shown.
command = [sys.executable, str(SCRIPT_DIR / script_name), *extra_args]; return subprocess.call(command)
The chat wrapper executes local Python scripts as part of dispatching searches. This is purpose-aligned and uses argument lists rather than shell commands, but it is still local code execution.
가격 감시 기능은 기본적으로 `skills/korea-domestic-flights/price-alert-rules.json` 파일을 사용한다 ... 정기 점검 ... `python skills/korea-domestic-flights/scripts/price_alerts.py check`
The skill stores price-watch state locally and is designed to be run repeatedly by an external cron/briefing layer.
