# Talisman

> Secret scanner for git repositories

- Skill: `javimosch/talisman` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/talisman`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/talisman/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/talisman

---

# Talisman Plugin

Talisman is a tool that installs a hook to your repository to check the push for potential secrets.

## Commands

- `talisman scan repo` — Scan repository for secrets
- `talisman hook install` — Install pre-push hook
- `talisman _ _` — Passthrough to talisman CLI

## Usage

```bash
# Scan current repo
sc talisman scan repo

# Install pre-push hook
sc talisman hook install

# Passthrough
sc talisman _ _ -- --scan --ignorehistory
```

