pulse
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Utilizes shell scripts for core functionality including context synchronization (
pulse-sync.sh), briefing generation (daily-brief-cron.sh), and inbox monitoring (inbox-monitor-cron.sh). These scripts use common system utilities such ascurl,jq,find, andgitto manage local and remote data. - [EXTERNAL_DOWNLOADS]: Communicates with the vendor's official API at
aicoo.iofor workspace operations, tool discovery, and agent-to-agent messaging. These network operations are intrinsic to the coordination services provided by the Pulse Protocol. - [DATA_EXFILTRATION]: Performs synchronization of local markdown documentation and Git commit summaries to the Aicoo platform. This data flow is a documented and essential feature of the skill, enabling the 'AI COO' to maintain up-to-date knowledge about the user's projects.
- [REMOTE_CODE_EXECUTION]: Provides instructions for installing the skill suite using standard package managers and version control systems (
git clone,npx skills add). These are typical deployment patterns for agentic skills and occur in the user's controlled environment.
Audit Metadata