modernization-flow-analysis

modernization-flow-analysis is a command for coding agents from griddynamics/rosetta. It costs 13 tokens per session (1,346 once invoked), scanned A, original, Apache-2.0.

Phase 2 Code Analysis of modernization-flow.

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/griddynamics/rosetta/modernization-flow-analysis
Clone the repo
git clone --depth 1 https://github.com/griddynamics/rosetta

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 modernization-flow-analysis

README.md
[![agentmods](https://agentmods.dev/badge/commands/griddynamics/rosetta/modernization-flow-analysis.svg)](https://agentmods.dev/commands/griddynamics/rosetta/modernization-flow-analysis)
Your own site
<a href="https://agentmods.dev/commands/griddynamics/rosetta/modernization-flow-analysis"><img src="https://agentmods.dev/badge/commands/griddynamics/rosetta/modernization-flow-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,346 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00013 $0.01346
Opus 5 $0.00006 $0.00673
Sonnet 5 $0.00003 $0.00269
Haiku 4.5 $0.00001 $0.00135

Measured today against content hash bcdcff4e6ccd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

modernization-flow-analysis 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 today.

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.

plugins/core-copilot-light/commands/modernization-flow-analysis.md · 142 lines

How it starts

The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Modernization Phase 2: Old Code Analysis

Phase Flow

Phase 2: Old Code Analysis

  1. Complete Phase 1 first
  2. Process each project separately
  3. Analyze code and tests
  4. Create original-code-specs files
  5. Document legacy services and dependencies
  6. Analyze database objects
  7. Document interfaces and signatures
  8. Document business purpose
  9. Analyze usage and visibility
  10. List unknowns and assumptions
  11. Link implementation and tests

Context

PREREQUISITES: Complete Phase 1 (all reference code specs created)

OBJECTIVES:

  • Create complete, factual specification of existing code
  • Understand functionality, requirements, edge cases, and usage
  • Identify unknowns and create follow-up tasks
  • Validate compatibility with modernization target (e.g., Linux support, containerization, cloud-native, etc.)
  • Identify services that need replacement (replace with package references or gRPC/HTTP/REST)
  • CRITICAL! Identify and maintain original libraries, namespaces, folders, names of classes, methods, interfaces, enums, etc -> so all coding constructs to maintain full names for easy upgrade of dependent libraries (Exception is platform-specific objects and ASYNC methods). Pay attention to modifiers like "ref", "out", "&". Preserve original contracts! Provide additional non-breaking features like access to underlying native objects, enumerators, properties, etc.
  • Use appropriate exceptions instead of custom exceptions where appropriate.
  • Use and rely on performance optimizations already applied (we must not downgrade!).
  • New code will use migrated code, old code will still use old code (so no need to maintain obsolete services or other proxies => use package references OR gRPC/HTTP communication)

Requirements

  • MUST process each project separately
  • MUST create docs/original-code-specs-<lib/project>.md for each project
  • MUST analyze ALL code AND associated unit tests
  • MUST use search/grep/tools to discover all relevant details
  • MUST document findings with evidence (references to actual code)
  • MUST document all service instantiation calls and service providers (including, identifier, purpose, what is used, and references to existing implementation code, identify is it just PROXY or used extensibility or other use case).
  • MUST document briefly usage of frameworks/services with a brief list of used features and methods called (no code, but references).
  • MUST analyze database schema files (if applicable) to identify database objects used by code:
    • CRITICAL: Database files can be HUGE - DO NOT read/parse entire files!
    • USE codebase_search OR grep to find specific object names (tables, procedures, functions, views, types). Note: grep is more specific with regex patterns, but incorrect regex may not find existing content.
    • Example: If code calls apiGetUserByName, use codebase_search or grep "CREATE PROCEDURE.*apiGetUserByName" to find it
    • Example: If code queries Resources table, use codebase_search or grep "CREATE TABLE.*Resources"
    • Keep database analysis output BRIEF - list only database objects actually used by the code being analyzed, with line references for context.
  • MUST list all files and create todo tasks systematically

Read the full file on GitHub · 142 lines

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. today First seen · 142 lines · 13 tokens per session scan A bcdcff4e6ccd

Subscribe to this mod's changes

modernization-flow-analysis is a command published in the GitHub repository griddynamics/rosetta (342 stars, last pushed today), licensed Apache-2.0. It adds 13 tokens to every session and 1,346 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-09-03.