Native macOS notifications for AI coding agents
npm postinstall fetches an unverified remote application archive and installs it in the user's Applications directory. It also adds behavior-bearing skills to several AI-agent control surfaces without an explicit setup command.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgThe manifest automatically runs the installer during npm postinstall.
package.jsonView on unpkg · L11Package source references child process execution.
bin/agent-notify.jsView on unpkg · L4Source creates an unconsented AI-agent control surface through install-time mutation or a default unauthenticated remote skill channel.
scripts/npm-install.jsView on unpkg · L57A single source file combines environment access, network access, and code or shell execution; review context before blocking.
scripts/npm-install.jsView on unpkg · L3Manifest-trigger-reachable source writes behavior-bearing configuration into a user or project AI-agent control surface.
scripts/npm-install.jsView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkg · L15The manifest automatically runs the installer during npm postinstall.
package.jsonView on unpkg · L11Package source references child process execution.
bin/agent-notify.jsView on unpkg · L4A single source file combines environment access, network access, and code or shell execution; review context before blocking.
scripts/npm-install.jsView on unpkg · L3Source creates an unconsented AI-agent control surface through install-time mutation or a default unauthenticated remote skill channel.
scripts/npm-install.jsView on unpkg · L57Manifest-trigger-reachable source writes behavior-bearing configuration into a user or project AI-agent control surface.
scripts/npm-install.jsView on unpkg