timeline

A command that combines findings, techniques, decisions, blockers, notes, agent activity, and completed phases into one time-ordered engagement timeline. An engagement is a security assessment of a target.

In plain words
What is it for?
Use it to review what happened during an assessment, grouped by date, with an option to show only the most recent events.
Why use it?
It removes the need to reconstruct the order of events from separate tracking files.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/ogrodev/fsociety/timeline
Clone the repo
git clone --depth 1 https://github.com/ogrodev/fsociety
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 545 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00010 $0.00545
Opus 5 $0.00005 $0.00272
Sonnet 5 $0.00002 $0.00109
Haiku 4.5 $0.00001 $0.00055

Measured 2d ago against content hash 35c6ec864880, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

timeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

elliot/commands/timeline.md · 66 lines

What it actually says

Engagement Timeline

Build a chronological view of the entire engagement by merging all event sources.

The user's argument: $ARGUMENTS

Gather Events

Read these data sources:

1. Findings

node "${CLAUDE_PLUGIN_ROOT}/scripts/findings-tracker.js" list

Each finding has a first_seen date. Parse the output or read findings-db.jsonl directly for timestamps.

2. Techniques

node "${CLAUDE_PLUGIN_ROOT}/scripts/techniques-tracker.js" list

Each technique has a timestamp field. Parse the output or read techniques-db.jsonl directly.

3. Session State

node "${CLAUDE_PLUGIN_ROOT}/scripts/session-state.js" show

Extract decisions (have timestamps), blockers, notes, phase completions, and agent history.

Merge & Sort

Combine all events into a single timeline. Each event gets:

  • Timestamp (ISO or date)
  • Type icon: [F] finding, [T] technique, [D] decision, [B] blocker, [N] note, [A] agent, [P] phase
  • Description: One-line summary

Sort by timestamp, most recent first (reverse-chrono).

If --last N is specified, show only the last N events.

Format Output

Group by date, reverse-chrono:

=== 2025-01-15 ===
  14:32  [F] CRITICAL — SQL Injection in /api/users (f-012)
  14:30  [T] sqlmap on target.com → success
  13:15  [D] Pivoted to database testing after SQLi discovery
  12:00  [T] nuclei on target.com → partial
  11:45  [P] Phase 2 completed — 4 findings

=== 2025-01-14 ===
  16:20  [F] HIGH — IDOR in /api/payments (f-008)
  15:00  [B] Rate limit detected on /api/auth
  14:00  [T] dalfox on target.com → clean
  10:30  [N] Started API testing campaign

Keep it concise. One line per event. No raw data dumps.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 66 lines · 10 tokens per session scan A 35c6ec864880

Subscribe to this mod's changes

timeline is a command published in the GitHub repository ogrodev/fsociety (20 stars, last pushed 5mo ago), licensed MIT. It adds 10 tokens to every session and 545 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.