slack-agent

Fail

Audited by Runlayer on Feb 27, 2026

Risk Level: HIGH
Scan Summary
Max Score
93%
Files
23
Flagged
9
Chunks
33
Flagged Files (9)
slack-agent/wizard/3-configure-environment.mdHIGH
93.4%

Malicious tool definition detected

--- ## Step 3.2: Verify .gitignore Ensure credentials won't be committed: ```bash # Check .gitignore includes .env grep -q "^\.env" .gitignore || echo ".env" >> .gitignore ``` --- ## Next Phase Once the environment is configured, proceed to [Phase 4: Test Locally](./4-test-locally.md).

slack-agent/reference/env-vars.mdHIGH
91.9%

Malicious tool definition detected

**Values:** - `debug` - All logs including debug info - `info` - Standard operational logs - `warn` - Warnings and errors only - `error` - Errors only **Default:** `info` --- ## Local Development Setup Create a `.env` file in your project root: **Using Vercel AI Gateway (recommended):** ```env # Required - Slack credentials only SLACK_BOT_TOKEN=xoxb-your-token-here SLACK_SIGNING_SECRET=your-signing-secret # Development tunnel NGROK_AUTH_TOKEN=your-ngrok-token # Optional NODE_ENV=development LOG_

slack-agent/wizard/5-deploy-production.mdHIGH
90.8%

Malicious tool definition detected

-> Redeploy > > **Note for AI configuration:** > - **Using Vercel AI Gateway?** No AI API keys needed - it handles authentication automatically. > - **Using a direct provider SDK?** Also add your provider's API key (e.g., `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`).

slack-agent/wizard/4-test-locally.mdMEDIUM
89.2%

Malicious tool definition detected

**Pull environment variables** (optional but recommended): ```bash vercel env pull .env.local ``` **Why this is required:** - Vercel AI Gateway uses OIDC tokens for authentication - Running `vercel link` connects your local project to the Vercel platform - This enables the `@ai-sdk/gateway` package to authenticate without API keys - Without this step, AI calls will fail with authentication errors **Note:** You'll complete the full deployment in Phase 5. This step just establishes the connection

slack-agent/reference/ai-sdk.mdMEDIUM
82.6%

Tool passed security scan

Malicious tool definition detected

slack-agent/reference/vercel-setup.mdMEDIUM
80.3%

Malicious tool definition detected

**Solutions:** 1. Use Vercel's Edge Functions where possible 2. Optimize bundle size 3. Consider Vercel's Pro tier for reduced cold starts ## Production Checklist Before going live: - [ ] Environment variables configured for Production - [ ] Slack Request URLs updated to production domain - [ ] Webhook verification successful - [ ] Test message/mention working - [ ] Error handling in place - [ ] Logging configured for debugging - [ ] Rate limiting considered - [ ] Separate production Slack app f

slack-agent/README.mdMEDIUM
79.4%

Malicious tool definition detected

## Features - **Interactive Setup Wizard**: Step-by-step guidance from project creation to production deployment - **Quality Standards**: Embedded testing and code quality requirements - **AI Integration**: Support for Vercel AI Gateway and direct provider SDKs - **Comprehensive Patterns**: Slack-specific development patterns and best practices - **Testing Framework**: Vitest configuration and sample tests ## Installation ### Via skills.sh (Recommended) npx skills add vercel-labs/slack-agent-ski

slack-agent/SKILL.mdLOW
69.6%

Tool passed security scan

slack-agent/.gitignoreLOW
64.5%

Tool passed security scan

Passed Files (14)Click to expand
slack-agent/patterns/slack-patterns.mdOK
48.7%

Tool passed security scan

slack-agent/reference/agent-archetypes.mdOK
45.3%

Tool passed security scan

slack-agent/LICENSEOK
38.0%

Tool passed security scan

slack-agent/wizard/1b-approve-plan.mdOK
34.5%

Tool passed security scan

slack-agent/wizard/6-setup-testing.mdOK
34.3%

Tool passed security scan

slack-agent/wizard/1-project-setup.mdOK
33.4%

Tool passed security scan

slack-agent/templates/vitest.config.tsOK
24.0%

Tool passed security scan

slack-agent/wizard/README.mdOK
19.1%

Tool passed security scan

slack-agent/wizard/2-create-slack-app.mdOK
12.5%

Tool passed security scan

slack-agent/reference/slack-setup.mdOK
8.1%

Tool passed security scan

slack-agent/templates/test-setup.tsOK
6.7%

Tool passed security scan

slack-agent/templates/sample-tests/tools.test.tsOK
4.8%

Tool passed security scan

slack-agent/patterns/testing-patterns.mdOK
2.3%

Tool passed security scan

slack-agent/templates/sample-tests/agent.test.tsOK
2.0%

Tool passed security scan

Audit Metadata
Max File Score
93%
Classification
KNOWN_SERVER_KNOWN_TOOL_LIST
Files Scanned
23
Files Flagged
9
Chunks Analyzed
33
Analyzed
Feb 27, 2026, 09:47 PM
Security Audit — runlayer — slack-agent