Ipo Alert
v0.1.2한국 공모주 청약/신규상장 일정 알림. 38.co.kr에서 데이터 수집, D-1/당일 알림, 주간 요약 제공.
⭐ 0· 951·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Korean IPO/listing alerts from 38.co.kr) align with the contents: the script fetches pages from 38.co.kr, parses IPO and listing tables, and produces daily/weekly outputs. Required binaries (python3, curl) are appropriate and expected.
Instruction Scope
SKILL.md instructs creating a local state directory, running the provided Python script (daily/weekly/list), and adding a cron/heartbeat entry. The runtime instructions and the script operate on the stated website and a local state file; they do not try to read other system files, request unrelated credentials, or call unexpected external endpoints.
Install Mechanism
No install spec or remote downloads — this is instruction-only with a bundled script. No external archives or packages are fetched by an installer, so nothing arbitrary is written to disk during install beyond the provided files and the state file the script creates at runtime.
Credentials
The skill declares no environment variables or credentials and the code does not access secrets or other environment values. It only writes/reads a state JSON in ~/.config/ipo-alert which is proportionate to its purpose.
Persistence & Privilege
The skill persists minimal state to ~/.config/ipo-alert/state.json to avoid duplicate alerts — this is expected. It does not request always:true and does not modify other skills or system-level agent configuration. Note: the platform default allows autonomous invocation (disable-model-invocation: false), so if you enable this skill an agent could run it on schedule/heartbeat; that is normal but worth considering.
Assessment
This skill appears coherent and limited to scraping 38.co.kr and storing local state. Before installing: (1) Review the check_ipo.py file yourself if you can; it only uses curl and local files but you should confirm you trust the developer and the target website. (2) Expect the script to create ~/.config/ipo-alert/state.json — if you prefer isolation, run it in a sandboxed account or container. (3) Test manually with python3 check_ipo.py list to see output and ensure alerts look correct before adding to a cron/heartbeat. (4) Be aware the agent may run this autonomously on schedule (it requires network access to 38.co.kr); if you want to avoid automatic runs, disable autonomous invocation in the agent or do not add cron/heartbeat entries. (5) The script uses regex HTML parsing which can be brittle; watch for parsing failures if the source site layout changes.Like a lobster shell, security has layers — review code before you run it.
latestvk9715edrf1adv49x83k605wz1980x1n4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binspython3, curl
