Credential-Zugriff
Reads credentials files, environment variables, and repository config.
brew / Rang 765
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für sbt in AI-Agent-Workflows.
Agent-Sicherheit
sbt builds Scala projects and can publish artifacts to repositories.
Reads credentials files, environment variables, and repository config.
Can run tasks and plugins that publish or call remote services.
Can publish jars, plugins, and release metadata.
Gate publish, release, and credentialed repository tasks.
Allow compile/test; require approval for publish, release, and secret-backed tasks.
Installation
brew install sbtlocal Homebrew formula metadata
sudo port install sbtMacPorts ports tree · devel/sbt/Portfile · Quelle: api.github.com
nix profile install nixpkgs#sbtnixpkgs package indexes · pkgs/by-name/sb/sbt/package.nix · Quelle: api.github.com
sudo pacman -S sbtArch Linux sync databases · sbt · Quelle: geo.mirror.pkgbuild.com
choco install sbtChocolatey community package catalog · sbt · Quelle: community.chocolatey.org
scoop install main/sbtScoop official bucket manifest trees · bucket/sbt.json · Quelle: api.github.com
winget install --id sbt.sbt -eWindows Package Manager source index · sbt.sbt · Quelle: cdn.winget.microsoft.com
Überblick
Build tool for Scala projects
Verlauf
sbt is an interactive, extensible build tool for Scala and other JVM projects. A build is normally checked into the project as build.sbt plus supporting files under project/, while user-wide settings live under ~/.sbt.
sbt evolved as a JVM build tool centered on Scala projects. Its long-running 0.x line was followed by sbt 1.x, whose reference documentation records migration from 0.13 and continued changes across the 1.x series.
sbt became closely associated with Scala development and is distributed by numerous operating-system package managers. Its plugin ecosystem and support for Java and Scala sources broaden its role beyond a simple Scala compiler front end.
Developers commonly run sbt interactively or invoke commands such as compile, test, run, package, and publish from a project base directory. Dependencies, plugins, repositories, credentials, and custom tasks are expressed through the build definition and supporting files.
sbt is notable for treating a build as a programmable, scoped graph of settings and tasks. Package enthusiasts also encounter its layered caches, launcher configuration, project-local build definition, global settings, plugin resolution, and repository credentials—details that strongly affect reproducibility and CI behavior.
Sicherheitslage
generalized runtime or code generation signal.
yellow Risiko · mittel Konfidenz · runtime
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./build.sbt./*.sbt./project/*.sbt./project/*.scala~/.sbt/1.0/global.sbt~/.sbt/1.0/*.sbt~/.sbt/repositoriesCredential-bearing paths to review before unattended agent runs.
~/.sbt/.credentialsExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
sbt | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:sbt |
|---|---|
| Version | 2.0.9 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/sbt |
| Homepage | https://www.scala-sbt.org/ |
| Repository | https://github.com/sbt/sbt |
| Upstream-Dokumentation | https://www.scala-sbt.org/ |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/sbt/sbt/releases/download/v2.0.8/sbt-2.0.8.tgz |
| Zuletzt aktualisiert | 2026-09-14T09:52:54Z |
| Pulse | updated |
| Abhängigkeiten | openjdk |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
| Einschränkungen | You can use $SBT_OPTS to pass additional JVM options to sbt. Project specific options should be placed in .sbtopts in the root of your project. Global settings should be placed in $HOMEBREW_PREFIX/etc/sbtopts The installation does not include `sbtn`. |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | sbt |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
sbt
nix profile install nixpkgs#sbtsbt 1:2.0.6-1
The interactive build tool
sudo pacman -S sbtsbt
sudo port install sbtsbt
choco install sbtmain/sbt
scoop install main/sbtsbt.sbt
winget install --id sbt.sbt -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.