pickup

pickup is a command for Claude Code from xtofuub/frida-mcp-server. It costs 18 tokens per session (234 once invoked), scanned A, original, MIT.

A command that resumes an iOS security assessment using the findings and unfinished areas saved from an earlier session.

In plain words
What is it for?
Use it to load earlier results, reconnect to the app, review what remains untested, prioritize those areas, validate new findings, and update the assessment record.
Why use it?
It avoids repeating completed checks and helps continue testing where the previous session stopped.

Command for Claude Code

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/xtofuub/frida-mcp-server/pickup
Clone the repo
git clone --depth 1 https://github.com/xtofuub/frida-mcp-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pickup

README.md
[![agentmods](https://agentmods.dev/badge/commands/xtofuub/frida-mcp-server/pickup.svg)](https://agentmods.dev/commands/xtofuub/frida-mcp-server/pickup)
Your own site
<a href="https://agentmods.dev/commands/xtofuub/frida-mcp-server/pickup"><img src="https://agentmods.dev/badge/commands/xtofuub/frida-mcp-server/pickup.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 234 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.00018 $0.00234
Opus 5 $0.00009 $0.00117
Sonnet 5 $0.00004 $0.00047
Haiku 4.5 $0.00002 $0.00023

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

Security

Grade A, and why

pickup 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 5d 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.

.claude/commands/pickup.md · 21 lines

What it actually says

Resume the assessment of $ARGUMENTS using prior memory. Do not re-run recon/hunt that already produced results.

  1. Load state: python scripts/memory.py resume --bundle <id>. This returns prior validated findings, winning patterns, and the untested attack surface recorded in the last session's journal.
  2. Re-attach: mcp__frida__connect(<id>). Confirm scope (target unchanged, still authorized).
  3. Summarize for the user: what was already found, what's still untested.
  4. Drive /hunt straight at the untested surface, in priority order, applying the winning patterns first.
  5. Validate new candidates (/validate), append to audit.jsonl, and update the journal with remaining untested items.

If memory is empty for this target, say so and fall back to /autopilot <id>.

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. 5d ago First seen · 21 lines · 18 tokens per session scan A 0fa09ae4d386

Subscribe to this mod's changes

pickup is a command published in the GitHub repository xtofuub/frida-mcp-server (2 stars, last pushed 2mo ago), licensed MIT. It adds 18 tokens to every session and 234 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-31.