# Installer mantra avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mantra pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:mantra
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mantra
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#mantra
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ma/mantra/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:mantra
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.1
- **Résumé source:** Tool to hunt down API key leaks in JS files and pages
- **Page d'accueil:** <https://amolo.com.br>
- **Dépôt:** <https://github.com/brosck/mantra>
- **Dernière mise à jour:** 2026-07-29T17:04:50+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- mantra (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.1
## Historique du projet et usages

mantra is a Go command-line security tool for finding API-key leaks in JavaScript files and HTML pages.

### Historique du projet

The public repository was created in January 2023. Its README describes a tool built in Go whose main objective is to inspect web page source and script files for strings that are identical or similar to API keys.

### Historique d'adoption

The project is distributed as a Go install target, source build, and Homebrew formula. Its GitHub topics and README position it for bug bounty, pentest, JavaScript, leaked-secret, and web security workflows.

### Modes d'utilisation

Users install with `go install github.com/Brosck/mantra@latest` or build from source, then run the `mantra` CLI against pages or JavaScript files to identify possible exposed API keys.

### Pourquoi les passionnés de paquets s'y intéressent

mantra is part of the small, fast Go CLI ecosystem around web reconnaissance and secret scanning, where package-manager availability matters because tools are often chained in scripts.

### Chronologie

- 2023: Public GitHub repository created.
- 2023: v1.0 release published.
- 2024: v2.0 release published.
- 2025: v3.1 release published.

### Related projects

- The README does not name direct related projects; it fits the broader secret-scanning and web reconnaissance tool category.

### Sources

- <https://github.com/brosck/mantra>
- <https://github.com/brosck/mantra#readme>
- <https://github.com/brosck/mantra/releases/tag/v3.1>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - mantra: normalized package name match | nixpkgs package indexes: pkgs/by-name/ma/mantra/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/mantra.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mantra.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
