Skip to content
ai-supply.store
探すカテゴリランキングコミュニティAgent APIFAQ
サインイン無料登録
catalog / Coding / Serena
◇MCP serverCodingFree

Serena

Semantic, symbol-level code retrieval, editing, and refactoring tools that turn your agent into an IDE.

@ai-supply
インストール数523
⟳ upstream v1.7.0 · updated 10d ago
↗ ソースリポジトリ
← More CodingCoding leaderboard →How we grade security →Source ↗
! Grade B · 88/100 · ReviewSecurity assessment
✓No compromise signals34capabilities surfaced1known CVE6of 20 OWASP controls clear
External endpoints declaredExternal endpoints declaredSuspicious code patternsSuspicious network references
scanned 4d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Serena

Serena is a powerful open-source MCP toolkit that turns an AI coding agent into something closer to an IDE, providing semantic code retrieval, editing, refactoring, and debugging tools.

Rather than operating on raw line numbers or text search, Serena works at the symbol level using language servers, giving the agent robust high-level abstractions and relational understanding of the codebase. It integrates with any MCP-compatible client/LLM and is designed to make agents faster and more reliable in large, complex projects.

It is intended for developers who want their coding agent to navigate and modify real codebases with IDE-grade precision.

Rating rank
#1
of 27 in Coding
Install rank
#26
of 27 in Coding
Security score
88/100 · B
review
Security rank
#12
of 27 in Coding
Installs
523
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 4d ago
✓ no compromise signals35 risk-surface · 9/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 · med confidence (static)
⚑ filesystem⚑ shell⚑ network⚑ secrets
egress → oraios.github.io, gh.io, docs.github.com, download.swift.org, sourceforge.net, cloud.r-project.org, docs.python.org, doc.qt.io +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 · oraios-serena-93ec043/news/20260427.html (CWE-77)risk surface
⚠LLM03Supply Chainhigh
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 8 npm dependencies declared · oraios-serena-93ec043/test/resources/repos/angular/test_repo/package.jsonrisk surface
•Dependency manifest — 4 npm dependencies declared · oraios-serena-93ec043/test/resources/repos/vue/test_repo/package.jsonrisk surface
•Vulnerable dependencies — 15 known vulnerabilities in: click@8.3.1, pygments@2.19.2, pyjwt@2.12.0, pytest@8.4.1 (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 — pipe-to-shell install · oraios-serena-93ec043/.github/workflows/pytest.yml (CWE-494)risk surface
•Suspicious code patterns — destructive rm -rf /; pipe-to-shell install · oraios-serena-93ec043/Dockerfile (CWE-78)risk surface
•Suspicious code patterns — OS command execution · oraios-serena-93ec043/docs/create_toc.py (CWE-78)risk surface
•Suspicious code patterns — pickle deserialization · oraios-serena-93ec043/src/serena/hooks.py (CWE-502)risk surface
•Suspicious code patterns — dynamic code execution · oraios-serena-93ec043/src/serena/resources/config/prompt_templates/info_prompts.yml (CWE-95)risk surface
•Suspicious code patterns — unsafe yaml.load · oraios-serena-93ec043/src/serena/util/yaml.py (CWE-502)risk surface
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 2 distinct host(s) · oraios-serena-93ec043/.github/ISSUE_TEMPLATE/issue--bug--performance-problem--question-.mdrisk surface
•External endpoints declared — 1 distinct host(s) · oraios-serena-93ec043/.github/workflows/create-release.ymlrisk surface
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · oraios-serena-93ec043/.github/workflows/pytest.yml (CWE-272)risk surface
•External endpoints declared — 4 distinct host(s) · oraios-serena-93ec043/.github/workflows/pytest.ymlrisk surface
•External endpoints declared — 3 distinct host(s) · oraios-serena-93ec043/.serena/project.ymlrisk surface
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · oraios-serena-93ec043/README.md (CWE-272)risk surface
•External endpoints declared — 7 distinct host(s) · oraios-serena-93ec043/README.mdrisk surface
•External endpoints declared — 10 distinct host(s) · oraios-serena-93ec043/docs/02-usage/030_clients.mdrisk surface
•Egress to an anonymous-paste / tunnel / OOB endpoint — serena-agent-tunnel.trycloudflare.com · oraios-serena-93ec043/docs/03-special-guides/serena_on_chatgpt.md (CWE-200)risk surface
•External endpoints declared — 5 distinct host(s) · oraios-serena-93ec043/docs/03-special-guides/serena_on_chatgpt.mdrisk surface
•External endpoints declared — 8 distinct host(s) · oraios-serena-93ec043/docs/_config.ymlrisk surface
•Egress to a private/loopback host — fdopen.github.io · oraios-serena-93ec043/src/solidlsp/language_servers/ocaml_lsp_server.py (CWE-918)risk surface
•External endpoints declared — 6 distinct host(s) · oraios-serena-93ec043/src/solidlsp/lsp_protocol_handler/lsp_types.pyrisk surface
⚠LLM07System Prompt Leakagemedium
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Internal host / private infrastructure reference — shipped content references a private IP range or internal-only host · oraios-serena-93ec043/test/resources/repos/ansible/test_repo/inventory/hosts.yml (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 · oraios-serena-93ec043/src/serena/dashboard.py (CWE-835)risk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓LLM02Sensitive Information DisclosurePassed
✓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 · oraios-serena-93ec043/news/20260427.html (CWE-77)risk surface
⚠ML06AI Supply Chainhigh
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 8 npm dependencies declared · oraios-serena-93ec043/test/resources/repos/angular/test_repo/package.jsonrisk surface
•Dependency manifest — 4 npm dependencies declared · oraios-serena-93ec043/test/resources/repos/vue/test_repo/package.jsonrisk surface
•Vulnerable dependencies — 15 known vulnerabilities in: click@8.3.1, pygments@2.19.2, pyjwt@2.12.0, pytest@8.4.1 (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 — pipe-to-shell install · oraios-serena-93ec043/.github/workflows/pytest.yml (CWE-494)risk surface
•Suspicious code patterns — destructive rm -rf /; pipe-to-shell install · oraios-serena-93ec043/Dockerfile (CWE-78)risk surface
•Suspicious code patterns — OS command execution · oraios-serena-93ec043/docs/create_toc.py (CWE-78)risk surface
•Suspicious code patterns — pickle deserialization · oraios-serena-93ec043/src/serena/hooks.py (CWE-502)risk surface
•Suspicious code patterns — dynamic code execution · oraios-serena-93ec043/src/serena/resources/config/prompt_templates/info_prompts.yml (CWE-95)risk surface
•Suspicious code patterns — unsafe yaml.load · oraios-serena-93ec043/src/serena/util/yaml.py (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 (103) · hygiene / uncategorized
•Unrecognized file type — '.dockerignore' is not on the allowlist · oraios-serena-93ec043/.dockerignorerisk surface
•Unrecognized file type — '.gitattributes' is not on the allowlist · oraios-serena-93ec043/.gitattributesrisk surface
•Suspicious network references — suspicious TLD (27 URLs) · oraios-serena-93ec043/.github/workflows/pytest.ymlrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · oraios-serena-93ec043/.gitignorerisk surface
•Suspicious network references — suspicious TLD (1 URLs) · oraios-serena-93ec043/.serena/memories/adding_new_language_support_guide.mdrisk surface
•Unrecognized file type — '.?' is not on the allowlist · oraios-serena-93ec043/Dockerfilerisk surface
•Suspicious network references — suspicious TLD (17 URLs) · oraios-serena-93ec043/docs/02-usage/030_clients.mdrisk surface
•Unrecognized file type — '.nix' is not on the allowlist · oraios-serena-93ec043/flake.nixrisk surface
•Unrecognized file type — '.cdr' is not on the allowlist · oraios-serena-93ec043/resources/jetbrains-marketplace-button.cdrrisk surface
•Archive disguised as another type — content is a zip but extension is .cdr · oraios-serena-93ec043/resources/jetbrains-marketplace-button.cdrrisk surface
•Unrecognized file type — '.afdesign' is not on the allowlist · oraios-serena-93ec043/resources/serena-block-diagram.afdesignrisk surface
•Opaque binary content — non-text payload not statically analyzable · oraios-serena-93ec043/resources/serena-block-diagram.afdesignrisk surface
•Unrecognized file type — '.remote' is not on the allowlist · oraios-serena-93ec043/src/interprompt/.syncCommitId.remoterisk surface
•Unrecognized file type — '.this' is not on the allowlist · oraios-serena-93ec043/src/interprompt/.syncCommitId.thisrisk surface
•Suspicious network references — raw IP URL (7 URLs) · oraios-serena-93ec043/src/serena/dashboard.pyrisk surface
•Suspicious network references — suspicious TLD (7 URLs) · oraios-serena-93ec043/src/solidlsp/language_servers/clangd_language_server.pyrisk surface
•Suspicious network references — suspicious TLD (5 URLs) · oraios-serena-93ec043/src/solidlsp/language_servers/dart_language_server.pyrisk surface
•Suspicious network references — suspicious TLD (11 URLs) · oraios-serena-93ec043/src/solidlsp/language_servers/eclipse_jdtls.pyrisk surface
•Suspicious network references — suspicious TLD (2 URLs) · oraios-serena-93ec043/src/solidlsp/language_servers/kotlin_language_server.pyrisk surface
•Suspicious network references — suspicious TLD (26 URLs) · oraios-serena-93ec043/src/solidlsp/language_servers/omnisharp/runtime_dependencies.jsonrisk surface
•Suspicious network references — suspicious TLD (6 URLs) · oraios-serena-93ec043/src/solidlsp/language_servers/phpantom.pyrisk surface
•Suspicious network references — suspicious TLD (18 URLs) · oraios-serena-93ec043/src/solidlsp/resources/downloaded_dependency_hashes.jsonrisk surface
•Unrecognized file type — '.gpr' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/ada/test_repo/default.gprrisk surface
•Unrecognized file type — '.adb' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/ada/test_repo/src/diagnostics_sample.adbrisk surface
•Unrecognized file type — '.ads' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/ada/test_repo/src/helper.adsrisk surface
•Unrecognized file type — '.al' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/al/test_repo/src/Codeunits/CustomerMgt.Codeunit.alrisk surface
•Unrecognized file type — '.bsl' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/bsl/test_repo/CommonModule.bslrisk surface
•Suspicious network references — suspicious TLD (4 URLs) · oraios-serena-93ec043/test/resources/repos/bsl/test_repo/src/ConfigDumpInfo.xmlrisk surface
•Unrecognized file type — '.edn' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/clojure/test_repo/deps.ednrisk surface
•Unrecognized file type — '.clj' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/clojure/test_repo/src/test_app/core.cljrisk surface
•Unrecognized file type — '.c' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/cpp/test_repo/C/a.crisk surface
•Unrecognized file type — '.h' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/cpp/test_repo/C/b.hrisk surface
•Unrecognized file type — '.cu' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/cpp/test_repo/CUDA/a.curisk surface
•Unrecognized file type — '.cpp' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/cpp/test_repo/CXX20/a.cpprisk surface
•Unrecognized file type — '.cppm' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/cpp/test_repo/CXX20/b.cppmrisk surface
•Unrecognized file type — '.hip' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/cpp/test_repo/HIP/a.hiprisk surface
•Unrecognized file type — '.m' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/cpp/test_repo/Objective-C/a.mrisk surface
•Unrecognized file type — '.cl' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/cpp/test_repo/OpenCL/a.clrisk surface
•Unrecognized file type — '.hpp' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/cpp/test_repo/b.hpprisk surface
•Unrecognized file type — '.uproject' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/cpp/ue_test_repo/MyGame.uprojectrisk surface
•Unrecognized file type — '.cr' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/crystal/test_repo/src/diagnostics_sample.crrisk surface
•Unrecognized file type — '.cs' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/csharp/test_repo/DiagnosticsSample.csrisk surface
•Unrecognized file type — '.csproj' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/csharp/test_repo/TestProject.csprojrisk surface
•Unrecognized file type — '.sln' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/csharp/test_repo/serena.slnrisk surface
•Unrecognized file type — '.cue' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/cue/test_repo/cue.mod/module.cuerisk surface
•Unrecognized file type — '.dart' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/dart/test_repo/lib/diagnostics_sample.dartrisk surface
•Unrecognized file type — '.ex' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/elixir/test_repo/lib/diagnostics_sample.exrisk surface
•Unrecognized file type — '.exs' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/elixir/test_repo/mix.exsrisk surface
•Unrecognized file type — '.elm' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/elm/test_repo/DiagnosticsSample.elmrisk surface
•Unrecognized file type — '.erl' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/erlang/test_repo/hello.erlrisk surface
•Unrecognized file type — '.hrl' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/erlang/test_repo/include/records.hrlrisk surface
•Unrecognized file type — '.config' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/erlang/test_repo/rebar.configrisk surface
•Unrecognized file type — '.f90' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/fortran/test_repo/diagnostics_sample.f90risk surface
•Unrecognized file type — '.fs' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/fsharp/test_repo/Calculator.fsrisk surface
•Unrecognized file type — '.fsproj' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/fsharp/test_repo/TestProject.fsprojrisk surface
•Unrecognized file type — '.gleam' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/gleam/test_repo/src/calculator.gleamrisk surface
•Unrecognized file type — '.mod' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/go/test_repo/go.modrisk surface
•Unrecognized file type — '.gradle' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/groovy/test_repo/build.gradlerisk surface
•Unrecognized file type — '.groovy' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/groovy/test_repo/src/main/groovy/com/example/DiagnosticsSample.groovyrisk surface
•Unrecognized file type — '.hs' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/haskell/test_repo/app/Main.hsrisk surface
•Unrecognized file type — '.cabal' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/haskell/test_repo/haskell-test-repo.cabalrisk surface
•Unrecognized file type — '.hxml' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/haxe/test_repo/build.hxmlrisk surface
•Unrecognized file type — '.hx' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/haxe/test_repo/src/DiagnosticsSample.hxrisk surface
•Unrecognized file type — '.hlsl' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/hlsl/test_repo/common.hlslrisk surface
•Unrecognized file type — '.jl' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/julia/test_repo/diagnostics_sample.jlrisk surface
•Unrecognized file type — '.kts' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/kotlin/test_repo/build.gradle.ktsrisk surface
•Unrecognized file type — '.properties' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/kotlin/test_repo/gradle/wrapper/gradle-wrapper.propertiesrisk surface
•Disallowed file type — '.bat' executables are not permitted · oraios-serena-93ec043/test/resources/repos/kotlin/test_repo/gradlew.bat (CWE-434)risk surface
•Unrecognized file type — '.kt' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/kotlin/test_repo/src/main/kotlin/test_repo/DiagnosticsSample.ktrisk surface
•Unrecognized file type — '.tex' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/latex/test_repo/main.texrisk surface
•Unrecognized file type — '.bib' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/latex/test_repo/references.bibrisk surface
•Unrecognized file type — '.lean' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/lean4/test_repo/DiagnosticsSample.leanrisk surface
•Unrecognized file type — '.lua' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/lua/test_repo/main.luarisk surface
•Unrecognized file type — '.luaurc' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/luau/test_repo/.luaurcrisk surface
•Unrecognized file type — '.luau' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/luau/test_repo/src/init.luaurisk surface
•Unrecognized file type — '.mrc' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/msl/test_repo/main.mrcrisk surface
•Unrecognized file type — '.nf' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/nextflow/test_repo/main.nfrisk surface
•Unrecognized file type — '.ml' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/ocaml/test_repo/bin/main.mlrisk surface
•Unrecognized file type — '.mli' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/ocaml/test_repo/lib/test_repo.mlirisk surface
•Unrecognized file type — '.opam' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/ocaml/test_repo/test_repo.opamrisk surface
•Unrecognized file type — '.pas' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/pascal/test_repo/diagnostics_sample.pasrisk surface
•Unrecognized file type — '.pl' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/perl/test_repo/diagnostics_sample.plrisk surface
•Unrecognized file type — '.t' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/perl/test_repo/helper.trisk surface
•Unrecognized file type — '.php' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/php/test_repo/diagnostics_sample.phprisk surface
•Unrecognized file type — '.module' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/php/test_repo/drupal_module.modulerisk surface
•Disallowed file type — '.ps1' executables are not permitted · oraios-serena-93ec043/test/resources/repos/powershell/test_repo/diagnostics_sample.ps1 (CWE-434)risk surface
•Unrecognized file type — '.qml' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/qml/test_repo/src/CustomComponent.qmlrisk surface
•Unrecognized file type — '.rbuildignore' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/r/test_repo/.Rbuildignorerisk surface
•Unrecognized file type — '.r' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/r/test_repo/R/models.Rrisk surface
•Unrecognized file type — '.rego' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/rego/test_repo/policies/authz.regorisk surface
•Unrecognized file type — '.sbt' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/scala/build.sbtrisk surface
•Unrecognized file type — '.scala' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/scala/src/main/scala/com/example/Main.scalarisk surface
•Unrecognized file type — '.scss' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/scss/test_repo/_mixins.scssrisk surface
•Unrecognized file type — '.sol' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/solidity/test_repo/contracts/DiagnosticsSample.solrisk surface
•Unrecognized file type — '.svelte' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/svelte/test_repo/src/lib/components/Counter.svelterisk surface
•Unrecognized file type — '.swift' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/swift/test_repo/Package.swiftrisk surface
•Unrecognized file type — '.sv' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/systemverilog/test_repo/alu.svrisk surface
•Unrecognized file type — '.svh' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/systemverilog/test_repo/types.svhrisk surface
•Unrecognized file type — '.tf' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/terraform/test_repo/data.tfrisk surface
•Unrecognized file type — '.vue' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/vue/test_repo/src/App.vuerisk surface
•Unrecognized file type — '.wl' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/wolfram/test_repo/lib/helper.wlrisk surface
•Unrecognized file type — '.zig' is not on the allowlist · oraios-serena-93ec043/test/resources/repos/zig/test_repo/build.zigrisk surface
•Unrecognized file type — '.ambr' is not on the allowlist · oraios-serena-93ec043/test/serena/__snapshots__/test_symbol_editing.ambrrisk surface
✔ verified source · pinned oraios-serena-93ec043 · changed since last scan · +egress gleam.run, jinja.palletsprojects.com
Check against a policy

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

Consume Serena 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/serena-coding-mcp

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

# CLI
npx ai-supply add serena-coding-mcp

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

# MCP tool
install_listing({ "slug": "serena-coding-mcp" })
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

無料でセキュリティ監査済みのAI機能。スキル、MCP、プラグイン、agent、データセットまで、一つひとつをスコアリングし鮮度も追跡。人にもagentにも使えるように設計されています。

api · v3.1status · all green
お問い合わせ
support@ai-supply.storesecurity@ai-supply.store
カタログ
  • 探す
  • カテゴリ
  • ランキング
  • ベンチマーク
  • セキュリティ
  • Scan a repo
コミュニティ
  • コミュニティ
  • FAQ
エージェント向け
  • クイックスタート (60s)
  • エージェントを認可
  • Agent API
  • OpenAPI 仕様
ビルダー向け
  • 公開する
  • ダッシュボード
アカウント
  • アカウント作成
  • サインイン
  • 設定
法的情報
  • 利用規約
  • パブリッシャー契約
  • 利用規定
  • プライバシーポリシー