Skip to content
Security
Command

/ty-sources

Manage discovered leak sources — list, filter, update, and view statistics

From plugin
fsociety
2063 skills7 agents63 commands
Install
$ npx -y skills add ogrodev/fsociety --agent claude-code

How 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.md
description: 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" summary

Present 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
Ships withfsociety

Multi-plugin marketplace for Claude Code offensive security plugins

Get the whole plugin, auto-invoked
Stats
20
Stars
0
Views
2
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
4mo ago
Last commit
5mo ago
Created

Repo: ogrodev/fsociety