Go Concurrency Web
v2.3.0Go concurrency patterns for high-throughput web applications including worker pools, rate limiting, race detection, and safe shared state management. Use whe...
⭐ 0· 81·0 current·0 all-time
byKevin Anderson@anderskev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Go concurrency for web apps) matches the content: worker pools, rate limiting, race detection, handler-safety and examples. The skill requests no binaries, env vars, or installs that would be disproportionate to documentation.
Instruction Scope
SKILL.md contains runnable guidance (go test -race, go build -race, CI workflow) and many code snippets; this is expected for a programming reference. Note: the instructions encourage running tests/builds which will execute code in whatever repo/workspace they are run against — review that target code before executing tests or CI.
Install Mechanism
No install spec and no code files to install; lowest-risk format (instruction-only).
Credentials
The skill declares no required environment variables or credentials. It mentions optional GORACE settings and CI environment configuration in examples, which are reasonable and not secret-related.
Persistence & Privilege
always is false; the skill is user-invocable and does not request persistent presence or modify other skills or system settings.
Assessment
This skill is a documentation/reference pack for Go concurrency patterns and appears internally consistent. It does not request secrets or install code. If you plan to follow its runnable instructions (go test -race, go build, or the provided CI), review the code and tests in the target repository first because those commands will execute code (and tests can make network calls, modify files, or run destructive steps). Also note race-enabled builds are for CI/testing only (they increase memory/time and should not be shipped to production), and the rate-limiting examples warn about trusting proxy headers — follow that guidance when deploying behind reverse proxies.Like a lobster shell, security has layers — review code before you run it.
latestvk97cfzr4nmwp6hn6v1dxr4hesx83d2wx
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
