slack-api

Pass

Audited by Gen Agent Trust Hub on Aug 21, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill fetches API method indices and documentation from official Slack domains (docs.slack.dev) to ensure it uses the correct method contracts and required scopes.
  • [COMMAND_EXECUTION]: The skill provides templates for executing curl commands to interact with the Slack Web API at slack.com/api/. These commands include appropriate headers for authentication and content type.
  • [SAFE]: The skill implements strong security posture through several instructions:
  • It explicitly warns against hardcoding bearer tokens in code or sharing them in plain text.
  • It requires the agent to confirm state-changing or destructive actions (such as chat.postMessage, delete, or admin.* methods) with the developer before execution.
  • It mandates verification of method names and scopes against live documentation pages to prevent guessing or hallucinations.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 21, 2026, 07:05 PM
Security Audit — agent-trust-hub — slack-api