Back to skill

Security audit

Ipo Alert

Security checks across malware telemetry and agentic risk

Overview

This skill appears to check public Korean IPO schedules and remember prior alerts locally, with no evidence of hidden or destructive behavior.

Install only if you are comfortable with periodic requests to 38.co.kr and a small local state file under ~/.config/ipo-alert. Review any cron or HEARTBEAT schedule so it runs only as often as you intend, and delete the state file if you want to reset alert history.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Rogue AgentSelf-Modification, Session Persistence
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
Findings (3)

Lp3

Medium
Category
MCP Least Privilege
Confidence
90% confidence
Finding
The skill declares no explicit permissions, yet its documented behavior includes shell execution (`python3`, `curl`) and writing persistent state to `~/.config/ipo-alert/state.json`. This creates a transparency and least-privilege problem: users or platforms may install the skill without understanding that it can execute commands and modify local files.

Vague Triggers

Medium
Confidence
74% confidence
Finding
The trigger terms are broad stock-market keywords such as 'IPO', '청약', and '상장', which may activate the skill during unrelated financial conversations. Overbroad invocation can cause unnecessary network access, command execution, or persistence behavior in contexts where the user did not intend to use this skill.

Session Persistence

Medium
Category
Rogue Agent
Content
## 설치 후 설정

1. 상태 파일 디렉토리 생성: `mkdir -p ~/.config/ipo-alert`
2. 크론잡 또는 HEARTBEAT.md에 체크 추가

## 스크립트
Confidence
83% confidence
Finding
mkdir -p ~/.config/ipo-alert` 2. 크론잡 또는 HEARTBEAT.md에 체크 추가 ## 스크립트 스킬 디렉토리 기준 상대경로로 실행합니다: ```bash # 스킬 경로 변수 (설치 위치에 맞게) SKILL_DIR="<workspace>/skills/ipo-alert" # 일일 체크 (청약 D-1, 당일 알림) python3

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.