slack
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Local Service Execution: The skill utilizes
npxto execute theemulatetool. This is a standard development practice for running packages locally without permanent installation. - Local Networking: All described network operations (via
curland SDKs) targetlocalhost. This ensures that data remains within the local environment during testing sessions. - Mock Authentication Configuration: The seed configuration includes placeholder secrets such as
example_client_secretandmy_signing_secret. These are used to configure the local emulator's authentication behavior and are not actual production credentials. - Development Tooling: The skill provides a controlled environment for testing Slack integrations, including OAuth flows and Event API dispatches, which reduces the risk of accidental interactions with live production data.
Audit Metadata