cal
Manages schedules, appointments, and meetings with natural language processing for dates, storing data in JSON format.
Install this skill
or
70/100
Security score
The cal skill was audited on May 14, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 3
Access to hidden dotfiles in home directory
SourceSKILL.md
| 3 | description: 일정·약속·미팅 관리. 추가·조회·삭제·고정 명령어 지원. 자연어 날짜 (내일/모레/오늘) 처리. 데이터는 `~/.jean/schedule/schedules.json` 에 저장 — 외부 status line 등이 참조 가능. 사용자가 일정을 잡거나 약속을 추가하거나 다가오는 미팅을 확인하려 할 때 호출. 키워드 — 일정, 약속, 미팅 |
medium line 10
Access to hidden dotfiles in home directory
SourceSKILL.md
| 10 | 일정을 `~/.jean/schedule/schedules.json`에서 관리한다. |
medium line 14
Access to hidden dotfiles in home directory
SourceSKILL.md
| 14 | - 활성 일정: `~/.jean/schedule/schedules.json` |
medium line 15
Access to hidden dotfiles in home directory
SourceSKILL.md
| 15 | - 지난 일정 archive: `~/.jean/schedule/archive.json` (자동 정리 시 이전됨) |
medium line 128
Access to hidden dotfiles in home directory
SourceSKILL.md
| 128 | 이 스킬은 데이터 CRUD 만 담당. status line 표시 자체는 별도 설정 (`~/.claude/settings.json` 의 `statusLine` 또는 외부 스크립트) 에서 `~/.jean/schedule/schedules.json` 을 읽어 처리한다. 이 스킬의 책임은 그 데이터 파일을 일관된 형태로 유지하는 것까지. |
medium line 133
Access to hidden dotfiles in home directory
SourceSKILL.md
| 133 | - `~/.jean/schedule/` 디렉토리가 없으면 `mkdir -p`로 생성 |
Scanned on May 14, 2026
View Security Dashboard