/ty-sources
Manage discovered leak sources — list, filter, update, and view statistics
$ npx -y skills add ogrodev/fsociety --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ty-sources
Context preview
What this command does when you run it.
Manage discovered leak sources — list, filter, update, and view statistics
Command definition
ty-sources.mddescription: Manage discovered leak sources — list, filter, update, and view statistics allowed-tools: Bash, Read argument-hint: [list|stats|update <id> status <value>]
Leak Source Manager
Manage the discovered leak sources database.
**Arguments:** `$ARGUMENTS`
---
Dispatch
`list` or no arguments
node "${CLAUDE_PLUGIN_ROOT}/scripts/source-tracker.js" list`stats`
node "${CLAUDE_PLUGIN_ROOT}/scripts/source-tracker.js" stats`update <id> status <value>`
node "${CLAUDE_PLUGIN_ROOT}/scripts/source-tracker.js" update $ARGUMENTS`search <keyword>`
node "${CLAUDE_PLUGIN_ROOT}/scripts/source-tracker.js" search $ARGUMENTS`summary`
node "${CLAUDE_PLUGIN_ROOT}/scripts/source-tracker.js" summaryPresent the output directly. For `list`, include a reminder of available actions:
- `/ty-classify <id>` — Classify a source
- `/ty-acquire <id>` — Acquire accessible data
- `/ty-handoff <id>` — Hand off to elliot
Multi-plugin marketplace for Claude Code offensive security plugins
Repo: ogrodev/fsociety
Other commands on fsociety.
- /apiscan
API security audit — REST, GraphQL, JWT analysis, parameter discovery
Open command - /archives
Archive or list previous engagement snapshots
Open command - /bruteforce
Password brute force and hash cracking against target services
Open command - /campaign
Resume or execute an attack campaign with progress tracking
Open command - /dashboard
Show running scans, system health, and engagement status
Open command - /debrief
Post-engagement lessons learned analysis and debrief report
Open command

