Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / Coding / Cline
◉AgentCodingFree

Cline

Apache-2.0 autonomous coding agent VS Code extension — plans, writes, runs, and debugs code end-to-end in your editor.

@ai-supply
Installs161k
⟳ upstream v4.0.11 · updated 2d ago
↗ Source repository
← More CodingCoding leaderboard →How we grade security →Source ↗
! Grade B · 88/100 · ReviewSecurity assessment
✓No compromise signals42capabilities surfaced1known CVE5of 20 OWASP controls clear
External endpoints declaredBroad capability surfaceSuspicious network referencesExternal endpoints declared
scanned 19h ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Cline

Cline is an open-source autonomous coding agent built as a VS Code extension, released under Apache 2.0 by Cline Bot Inc. It operates directly inside your editor, combining LLM reasoning with full access to your file system, terminal, browser, and MCP tools to complete complex software engineering tasks end-to-end — from feature implementation to debugging to PR creation.

Key features

  • VS Code native: runs inside your editor, reads/writes files, executes terminal commands
  • Multi-step task execution: plan → implement → test → debug, all in one session
  • Any LLM: Claude, GPT-4, Gemini, local Ollama models — configurable in settings
  • Built-in browser tool for live web research and testing
  • MCP tool support — connect to any MCP server from within your agent session
  • Transparent: shows every planned action for human approval before execution
  • Apache-2.0 license

Quick start

1. Install "Cline" from VS Code Marketplace
2. Configure your LLM API key (Anthropic / OpenAI / etc.) in settings
3. Open a project folder in VS Code
4. Open Cline (Ctrl/Cmd + Shift + P → "Cline: Open")
5. Type your task:
   "Add a dark mode toggle to this React app. Update the CSS, add a context provider, and write a Vitest test."
6. Cline will plan the changes, show them to you, and execute on approval.

Install via ai-supply

npx ai-supply add cline-coding-agent

Curated mirror of the open-source Cline (Apache-2.0). Get it from the source.

Rating rank
#1
of 27 in Coding
Install rank
#10
of 27 in Coding
Security score
88/100 · B
review
Security rank
#12
of 27 in Coding
Installs
161k
cat avg 157k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Coding leaderboard →
! Security: Review · 8888/100 · grade Bscanned 19h ago
✓ no compromise signals43 risk-surface · 10/20 OWASP controls flagged

Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.

What this capability can do · high confidence (static)
Tools (22)
submit_reviewdeploysay_hellodo_thingsearch_issuessubmit_answerHomeSettingsHelpPlanActProviderplugin_echoclinediscordsettings_plugin_toolskill-onefind-skillserasereviewswitch_to_act_modeecho
⚑ filesystem⚑ shell⚑ network⚑ secrets
egress → docs.cline.bot, discord.gg, api.together.xyz, my-proxy.example.com, cli.github.com, ziglang.org, ..., api.example.com +32

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).

OWASP Top 10 for LLM Applications
⚠LLM01Prompt Injectionhigh
Adversarial instructions embedded in an artifact that hijack a downstream LLM.
•Prompt-injection phrasing — instruction-subversion language detected · cline-cline-d5b966d/.clinerules/workflows/git-branch-analysis.md (CWE-77)risk surface
⚠LLM02Sensitive Information Disclosurehigh
Secrets, credentials or PII shipped inside the artifact.
•Embedded credentials — found: hardcoded credential · cline-cline-d5b966d/apps/cli/src/commands/auth.test.ts (CWE-798)expected
•Low-confidence secret match — possible: hardcoded credential (test/sample) · cline-cline-d5b966d/apps/cli/src/commands/auth.test.ts (CWE-798)risk surface
•Embedded credentials — found: Slack token · cline-cline-d5b966d/apps/cli/src/connectors/adapters/slack.test.ts (CWE-798)expected
⚠LLM03Supply Chainhigh
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 33 npm dependencies declared · cline-cline-d5b966d/apps/cli/package.jsonrisk surface
•Dependency manifest — 3 npm dependencies declared · cline-cline-d5b966d/apps/cline-hub/package.jsonrisk surface
•Dependency manifest — 50 npm dependencies declared · cline-cline-d5b966d/apps/cline-hub/src/webview/package.jsonrisk surface
•Dependency manifest — 2 npm dependencies declared · cline-cline-d5b966d/apps/examples/cline-core-cli-agent/package.jsonrisk surface
•Dependency manifest — 75 npm dependencies declared · cline-cline-d5b966d/apps/examples/desktop-app/package.jsonrisk surface
•Dependency manifest — 6 npm dependencies declared · cline-cline-d5b966d/apps/examples/menubar/package.jsonrisk surface
•Dependency manifest — 9 npm dependencies declared · cline-cline-d5b966d/apps/examples/vscode/package.jsonrisk surface
•Dependency manifest — 49 npm dependencies declared · cline-cline-d5b966d/apps/examples/vscode/src/webview/package.jsonrisk surface
•Dependency manifest — 5 npm dependencies declared · cline-cline-d5b966d/apps/vscode-rollout/package.jsonrisk surface
•Dependency manifest — 134 npm dependencies declared · cline-cline-d5b966d/apps/vscode/package.jsonrisk surface
•Vulnerable dependencies — 40 known vulnerabilities in: @grpc/grpc-js@1.13.3, @ai-sdk/provider-utils@3.0.28, @hono/node-server@1.19.14, @opentelemetry/core@1.29.0, @opentelemetry/core@1.30.1, @opentelemetry/core@2.1.0, @opentelemetry/core@2.6.1, @opentelemetry/exporter-prometheus@0.56.0 (CWE-1395)known CVE · -12 pts
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — destructive rm -rf / · cline-cline-d5b966d/.claude/hooks/claude-code-for-web-setup.sh (CWE-78)risk surface
•Suspicious code patterns — OS command execution · cline-cline-d5b966d/.github/scripts/coverage_check/util.py (CWE-78)risk surface
•Suspicious code patterns — child_process exec · cline-cline-d5b966d/apps/cli/bin/cline (CWE-78)risk surface
•Suspicious code patterns — environment/secret exfiltration · cline-cline-d5b966d/apps/cli/src/commands/update.test.ts (CWE-200)risk surface
•Suspicious code patterns — dynamic code execution · cline-cline-d5b966d/apps/cli/src/runtime/prompt.ts (CWE-95)risk surface
•Suspicious code patterns — unsafe yaml.load · cline-cline-d5b966d/apps/vscode/src/core/context/instructions/user-instructions/frontmatter.ts (CWE-502)risk surface
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 3 distinct host(s) · cline-cline-d5b966d/.agents/skills/cline-sdk/SKILL.mdrisk surface
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · cline-cline-d5b966d/.agents/skills/cline-sdk/references/clinecore/REFERENCE.md (CWE-272)risk surface
•External endpoints declared — 2 distinct host(s) · cline-cline-d5b966d/.agents/skills/cline-sdk/references/providers/REFERENCE.mdrisk surface
•External endpoints declared — 1 distinct host(s) · cline-cline-d5b966d/.agents/skills/create-pull-request/SKILL.mdrisk surface
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · cline-cline-d5b966d/.github/scripts/coverage_check/workflow.py (CWE-272)risk surface
•Egress to a private/loopback host — 0.0.0.127 · cline-cline-d5b966d/.vscode/tasks.json (CWE-918)risk surface
•External endpoints declared — 4 distinct host(s) · cline-cline-d5b966d/CONTRIBUTING.mdrisk surface
•External endpoints declared — 7 distinct host(s) · cline-cline-d5b966d/README.mdrisk surface
•External endpoints declared — 10 distinct host(s) · cline-cline-d5b966d/apps/cli/README.mdrisk surface
•Egress to a private/loopback host — 127.0.0.1 · cline-cline-d5b966d/apps/cli/src/commands/dashboard.test.ts (CWE-918)risk surface
•Egress to a private/loopback host — 127.0.0.1, [::1], 0.0.0.0 · cline-cline-d5b966d/apps/cline-hub/src/server/browser-auth.test.ts (CWE-918)risk surface
•Egress to an anonymous-paste / tunnel / OOB endpoint — example.ngrok-free.app · cline-cline-d5b966d/apps/cline-hub/src/server/browser-auth.test.ts (CWE-200)risk surface
•External endpoints declared — 6 distinct host(s) · cline-cline-d5b966d/apps/cline-hub/src/server/browser-auth.test.tsrisk surface
•Egress to a private/loopback host — 127.0.0.1, 100.82.5.118 · cline-cline-d5b966d/apps/cline-hub/src/validate-options.ts (CWE-918)risk surface
•External endpoints declared — 9 distinct host(s) · cline-cline-d5b966d/apps/vscode/README.marketplace.mdrisk surface
•External endpoints declared — 17 distinct host(s) · cline-cline-d5b966d/apps/vscode/src/__tests__/config.test.tsrisk surface
•External endpoints declared — 5 distinct host(s) · cline-cline-d5b966d/apps/vscode/src/config.tsrisk surface
•External endpoints declared — 14 distinct host(s) · cline-cline-d5b966d/apps/vscode/src/core/storage/__tests__/syncRemoteMcpServers.test.tsrisk surface
⚠LLM07System Prompt Leakagehigh
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Embedded credentials — found: hardcoded credential · cline-cline-d5b966d/apps/cli/src/commands/auth.test.ts (CWE-798)expected
•Low-confidence secret match — possible: hardcoded credential (test/sample) · cline-cline-d5b966d/apps/cli/src/commands/auth.test.ts (CWE-798)risk surface
•Embedded credentials — found: Slack token · cline-cline-d5b966d/apps/cli/src/connectors/adapters/slack.test.ts (CWE-798)expected
•Internal host / private infrastructure reference — shipped content references a private IP range or internal-only host · cline-cline-d5b966d/apps/vscode/src/__tests__/config.test.ts (CWE-200)risk surface
⚠LLM10Unbounded Consumptionmedium
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
•Potentially unbounded loop — an infinite loop (while True / while(1) / for(;;)) may cause runaway consumption · cline-cline-d5b966d/apps/cli/bin/cline (CWE-835)risk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML02Data Poisoninghigh
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
•Prompt-injection phrasing — instruction-subversion language detected · cline-cline-d5b966d/.clinerules/workflows/git-branch-analysis.md (CWE-77)risk surface
⚠ML06AI Supply Chainhigh
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 33 npm dependencies declared · cline-cline-d5b966d/apps/cli/package.jsonrisk surface
•Dependency manifest — 3 npm dependencies declared · cline-cline-d5b966d/apps/cline-hub/package.jsonrisk surface
•Dependency manifest — 50 npm dependencies declared · cline-cline-d5b966d/apps/cline-hub/src/webview/package.jsonrisk surface
•Dependency manifest — 2 npm dependencies declared · cline-cline-d5b966d/apps/examples/cline-core-cli-agent/package.jsonrisk surface
•Dependency manifest — 75 npm dependencies declared · cline-cline-d5b966d/apps/examples/desktop-app/package.jsonrisk surface
•Dependency manifest — 6 npm dependencies declared · cline-cline-d5b966d/apps/examples/menubar/package.jsonrisk surface
•Dependency manifest — 9 npm dependencies declared · cline-cline-d5b966d/apps/examples/vscode/package.jsonrisk surface
•Dependency manifest — 49 npm dependencies declared · cline-cline-d5b966d/apps/examples/vscode/src/webview/package.jsonrisk surface
•Dependency manifest — 5 npm dependencies declared · cline-cline-d5b966d/apps/vscode-rollout/package.jsonrisk surface
•Dependency manifest — 134 npm dependencies declared · cline-cline-d5b966d/apps/vscode/package.jsonrisk surface
•Vulnerable dependencies — 40 known vulnerabilities in: @grpc/grpc-js@1.13.3, @ai-sdk/provider-utils@3.0.28, @hono/node-server@1.19.14, @opentelemetry/core@1.29.0, @opentelemetry/core@1.30.1, @opentelemetry/core@2.1.0, @opentelemetry/core@2.6.1, @opentelemetry/exporter-prometheus@0.56.0 (CWE-1395)known CVE · -12 pts
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — destructive rm -rf / · cline-cline-d5b966d/.claude/hooks/claude-code-for-web-setup.sh (CWE-78)risk surface
•Suspicious code patterns — OS command execution · cline-cline-d5b966d/.github/scripts/coverage_check/util.py (CWE-78)risk surface
•Suspicious code patterns — child_process exec · cline-cline-d5b966d/apps/cli/bin/cline (CWE-78)risk surface
•Suspicious code patterns — environment/secret exfiltration · cline-cline-d5b966d/apps/cli/src/commands/update.test.ts (CWE-200)risk surface
•Suspicious code patterns — dynamic code execution · cline-cline-d5b966d/apps/cli/src/runtime/prompt.ts (CWE-95)risk surface
•Suspicious code patterns — unsafe yaml.load · cline-cline-d5b966d/apps/vscode/src/core/context/instructions/user-instructions/frontmatter.ts (CWE-502)risk surface
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (30) · hygiene / uncategorized
•Suspicious network references — suspicious TLD (2 URLs) · cline-cline-d5b966d/.agents/skills/cline-sdk/references/providers/REFERENCE.mdrisk surface
•Unrecognized file type — '.?' is not on the allowlist · cline-cline-d5b966d/.agents/skills/publish-clirisk surface
•Suspicious network references — raw IP URL (1 URLs) · cline-cline-d5b966d/.clinerules/debug-harness.mdrisk surface
•Unrecognized file type — '.gitattributes' is not on the allowlist · cline-cline-d5b966d/.gitattributesrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · cline-cline-d5b966d/.gitignorerisk surface
•Unrecognized file type — '.gitmodules' is not on the allowlist · cline-cline-d5b966d/.gitmodulesrisk surface
•Unrecognized file type — '.nvmrc' is not on the allowlist · cline-cline-d5b966d/.nvmrcrisk surface
•Unrecognized file type — '.tool-versions' is not on the allowlist · cline-cline-d5b966d/.tool-versionsrisk surface
•Unrecognized file type — '.worktreeinclude' is not on the allowlist · cline-cline-d5b966d/.worktreeincluderisk surface
•Unrecognized file type — '.cjs' is not on the allowlist · cline-cline-d5b966d/apps/cli/bin/ca-certs.cjsrisk surface
•Unrecognized file type — '.mts' is not on the allowlist · cline-cline-d5b966d/apps/cli/bun.mtsrisk surface
•Unrecognized file type — '.mjs' is not on the allowlist · cline-cline-d5b966d/apps/cli/script/postinstall.mjsrisk surface
•Suspicious network references — raw IP URL (15 URLs) · cline-cline-d5b966d/apps/cli/src/commands/dashboard.test.tsrisk surface
•Suspicious network references — raw IP URL (2 URLs) · cline-cline-d5b966d/apps/cli/src/connectors/adapters/discord.tsrisk surface
•Suspicious network references — raw IP URL (5 URLs) · cline-cline-d5b966d/apps/cline-hub/README.mdrisk surface
•Suspicious network references — raw IP URL (65 URLs) · cline-cline-d5b966d/apps/cline-hub/src/server/browser-auth.test.tsrisk surface
•Suspicious network references — raw IP URL (7 URLs) · cline-cline-d5b966d/apps/cline-hub/src/validate-options.tsrisk surface
•Suspicious network references — raw IP URL (4 URLs) · cline-cline-d5b966d/apps/examples/desktop-app/sidecar/server.tsrisk surface
•Unrecognized file type — '.plist' is not on the allowlist · cline-cline-d5b966d/apps/examples/desktop-app/src-tauri/entitlements.plistrisk surface
•Unrecognized file type — '.icns' is not on the allowlist · cline-cline-d5b966d/apps/examples/desktop-app/src-tauri/icons/icon.icnsrisk surface
•Opaque binary content — non-text payload not statically analyzable · cline-cline-d5b966d/apps/examples/desktop-app/src-tauri/icons/icon.icnsrisk surface
•Unrecognized file type — '.vscodeignore' is not on the allowlist · cline-cline-d5b966d/apps/vscode/.vscodeignorerisk surface
•Unrecognized file type — '.jsonc' is not on the allowlist · cline-cline-d5b966d/apps/vscode/biome.jsoncrisk surface
•Unrecognized file type — '.proto' is not on the allowlist · cline-cline-d5b966d/apps/vscode/proto/cline/account.protorisk surface
•Suspicious network references — suspicious TLD (5 URLs) · cline-cline-d5b966d/apps/vscode/scripts/download-ripgrep.mjsrisk surface
•Disallowed file type — '.ps1' executables are not permitted · cline-cline-d5b966d/apps/vscode/scripts/run-extension-host.ps1 (CWE-434)risk surface
•Suspicious network references — raw IP URL (14 URLs) · cline-cline-d5b966d/apps/vscode/src/core/webview/WebviewProvider.tsrisk surface
•Unrecognized file type — '.grit' is not on the allowlist · cline-cline-d5b966d/apps/vscode/src/dev/grit/console-log.gritrisk surface
•Suspicious network references — raw IP URL (3 URLs) · cline-cline-d5b966d/apps/vscode/src/hosts/external/AuthHandler.tsrisk surface
•Suspicious network references — raw IP URL (6 URLs) · cline-cline-d5b966d/apps/vscode/src/hosts/vscode/__tests__/vscode-to-file-migration.test.tsrisk surface
✔ verified source · pinned cline-cline-d5b966d
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/cline-coding-agent/check). Click a policy:

Consume Cline programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/cline-coding-agent

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/cline-coding-agent/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add cline-coding-agent

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/cline-coding-agent/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "cline-coding-agent" })
OpenAPI spec →
vlatest
! Security: Review · 881mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

Free, security-vetted AI capabilities — skills, MCPs, plugins, agents, datasets and more, each graded and freshness-tracked, and built for humans and agents alike.

api · v3.1status · all green
Contact
support@ai-supply.storesecurity@ai-supply.store
Catalog
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
  • Security
  • Scan a repo
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
Account
  • Create account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy