Scan Report
0 /100
effect-ts
Effect-TS (Effect) comprehensive development guide for TypeScript. Covers typed error modeling, structured concurrency, dependency injection, resource management, retry/scheduling, streams, Schema validation, observability, HTTP client/server, Effect AI, and MCP servers.
Effect-TS skill is a purely documentation-based skill with no executable code, scripts, or binaries — only Markdown reference files and one JSON eval file. No malicious behavior, credential access, network exfiltration, or hidden functionality was found.
Safe to install
Approve for use. This skill is a documentation-only resource guide for Effect-TS TypeScript library development. No security concerns warrant blocking.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file access code exists in any file. |
| Network | NONE | READ | ✓ Aligned | SKILL.md:28-31 declares external URLs as documentation sources (effect.website, … |
| Shell | NONE | NONE | — | No shell commands, subprocess calls, or bash scripts exist. |
| Environment | NONE | NONE | — | No os.environ iteration or environment variable access exists. |
| Skill Invoke | NONE | NONE | — | No skill self-invocation or cross-skill calls. |
| Clipboard | NONE | NONE | — | No clipboard access code. |
| Browser | NONE | NONE | — | No browser automation or navigation. |
| Database | NONE | NONE | — | No database query code. HTTP.md and observability.md reference external DB conce… |
8 findings
Medium External URL 外部 URL
https://www.apache.org/licenses/ LICENSE.txt:3 Medium External URL 外部 URL
https://effect.website/docs SKILL.md:28 Medium External URL 外部 URL
https://effect.website/llms.txt SKILL.md:29 Medium External URL 外部 URL
https://effect.website/llms-full.txt SKILL.md:30 Medium External URL 外部 URL
https://tim-smart.github.io/effect-io-ai/ SKILL.md:31 Medium External URL 外部 URL
https://api.example.com/users references/http.md:15 Medium External URL 外部 URL
https://api.example.com/data references/http.md:27 Medium External URL 外部 URL
http://json-schema.org/draft-07/schema# references/schema.md:130 File Tree
18 files · 90.2 KB · 2833 lines Markdown 16f · 2619L
Text 1f · 162L
JSON 1f · 52L
├─
▾
evals
│ └─
evals.json
JSON
├─
▾
references
│ ├─
concurrency.md
Markdown
│ ├─
core-patterns.md
Markdown
│ ├─
dependency-injection.md
Markdown
│ ├─
effect-ai.md
Markdown
│ ├─
error-modeling.md
Markdown
│ ├─
http.md
Markdown
│ ├─
llm-corrections.md
Markdown
│ ├─
migration-async.md
Markdown
│ ├─
migration-v4.md
Markdown
│ ├─
observability.md
Markdown
│ ├─
resource-management.md
Markdown
│ ├─
retry-scheduling.md
Markdown
│ ├─
schema.md
Markdown
│ ├─
streams.md
Markdown
│ └─
testing.md
Markdown
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
Security Positives
✓ Purely documentation-based skill with no executable content — zero attack surface
✓ All external URLs point to legitimate, well-known Effect-TS project resources (official docs, GitHub, stable third-party API reference)
✓ Example URLs in HTTP tutorials use the standard placeholder domain api.example.com
✓ Apache 2.0 license is permissive and appropriate for documentation
✓ No scripts, binaries, or dependency files present
✓ No credential, key, or sensitive file access attempted
✓ No base64, eval, curl|bash, wget|sh, or any obfuscation patterns present
✓ No hidden HTML comments or steganographic content
✓ evals/evals.json contains legitimate evaluation criteria for Effect code quality, not test cases for exploitation
✓ Skill content accurately matches its stated purpose as a development guide