Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / Audio & Speech / ESPnet
⬡PipelineAudio & SpeechFree

ESPnet

End-to-end speech processing toolkit covering ASR, TTS, speech translation, enhancement, and speaker diarisation.

@ai-supply
Installs67k
⟳ upstream v.202604-patch1 · updated 3mo ago
↗ Source repository
← More Audio & SpeechAudio & Speech leaderboard →How we grade security →Source ↗
! Grade D · 16/100 · ReviewSecurity assessment
2compromise signals30capabilities surfaced7of 20 OWASP controls clear
Verified secret leak (deep scan)Verified secret leak (deep scan)External endpoints declaredSuspicious code patterns
scanned 16d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

ESPnet

ESPnet is an end-to-end speech processing toolkit jointly developed by Johns Hopkins University, Carnegie Mellon University, and the broader academic community. It provides a complete training-and-inference pipeline for automatic speech recognition (ASR), text-to-speech (TTS), speech translation (ST), speech enhancement (SE), and speaker diarisation.

Key Features

  • State-of-the-art ASR with Transformer, Conformer, and Whisper-based architectures
  • Multilingual and code-switching support across 30+ languages
  • Full pipeline: data preparation → feature extraction → training → decoding
  • Pre-trained models on Hugging Face Hub via espnet_model_zoo
  • Speech2Speech and cascaded/end-to-end speech translation

Quick Start

pip install espnet espnet_model_zoo
from espnet2.bin.asr_inference import Speech2Text

speech2text = Speech2Text.from_pretrained(
    "espnet/kan-bayashi_ljspeech_vits"
)
import soundfile as sf
speech, rate = sf.read("speech.wav")
result = speech2text(speech)
print(result[0][0])  # recognised text
npx ai-supply add espnet-speech-processing

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

Rating rank
#1
of 6 in Audio & Speech
Install rank
#5
of 6 in Audio & Speech
Security score
16/100 · D
review
Security rank
#6
of 6 in Audio & Speech
Installs
67k
cat avg 109k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Audio & Speech leaderboard →
! Security: Review · 1616/100 · grade Dscanned 16d ago
⚠ 2 compromise signals30 risk-surface · 8/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 → aka.ms, download.pytorch.org, developers.google.com, espnet.github.io, help.github.com, pre-commit.com, kaldi-asr.org, huggingface.co +32
220 steps⚑ uses secretsaka.msgithub.comdevelopers.google.comactions/setup-python@v6styfle/cancel-workflow-action@0.13.1actions/checkout@v7joerick/pr-labels-action@v1.0.9actions/checkout@master

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
⚠LLM02Sensitive Information Disclosurecompromise · high
Secrets, credentials or PII shipped inside the artifact.
•Verified secret leak (deep scan) — 1 leak(s): huggingface-access-token · espnet-espnet-427a363/egs2/chime8_task1/diar_asr1/run.sh (CWE-798)compromise
•Verified secret leak (deep scan) — 1 leak(s): huggingface-access-token · espnet-espnet-427a363/egs2/chime7_task1/diar_asr1/run.sh (CWE-798)compromise
⚠LLM07System Prompt Leakagecompromise · high
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 · espnet-espnet-427a363/doc/espnet2_distributed.md (CWE-200)risk surface
•Verified secret leak (deep scan) — 1 leak(s): huggingface-access-token · espnet-espnet-427a363/egs2/chime8_task1/diar_asr1/run.sh (CWE-798)compromise
•Verified secret leak (deep scan) — 1 leak(s): huggingface-access-token · espnet-espnet-427a363/egs2/chime7_task1/diar_asr1/run.sh (CWE-798)compromise
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — destructive rm -rf /; pipe-to-shell install · espnet-espnet-427a363/.devcontainer/ci_cpu/espnet.dockerfile (CWE-78)risk surface
•Suspicious code patterns — destructive rm -rf / · espnet-espnet-427a363/ci/test_configuration_espnet2.sh (CWE-78)risk surface
•Suspicious code patterns — OS command execution · espnet-espnet-427a363/ci/test_demo_ui.py (CWE-78)risk surface
•Suspicious code patterns — world-writable chmod 777 · espnet-espnet-427a363/docker/run.sh (CWE-732)risk surface
•Suspicious code patterns — pickle deserialization · espnet-espnet-427a363/egs2/TEMPLATE/asr1/pyscripts/feats/apply_pca_cuml.py (CWE-502)risk surface
•Suspicious code patterns — dynamic code execution · espnet-espnet-427a363/egs2/TEMPLATE/asr1/pyscripts/feats/ssl_feature_utils.py (CWE-95)risk surface
•Suspicious code patterns — unsafe yaml.load · espnet-espnet-427a363/egs2/TEMPLATE/asr1/pyscripts/utils/make_token_list_from_config.py (CWE-502)risk surface
•Suspicious code patterns — OS command execution; dynamic code execution · espnet-espnet-427a363/egs2/TEMPLATE/asr1/steps/libs/common.py (CWE-78)risk surface
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 2 distinct host(s) · espnet-espnet-427a363/.devcontainer/ci_cpu/devcontainer.jsonrisk surface
•External endpoints declared — 1 distinct host(s) · espnet-espnet-427a363/.devcontainer/ci_cpu/espnet.dockerfilerisk surface
•External endpoints declared — 12 distinct host(s) · espnet-espnet-427a363/CONTRIBUTING.mdrisk surface
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · espnet-espnet-427a363/README.md (CWE-272)risk surface
•External endpoints declared — 30 distinct host(s) · espnet-espnet-427a363/README.mdrisk surface
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · espnet-espnet-427a363/ci/test_demo_ui.py (CWE-272)risk surface
•External endpoints declared — 4 distinct host(s) · espnet-espnet-427a363/doc/README.mdrisk surface
•External endpoints declared — 9 distinct host(s) · espnet-espnet-427a363/doc/espnet1_tutorial.md.oldrisk surface
•External endpoints declared — 6 distinct host(s) · espnet-espnet-427a363/doc/espnet2_distributed.mdrisk surface
•External endpoints declared — 3 distinct host(s) · espnet-espnet-427a363/doc/espnet2_format_wav_scp.mdrisk surface
•Egress to a private/loopback host — 192.168.1.100 · espnet-espnet-427a363/doc/generate_code_doc.py (CWE-918)risk surface
•External endpoints declared — 7 distinct host(s) · espnet-espnet-427a363/doc/vuepress/package-lock.jsonrisk surface
•External endpoints declared — 93 distinct host(s) · espnet-espnet-427a363/egs2/README.mdrisk surface
•External endpoints declared — 5 distinct host(s) · espnet-espnet-427a363/egs2/TEMPLATE/tts2/tts2.shrisk 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 · espnet-espnet-427a363/egs2/TEMPLATE/asr1/pyscripts/text/make_text_scp.py (CWE-835)risk surface
⚠LLM03Supply Chainlow
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 6 npm dependencies declared · espnet-espnet-427a363/doc/vuepress/package.jsonrisk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓LLM01Prompt InjectionPassed
✓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
⚠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 /; pipe-to-shell install · espnet-espnet-427a363/.devcontainer/ci_cpu/espnet.dockerfile (CWE-78)risk surface
•Suspicious code patterns — destructive rm -rf / · espnet-espnet-427a363/ci/test_configuration_espnet2.sh (CWE-78)risk surface
•Suspicious code patterns — OS command execution · espnet-espnet-427a363/ci/test_demo_ui.py (CWE-78)risk surface
•Suspicious code patterns — world-writable chmod 777 · espnet-espnet-427a363/docker/run.sh (CWE-732)risk surface
•Suspicious code patterns — pickle deserialization · espnet-espnet-427a363/egs2/TEMPLATE/asr1/pyscripts/feats/apply_pca_cuml.py (CWE-502)risk surface
•Suspicious code patterns — dynamic code execution · espnet-espnet-427a363/egs2/TEMPLATE/asr1/pyscripts/feats/ssl_feature_utils.py (CWE-95)risk surface
•Suspicious code patterns — unsafe yaml.load · espnet-espnet-427a363/egs2/TEMPLATE/asr1/pyscripts/utils/make_token_list_from_config.py (CWE-502)risk surface
•Suspicious code patterns — OS command execution; dynamic code execution · espnet-espnet-427a363/egs2/TEMPLATE/asr1/steps/libs/common.py (CWE-78)risk surface
⚠ML06AI Supply Chainlow
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 6 npm dependencies declared · espnet-espnet-427a363/doc/vuepress/package.jsonrisk 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.
✓ML02Data PoisoningPassed
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
✓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 (25) · hygiene / uncategorized
•Unrecognized file type — '.continueignore' is not on the allowlist · espnet-espnet-427a363/.continueignorerisk surface
•Unrecognized file type — '.coveragerc' is not on the allowlist · espnet-espnet-427a363/.coveragercrisk surface
•Unrecognized file type — '.dockerfile' is not on the allowlist · espnet-espnet-427a363/.devcontainer/ci_cpu/espnet.dockerfilerisk surface
•Unrecognized file type — '.dockerignore' is not on the allowlist · espnet-espnet-427a363/.dockerignorerisk surface
•Unrecognized file type — '.eol' is not on the allowlist · espnet-espnet-427a363/.github/workflows/automerge.yml.eolrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · espnet-espnet-427a363/.gitignorerisk surface
•Unrecognized file type — '.?' is not on the allowlist · espnet-espnet-427a363/LICENSErisk surface
•Suspicious network references — suspicious TLD (3 URLs) · espnet-espnet-427a363/ci/install.shrisk surface
•Suspicious network references — suspicious TLD (2 URLs) · espnet-espnet-427a363/ci/install_macos.shrisk surface
•Suspicious network references — raw IP URL (1 URLs) · espnet-espnet-427a363/ci/test_demo_ui.pyrisk surface
•Unrecognized file type — '.old' is not on the allowlist · espnet-espnet-427a363/doc/espnet1_tutorial.md.oldrisk surface
•Suspicious network references — raw IP URL (5 URLs) · espnet-espnet-427a363/doc/generate_code_doc.pyrisk surface
•Disallowed file type — '.bat' executables are not permitted · espnet-espnet-427a363/doc/make.bat (CWE-434)risk surface
•Unrecognized file type — '.bib' is not on the allowlist · espnet-espnet-427a363/doc/paper/espnet-se++/paper.bibrisk surface
•Unrecognized file type — '.scss' is not on the allowlist · espnet-espnet-427a363/doc/vuepress/src/.vuepress/styles/config.scssrisk surface
•Unrecognized file type — '.default_args' is not on the allowlist · espnet-espnet-427a363/docker/.default_argsrisk surface
•Suspicious network references — suspicious TLD (215 URLs) · espnet-espnet-427a363/egs2/README.mdrisk surface
•Unrecognized file type — '.conf' is not on the allowlist · espnet-espnet-427a363/egs2/TEMPLATE/asr1/conf/fbank.confrisk surface
•Unrecognized file type — '.pl' is not on the allowlist · espnet-espnet-427a363/egs2/TEMPLATE/asr1/scripts/utils/remove_punctuation.plrisk surface
•Suspicious network references — suspicious TLD (104 URLs) · espnet-espnet-427a363/egs2/TEMPLATE/tts1/README.mdrisk surface
•Unrecognized file type — '.scp' is not on the allowlist · espnet-espnet-427a363/egs2/acesinger/svs1/local/midi-note.scprisk surface
•Unrecognized file type — '.dict' is not on the allowlist · espnet-espnet-427a363/egs2/aesrc2020/asr1/local/files/ar.dictrisk surface
•Unrecognized file type — '.patch' is not on the allowlist · espnet-espnet-427a363/egs2/aishell4/enh1/local/generate_fe_trainingdata.py.patchrisk surface
•Unrecognized file type — '.cfg' is not on the allowlist · espnet-espnet-427a363/egs2/ami/asr1/conf/ami_beamformit.cfgrisk surface
•Unrecognized file type — '.orig' is not on the allowlist · espnet-espnet-427a363/egs2/ami/asr1/local/split_dev.origrisk surface
✔ verified source · pinned espnet-espnet-427a363
Check against a policy

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

Consume ESPnet 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/espnet-speech-processing

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

# CLI
npx ai-supply add espnet-speech-processing

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

# MCP tool
install_listing({ "slug": "espnet-speech-processing" })
OpenAPI spec →
vlatest
! Security: Review · 161mo 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