| name | notify |
| version | 0.1.0 |
| description | Send notification to a channel. Channel-agnostic spec โ concrete adapter (Discord/Slack/GoogleChat/etc) provided by host (naia-os/gateway). External-channel data leak risk โ tier T3 (deny-by-default).
|
| tier | T3 |
| triggers | ["notify","send to","์๋ฆผ"] |
| input_schema | {"channel":{"type":"string","required":true,"description":"Channel id with adapter prefix (e.g. discord:general, slack:#dev). Host์ ๋ฑ๋ก๋ adapter๋ง ํ์ฉ (Phase 4.2 enum ๊ฒ์ฆ)."},"message":{"type":"string","required":true,"maxLength":4000,"description":"Notification message"},"priority":{"type":"string","required":false,"enum":["info","warn","urgent"],"description":"Default: info"},"attachments":{"type":"path[]","required":false,"description":"File paths to attach (host์์ path traversal ๊ฒ์ฆ)"}} |
| tags | ["channel","messaging","T3"] |
| author | naia-adk |
notify
Tier T3 (deny-by-default) โ ์ธ๋ถ ์ฑ๋๋ก ๋ฐ์ดํฐ ์ก์ ์ privacy/data-residency risk.
๋ณด์ ์ ์ฑ
(P1-1 fix from paranoid review)
- โ ๋ฐ์ดํฐ ๋์ถ ์ํ: Discord/Slack/GoogleChat ๋ฑ third-party ์๋ฒ์ message ์ก์
- โ channel์ host adapter ๋ฑ๋ก list ๊ฒ์ฆ (naia-os/gateway๊ฐ supported_channels ์ ๊ณต, Phase 4.2)
- attachments ๋ host์์ path traversal ๊ฒ์ฆ
supported channels (host ์ฑ
์)
naia-os/gateway๊ฐ ์ ๊ณตํ๋ adapter ๋ชฉ๋ก:
discord:* โ Discord channel
slack:* โ Slack channel
google-chat:* โ Google Chat space
Phase 4.2์์ host๊ฐ spec์ supported_channels enum ๋์ wire (Reference P0-2 fix).
Spec only โ ์คํ์ naia-agent supervisor โ naia-os/gateway adapter dispatch.