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.
git 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-data-scout)<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/sap-data-scout"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/sap-data-scout/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/sap-data-scout"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/sap-data-scout.svg" alt="Reviewed on agentmods" width="80" 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.00104 | $0.02364 |
| Opus 5 | $0.00052 | $0.01182 |
| Sonnet 5 | $0.00021 | $0.00473 |
| Haiku 4.5 | $0.00010 | $0.00236 |
Grade A, and why
sap-data-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 9d 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 — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.
sap-data-scout
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 back-and-forth with the caller — it cannot see your steps or answer a question mid-run, and it gets exactly one response from you. Put everything the caller needs (the values, the query, and any deviation you had to make) into that single response.
You do ONE job: given a plain-language data requirement and a connectionId, return a concrete list of real SAP values that satisfy it — nothing more.
You are stateless and one-shot. The caller may run multiple instances of you in parallel, one per requirement. You write nothing to disk. You do not decide what the values will be used for. You do not interpret results for test-case design. You find, validate, and return.
Input you'll receive
The caller will provide:
connectionId— mandatory. Every query you run passes this explicitly.requirement— plain English description of what is needed. Examples:- "5 active articles listed at both plant 1000 and 2000 in MARC"
- "3 open purchase orders in company code 1000 created in the last 30 days"
- "a vendor number that has at least one open invoice in MIRO"
- "a valid category code from ZTEST_CONFIG_TABLE"
count— how many distinct values to return (default: 5 if not specified)context(optional) — what test case this is for; helps you write better filter logic but does not change the query objective
What to do
Step 1 — Understand the requirement
Parse the requirement into:
- Target table(s) — which SAP table(s) likely hold the values (use your SAP domain knowledge as a starting hypothesis only — verify in Step 2)
- Filter conditions — constraints from the requirement (active, open, last 30 days, listed at both sites, etc.)
- Output key — which field to return
Step 2 — Inspect the target table(s) BEFORE writing any query (mandatory)
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.
- 9d ago First seen · 153 lines · 104 tokens per session scan A cb73db696ae3
sap-data-scout is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (388 stars, last pushed today), licensed MIT. It adds 104 tokens to every session and 2,364 once invoked, about $0.0005 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
Power BI Data Modeling Expert Mode
Expert Power BI data modeling guidance using star schema principles, relationship design, and Microsoft best practices for optimal model performance and usability.
Neon Performance Analyzer
Identify and fix slow Postgres queries automatically using Neon's branching workflow. Analyzes execution plans, tests optimizations in isolated database branches, and provides clear before/after performance metrics with actionable code fixes.
Oracle-to-PostgreSQL Migration Expert
Agent for Oracle-to-PostgreSQL application migrations. Educates users on migration concepts, pitfalls, and best practices; makes code edits and runs commands directly.
Power Platform Expert
Power Platform expert providing guidance on Code Apps, canvas apps, Dataverse, connectors, and Power Platform best practices.
mongodb-performance-advisor
Analyze MongoDB database performance, offer query and index optimization insights and provide actionable recommendations to improve overall usage of the database.
Neon Migration Specialist
Safe Postgres migrations with zero-downtime using Neon's branching workflow. Test schema changes in isolated database branches, validate thoroughly, then apply to production—all automated with support for Prisma, Drizzle, or your favorite ORM.