Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / Gaming & Simulation / Google Research Football
△EvalGaming & SimulationFree

Google Research Football

Physics-based 11-vs-11 football RL environment for training and benchmarking game-playing agents, from the Google Brain team.

@ai-supply
Installs46k
⟳ upstream v2.10.2 · updated 4y ago
↗ Source repository
← More Gaming & SimulationGaming & Simulation leaderboard →How we grade security →Source ↗
! Grade B · 88/100 · ReviewSecurity assessment
✓No compromise signals12capabilities surfaced1known CVE6of 20 OWASP controls clear
Broad capability surfaceExternal endpoints declaredExternal endpoints declaredExternal endpoints declared
scanned 1mo ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Google Research Football

Google Research Football (GFootball) is a reinforcement-learning environment where agents learn to play a full 11-versus-11 game of football (soccer) in an advanced, physics-based 3D simulator. Released by the Google Brain team, it provides a challenging benchmark for research on sample-efficient RL, multi-agent coordination, and long-horizon planning.

Key features

  • Physics-based 3D football simulator with configurable difficulty and stochasticity
  • Football Academy: a set of progressively harder scenarios (run-to-score, corner, 3-vs-1) for curriculum learning
  • OpenAI Gym-compatible API with multiple observation representations (pixels, super-mini-map, floats)
  • Built-in reward shaping (scoring plus checkpoints) and single- or multi-agent control
  • Reproducible baselines (IMPALA, PPO) with support for self-play and league training

Because a match demands cooperation, opponent modeling, and emergent strategy, GFootball is a rich testbed for NPC behavior and for playtesting AI opponents in an adversarial game setting.

Curated mirror of the open-source Google Research Football (Apache-2.0). Get it from the source.

Rating rank
#1
of 13 in Gaming & Simulation
Install rank
#8
of 13 in Gaming & Simulation
Security score
88/100 · B
review
Security rank
#7
of 13 in Gaming & Simulation
Installs
46k
cat avg 86k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Gaming & Simulation leaderboard →
! Security: Review · 8888/100 · grade Bscanned 1mo ago
✓ no compromise signals13 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.

Control card · high confidence (static)
framework: pytestcovers: secrets-leak
test_action_from_basic_action_settest_action_set_fulltest_disable_actiontest_sticky_actions_have_releasetest___control_all_playerstest_score_empty_goaltest_second_halftest___rendertest_dynamic_rendertest_different_action_formatstest_multi_instancetest_multi_rendertest_scenarios_are_at_least_loadingtest__memory_usagetest_player_order_invarianttest_setstatetest_symmetrytest_offsidetest_cornertest_penaltytest_keeper_balltest_goaltest_render_state_equals_norendertest_get_state_wrapper

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
⚠LLM03Supply Chainhigh
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 7 pip requirements declared · google-research-football-3d9e754/requirements.txtrisk surface
•Vulnerable dependencies — 2 known vulnerabilities in: wheel@0.9.7 (CWE-1395)known CVE · -12 pts
⚠LLM02Sensitive Information Disclosuremedium
Secrets, credentials or PII shipped inside the artifact.
•Email addresses present — contains email-like strings · google-research-football-3d9e754/CHANGELOGexpected
•Phone number present — contains phone number-like pattern (E.164 or formatted) · google-research-football-3d9e754/third_party/gfootball_engine/data/media/objects/balls/generic.ase (CWE-359)expected
⚠LLM05Improper Output Handlingmedium
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — pickle deserialization · google-research-football-3d9e754/gfootball/env/remote_football_env.py (CWE-502)risk surface
•Suspicious code patterns — OS command execution · google-research-football-3d9e754/setup.py (CWE-78)risk surface
⚠LLM06Excessive Agencymedium
Over-broad tool/permission surface or unrestricted egress.
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · google-research-football-3d9e754/.github/workflows/publish-wheels.yml (CWE-272)risk surface
•External endpoints declared — 2 distinct host(s) · google-research-football-3d9e754/CHANGELOGrisk surface
•External endpoints declared — 1 distinct host(s) · google-research-football-3d9e754/Dockerfile_examplesrisk surface
•External endpoints declared — 11 distinct host(s) · google-research-football-3d9e754/README.mdrisk surface
•External endpoints declared — 4 distinct host(s) · google-research-football-3d9e754/gfootball/colabs/gfootball_example_from_prebuild.ipynbrisk surface
•External endpoints declared — 8 distinct host(s) · google-research-football-3d9e754/gfootball/doc/compile_engine.mdrisk surface
•External endpoints declared — 3 distinct host(s) · google-research-football-3d9e754/third_party/gfootball_engine/data/media/shaders/ambient.fragrisk surface
⚠LLM08Vector and Embedding Weaknessesmedium
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
•Email addresses present — contains email-like strings · google-research-football-3d9e754/CHANGELOGexpected
•Phone number present — contains phone number-like pattern (E.164 or formatted) · google-research-football-3d9e754/third_party/gfootball_engine/data/media/objects/balls/generic.ase (CWE-359)expected
⚠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 · google-research-football-3d9e754/gfootball/colabs/gfootball_example_from_prebuild.ipynb (CWE-835)risk 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.
✓LLM07System Prompt LeakagePassed
OWASP Machine Learning Security Top 10
⚠ML06AI Supply Chainhigh
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 7 pip requirements declared · google-research-football-3d9e754/requirements.txtrisk surface
•Vulnerable dependencies — 2 known vulnerabilities in: wheel@0.9.7 (CWE-1395)known CVE · -12 pts
⚠ML02Data Poisoningmedium
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
•Email addresses present — contains email-like strings · google-research-football-3d9e754/CHANGELOGexpected
•Phone number present — contains phone number-like pattern (E.164 or formatted) · google-research-football-3d9e754/third_party/gfootball_engine/data/media/objects/balls/generic.ase (CWE-359)expected
⚠ML09Output Integritymedium
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — pickle deserialization · google-research-football-3d9e754/gfootball/env/remote_football_env.py (CWE-502)risk surface
•Suspicious code patterns — OS command execution · google-research-football-3d9e754/setup.py (CWE-78)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 (17) · hygiene / uncategorized
•Unrecognized file type — '.dockerignore' is not on the allowlist · google-research-football-3d9e754/.dockerignorerisk surface
•Unrecognized file type — '.gitattributes' is not on the allowlist · google-research-football-3d9e754/.gitattributesrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · google-research-football-3d9e754/.gitignorerisk surface
•Unrecognized file type — '.?' is not on the allowlist · google-research-football-3d9e754/CHANGELOGrisk surface
•Unrecognized file type — '.in' is not on the allowlist · google-research-football-3d9e754/MANIFEST.inrisk surface
•Disallowed file type — '.bat' executables are not permitted · google-research-football-3d9e754/gfootball/build_game_engine.bat (CWE-434)risk surface
•Unrecognized file type — '.proto' is not on the allowlist · google-research-football-3d9e754/gfootball/eval_server/proto/game_server.protorisk surface
•Unrecognized file type — '.cmake' is not on the allowlist · google-research-football-3d9e754/third_party/gfootball_engine/CMakeModules/FindEGL.cmakerisk surface
•Unrecognized file type — '.cpp' is not on the allowlist · google-research-football-3d9e754/third_party/gfootball_engine/ai.cpprisk surface
•Unrecognized file type — '.hpp' is not on the allowlist · google-research-football-3d9e754/third_party/gfootball_engine/ai.hpprisk surface
•Unrecognized file type — '.anim' is not on the allowlist · google-research-football-3d9e754/third_party/gfootball_engine/data/media/animations/ballcontrol/idle/000.animrisk surface
•Unrecognized file type — '.util' is not on the allowlist · google-research-football-3d9e754/third_party/gfootball_engine/data/media/animations/base.anim.utilrisk surface
•Unrecognized file type — '.ase' is not on the allowlist · google-research-football-3d9e754/third_party/gfootball_engine/data/media/objects/balls/generic.aserisk surface
•Unrecognized file type — '.object' is not on the allowlist · google-research-football-3d9e754/third_party/gfootball_engine/data/media/objects/balls/generic.objectrisk surface
•Unrecognized file type — '.frag' is not on the allowlist · google-research-football-3d9e754/third_party/gfootball_engine/data/media/shaders/ambient.fragrisk surface
•Unrecognized file type — '.vert' is not on the allowlist · google-research-football-3d9e754/third_party/gfootball_engine/data/media/shaders/ambient.vertrisk surface
•Unrecognized file type — '.h' is not on the allowlist · google-research-football-3d9e754/third_party/gfootball_engine/src/cmake/SDL2_rotozoom.hrisk surface
✔ verified source · pinned google-research-football-3d9e754
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/google-research-football-rl/check). Click a policy:

Consume Google Research Football 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/google-research-football-rl

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

# CLI
npx ai-supply add google-research-football-rl

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

# MCP tool
install_listing({ "slug": "google-research-football-rl" })
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