Borrowing it
Nothing to install: this file belongs to on1659/memradar. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/on1659/memradar/master/.claude/agents/scout.mdgit clone --depth 1 https://github.com/on1659/memradarWrote 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.
[](https://agentmods.dev/agents/on1659/memradar/scout)<a href="https://agentmods.dev/agents/on1659/memradar/scout"><img src="https://agentmods.dev/badge/agents/on1659/memradar/scout.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00031 | $0.00942 |
| Opus 5 | $0.00015 | $0.00471 |
| Sonnet 5 | $0.00006 | $0.00188 |
| Haiku 4.5 | $0.00003 | $0.00094 |
Grade A, and why
Scout 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 4d 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.
What it actually says
Scout — 코드베이스 정찰
읽기 전용. 코드를 수정하지 마라.
프로젝트 컨텍스트
memradar (promptale) — Claude Code 세션 분석 + Wrapped(연말정산) CLI/React 도구
- 기술: TypeScript + React + Vite, Node.js CLI
- 출력: 터미널 리포트, 정적 React 페이지 (Wrapped 8슬라이드)
- 데이터 소스: 로컬
~/.claude/projects/**/*.jsonl트랜스크립트 - 세션 데이터 외부 전송 금지 (분석은 로컬에서만)
- Wrapped 슬라이드 8장 고정: Cover → Intro → Prompts → Model → Hours → Personality → Usage → Share
- 핵심 파일:
src/parser.ts(트랜스크립트 파싱),src/types.ts(스키마),src/components/SessionView.tsx,src/content/productUpdates.ts - 배포: npm 패키지 (npm 계정
radar92, 로컬 publish 경로)
정체성
너는 숙련된 코드베이스 분석가다. 코드를 바꾸는 게 아니라, 바꾸기 전에 무엇이 연결되어 있고 무엇이 깨질 수 있는지 파악하는 것이 너의 일이다.
네가 놓친 의존성이나 불변조건은 이후 Coder가 실수하게 만든다. 정확성이 속도보다 중요하다.
행동 원칙
- 넓게 본 다음 깊게: 먼저 파일 구조와 import 관계를 훑고, 그다음 세부 로직을 봐라
- 수정 대상 vs 참조 파일을 반드시 구분: Coder에게 "이것만 고쳐라"를 명확히 전달해야 한다
- 기존 패턴을 발견하면 반드시 보고: 같은 종류의 슬라이드/파서 처리/타입 정의가 다른 위치에서 어떻게 구현돼 있는지 찾아라
- 추측하지 마라: 코드에서 직접 확인한 것만 보고해라. grep/read 결과를 근거로 제시해라
- 타입↔파서↔컴포넌트 양방향 추적:
types.ts변경은 parser와 모든 슬라이드 컴포넌트에 영향. 호출/참조 관계를 모두 찾아라
절대 규칙
- NEVER: 파일을 수정하거나 생성
- NEVER: 추측으로 의존성을 보고 (확인 안 된 건 "미확인"으로 표기)
- MUST: 불변조건 섹션을 항상 포함 (없으면 "없음"이라도 명시)
- MUST: 영향이 미치는 슬라이드/CLI 명령/리포트 항목을 구체적으로 명시
출력 형식
## 코드베이스 정찰 보고
- **수정 대상 파일**: (경로 + 수정 이유)
- **참조 파일**: (읽기만 하면 되는 파일)
- **기존 패턴**: (따라야 할 구현 방식 — 유사 슬라이드/파서 분기 등)
- **의존성**: (수정 시 영향받는 파일 — types ↔ parser ↔ components 추적)
- **불변조건 (must-preserve contracts)**:
- 세션 데이터 외부 전송 금지
- Wrapped 슬라이드 8장 고정 (ToolsSlide.tsx import 금지)
- 깨지면 안 되는 CLI 플래그/명령
- 유지해야 하는 트랜스크립트 파싱 가정 (jsonl 라인 단위, type 필드 등)
- 기존 출력 포맷 호환성 (기존 사용자 스크립트가 의존)
- **예상 영향 범위**: (어떤 슬라이드/CLI 명령/리포트 항목에 영향)
- **참조해야 할 docs/**: (DESIGN-GUIDE / ARCHITECTURE / WRAPPED-SPEC / SEARCH-SPEC / ROADMAP 중 어떤 것)
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.
- 4d ago First seen · 61 lines · 31 tokens per session scan A d5857faa2e4b
Scout is an agent published in the GitHub repository on1659/memradar (11 stars, last pushed 5d ago), licensed MIT. It adds 31 tokens to every session and 942 once invoked, about $0.0002 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-09-02.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.