slack
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Local Tool Execution: The skill utilizes
npxto run theemulateutility for starting a local service. This is a standard development workflow for running scoped tools without global installation. - Local Network Interaction: The skill includes
curlcommands directed atlocalhostto test the emulated API endpoints. This allows for isolated testing of network interactions within the development environment. - Placeholder Security Credentials: Example configuration data includes mock secrets and tokens. These are provided as templates for local setup and follow best practices for secret management by using placeholders.
- Message Data Simulation: The skill is designed to handle various Slack-specific data formats like blocks and attachments. This processing is essential for the emulator's functionality and occurs entirely within the local test context.
Audit Metadata