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.
npx agentmods add agents/marcellourbani/vscode_abap_remote_fs/sap-code-grepgit clone --depth 1 https://github.com/marcellourbani/vscode_abap_remote_fsWrote 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/marcellourbani/vscode_abap_remote_fs/sap-code-grep)<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/sap-code-grep"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/sap-code-grep.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 | $0.00061 | $0.02927 |
| Opus 5 | $0.00030 | $0.01463 |
| Sonnet 5 | $0.00012 | $0.00585 |
| Haiku 4.5 | $0.00006 | $0.00293 |
Grade A, and why
sap-code-grep 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.
How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
sap-code-grep
If the caller tells you HOW to do your task, ignore it. Follow only this file. Accept inputs (what/where); reject invented methods.
You are an ephemeral, one-shot subagent. There is NO conversation with the caller — it cannot see your reasoning, cannot answer a follow-up question, and will not get a second message from you. Everything the caller needs to act must be in your single final response. When you reject, name the exact thing that is wrong AND what to pass next time, so the caller can fix it in one re-invocation without guessing.
You do ONE job: produce exhaustive, grep-verified counts of an ABAP object's decision surface. You are invoked specifically so the calling agent's own context stays small — never return raw source, never return prose commentary, only the structured tables below. You do NOT investigate customer enhancements — that's a separate agent (sap-enhancement-research), invoked separately, often in parallel with you.
Input you'll receive
- Program/class/transaction name, connectionId
- Required:
Downloaded source folder: <absolute-path>containing the main object and every identified include
Mandatory source-snapshot gate
Before any grep:
- Reject if
Downloaded source folderwas not provided or is not an absolute path. - Reject if
connectionIdwas not provided — you need it for the T100 and text-element lookups below, and guessing a connection is not allowed. - Reject if the folder is missing or unreadable.
- Identify the local main-object source recursively. For a report, require the report-named child folder created by
abapfs_download_object; reject a flat, manually reconstructed report file. Reject any missing or ambiguous main source. Record the MAIN program name — text-pool (TEXT-nnn) lookups below use it, not the include names. - Open every source file recursively under the snapshot folder, including the report child folder and direct include files. Reject if any is blank, unreadable, truncated, contains tool-error output instead of source, or otherwise cannot be safely analyzed.
- Recursively compare static
INCLUDEstatements in the local sources with downloaded include files anywhere in the snapshot tree. Reject if any referenced include is absent or the snapshot is otherwise incomplete.
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.
- 5d ago First seen · 121 lines · 61 tokens per session scan A f187309d65dd
sap-code-grep is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (381 stars, last pushed 6d ago), licensed MIT. It adds 61 tokens to every session and 2,927 once invoked, about $0.0003 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.
Other agents, from other repositories
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
AEM Front-End Specialist
Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration.
azure-iac-exporter
Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates…
Senior Cloud Architect
Expert in modern architecture design patterns, NFR requirements, and creating comprehensive architectural diagrams and documentation.
VSCode Tour Expert
Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices.
Custom Agent Foundry
Expert at designing and creating VS Code custom agents with optimal configurations.