Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

korotovsky/slack-mcp-server

https://github.com/korotovsky/slack-mcp-server · scanned 2026-05-14 22:54 UTC (3 weeks ago) · 10 languages

38 findings (17 legacy + 21 scanner) 62nd percentile · Go · small (2-20K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 weeks ago · v1 · 14 findings from 1 source. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-17-v4 calibration-aware
Component Sub-score Weight Contribution
structure_score 100.0 0.15 15.00
security_score 90.6 0.25 22.65
testing_score 80.0 0.20 16.00
documentation_score 60.0 0.15 9.00
practices_score 75.0 0.15 11.25
code_quality 62.2 0.10 6.22
Overall 1.00 80.1
Calibrated penalty buckets (security_score): agent: 2.2 · docker: 7.2
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 127 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
docker-compose.dev.yml software healthy docker-compose.dev.yml
manifest-dxt.json software healthy manifest-dxt.json
README.md software healthy README.md
docker-compose.toolkit.yml software healthy docker-compose.toolkit.yml
Dockerfile software healthy Dockerfile
go.mod software healthy go.mod
Makefile software healthy Makefile
SECURITY.md software healthy SECURITY.md
docker-compose.yml software healthy docker-compose.yml
01-authentication-setup.md software healthy docs/01-authentication-setup.md
02-installation.md software healthy docs/02-installation.md
03-configuration-and-usage.md software healthy docs/03-configuration-and-usage.md
main.go software healthy cmd/slack-mcp-server/main.go
package.json software healthy npm/slack-mcp-server-linux-amd64/package.json
package.json software healthy npm/slack-mcp-server-darwin-arm64/package.json
package.json software healthy npm/slack-mcp-server-windows-arm64/package.json
package.json software healthy npm/slack-mcp-server/package.json
package.json software healthy npm/slack-mcp-server-darwin-amd64/package.json
package.json software healthy npm/slack-mcp-server-linux-arm64/package.json
package.json software healthy npm/slack-mcp-server-windows-amd64/package.json
dependabot.yml software healthy .github/dependabot.yml
security-trivy.yaml software healthy .github/workflows/security-trivy.yaml
release-image.yaml software healthy .github/workflows/release-image.yaml
unit-tests.yaml software healthy .github/workflows/unit-tests.yaml
release.yaml software healthy .github/workflows/release.yaml
integration-tests.yaml software healthy .github/workflows/integration-tests.yaml
cache_test.go software healthy pkg/provider/cache_test.go
README.md software healthy pkg/provider/README.md
api.go software healthy pkg/provider/api.go
api_edge_fallback_test.go software healthy pkg/provider/api_edge_fallback_test.go
api_cache_test.go software healthy pkg/provider/api_cache_test.go
api_channels_test.go software healthy pkg/provider/api_channels_test.go
api_patch_test.go software healthy pkg/provider/api_patch_test.go
edge.go software healthy pkg/provider/edge/edge.go
conversations.go software healthy pkg/provider/edge/conversations.go
dms.go software healthy pkg/provider/edge/dms.go
userlist.go software healthy pkg/provider/edge/userlist.go
search.go software healthy pkg/provider/edge/search.go
slacker.go software healthy pkg/provider/edge/slacker.go
saved.go software healthy pkg/provider/edge/saved.go
client.go software healthy pkg/provider/edge/client.go
users.go software healthy pkg/provider/edge/users.go
slacker_test.go software healthy pkg/provider/edge/slacker_test.go
prefs.go software healthy pkg/provider/edge/prefs.go
client_boot.go software healthy pkg/provider/edge/client_boot.go
fasttime_386.go software healthy pkg/provider/edge/fasttime/fasttime_386.go
fasttime.go software healthy pkg/provider/edge/fasttime/fasttime.go
fasttime_x64.go software healthy pkg/provider/edge/fasttime/fasttime_x64.go
fasttime_test.go software healthy pkg/provider/edge/fasttime/fasttime_test.go
text_processor_test.go software healthy pkg/text/text_processor_test.go

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
docs software healthy docs
cmd software healthy cmd
slack-mcp-server software healthy cmd/slack-mcp-server
npm software healthy npm
slack-mcp-server-linux-amd64 software healthy npm/slack-mcp-server-linux-amd64
slack-mcp-server-darwin-arm64 software healthy npm/slack-mcp-server-darwin-arm64
slack-mcp-server-windows-arm64 software healthy npm/slack-mcp-server-windows-arm64
slack-mcp-server software healthy npm/slack-mcp-server
slack-mcp-server-darwin-amd64 software healthy npm/slack-mcp-server-darwin-amd64
slack-mcp-server-linux-arm64 software healthy npm/slack-mcp-server-linux-arm64
slack-mcp-server-windows-amd64 software healthy npm/slack-mcp-server-windows-amd64
.github software healthy .github
workflows software healthy .github/workflows
pkg software healthy pkg
provider software healthy pkg/provider
edge software healthy pkg/provider/edge
fasttime software healthy pkg/provider/edge/fasttime
text software healthy pkg/text
test software healthy pkg/test
util software healthy pkg/test/util
handler software healthy pkg/handler
transport software healthy pkg/transport
server software healthy pkg/server
auth software healthy pkg/server/auth
limiter software healthy pkg/limiter
version software healthy pkg/version

LabelLayerStatusPath
NPM_TOKEN cicd healthy
GO_VERSION cicd healthy
SLACK_MCP_XOXP_TOKEN cicd healthy
SLACK_MCP_OPENAI_API cicd healthy
NGROK_AUTH_TOKEN cicd healthy
TAG cicd healthy
DOCKERHUB_IMAGE_NAME cicd healthy
GITHUB_TOKEN cicd healthy

LabelLayerStatusPath
auth::pkg/provider/api_edge_fallback_test.go security healthy pkg/provider/api_edge_fallback_test.go
auth::manifest-dxt.json security healthy manifest-dxt.json
auth::pkg/server/server.go security healthy pkg/server/server.go
auth::pkg/provider/edge/users.go security healthy pkg/provider/edge/users.go
auth::pkg/provider/api.go security healthy pkg/provider/api.go
auth::pkg/handler/conversations.go security healthy pkg/handler/conversations.go

LabelLayerStatusPath
gha::security-trivy cicd healthy .github/workflows/security-trivy.yaml
gha::release-image cicd healthy .github/workflows/release-image.yaml
gha::unit-tests cicd healthy .github/workflows/unit-tests.yaml
gha::release cicd healthy .github/workflows/release.yaml
gha::integration-tests cicd healthy .github/workflows/integration-tests.yaml

LabelLayerStatusPath
trivy-fs cicd healthy .github/workflows/security-trivy.yaml
build cicd healthy .github/workflows/release-image.yaml
unit-tests cicd healthy .github/workflows/unit-tests.yaml
release cicd healthy .github/workflows/release.yaml
integration-tests cicd healthy .github/workflows/integration-tests.yaml

LabelLayerStatusPath
136.0.0.0 network healthy manifest-dxt.json
127.0.0.1 network healthy cmd/slack-mcp-server/main.go
120.0.0.0 network healthy pkg/transport/transport.go

LabelLayerStatusPath
port:3001 network healthy docker-compose.dev.yml
port:40000 network healthy docker-compose.dev.yml

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
mcp-server hardware healthy docker-compose.yml

LabelLayerStatusPath
repobility-clone-elve_rxa software healthy /tmp/repobility-clone-elve_rxa
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/0d5abec3-be66-4d8f-bd41-1c17d218e26f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0d5abec3-be66-4d8f-bd41-1c17d218e26f/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.