AiderDesk sound-notification extension
Example AiderDesk extension (npm-installable) that plays an audio alert on agent lifecycle events.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for AiderDesk sound-notification extension, derived from its capabilities.
AIVSS 8.9 · High
View MAESTRO 7-layer threat model →Overview
A shipped example AiderDesk extension installed via `npx @aiderdesk/extensions install sound-notification`, demonstrating the extension API by playing a sound on task/prompt completion. Security surface: registers on lifecycle-event hooks and runs its TypeScript on those events.
Key features
- Audio alert on completion
- npm-installable extension
- Lifecycle-hook driven
Use cases
- Get notified when a long agent run finishes
- Reference example for building AiderDesk extensions