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 skills/awslabs/agent-plugins/aws-transformnpx skills add awslabs/agent-plugins --skill aws-transformgit clone --depth 1 https://github.com/awslabs/agent-pluginsWhat 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.00229 | $0.07359 |
| Opus 5 | $0.00114 | $0.03680 |
| Sonnet 5 | $0.00046 | $0.01472 |
| Haiku 4.5 | $0.00023 | $0.00736 |
Grade C, and why
aws-transform scanned grade C with 4 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 yesterday.
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.
Subtle steeringlowPrompt injection
Instructions that bias recommendations or shape behaviour without the user noticing.
**Remote analysis has THREE compute modes** (`atx ct remote analysis --mode <ec2|batch|aws-managed>`). `aws-managed` runs on the **AWS-managed fleet with NO customer infrastructure** — no VPC, no CloudFormation, no EC2/B Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Tells the agent never to refusemediumAnti-refusal
Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.
- MUST NOT mix unrelated transformation goals in the same chat without warning. On every shift to a different goal, suggest the user start a new chat session (they start it themselves). Keep re-offers terse. If the user Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Downloads and executes remote codemediumSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- If the shell reports `atx: command not found`, install the AWS Transform CLI: `curl -fsSL https://transform-cli.awsstatic.com/install.sh | bash`, then restart the shell or source its profile. Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- If the shell reports `atx: command not found`, install the AWS Transform CLI: `curl -fsSL https://transform-cli.awsstatic.com/install.sh | bash`, then restart the shell or source its profile. How it starts
The opening of the file, as written. The whole thing — 400 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AWS Transform
CRITICAL: Route Before Anything Else
STOP. Before reading files, analyzing code, or starting any workflow, identify the workload first, then route.
Step A: Identify the workload
Look for an explicit workload signal in the user's request — a named technology (.NET, VMware, SQL Server/Aurora/Oracle/MySQL, mainframe/COBOL), workload-specific terminology (Hyper-V, EC2 rehost, stored procs, CICS, JCL), or file/project signals already in the conversation. If no signal is present, treat the request as workload-unspecified.
Step B: Apply workload-specific routing
Workload-specific rules ALWAYS win over the keyword list in Step C. Do not let "analysis" or "tech debt" phrasing override these.
| Workload | Route |
|---|---|
| .NET | Ask the user via AskUserQuestion: "For your .NET work, are you looking to modernize to .NET 8/10 (port the code, change targets), run an assessment for modernization (scope the work, identify blockers, plan the port), or analyze your repos for tech debt, security vulnerabilities, or CVEs?" → "Modernize" or "Assessment for modernization" → proceed to the Overview section (the .NET workload handles both). → "Analyze for tech debt / security / CVEs" → route to continuous modernization (see Step D). |
| VMware | Proceed to the Overview section. NEVER route VMware requests to continuous modernization — even if the user uses words like "analyze", "assess", "find issues". VMware assessment is handled by the VMware workload agent, see vmware. |
| SQL / Database | Proceed to the Overview section. NEVER route SQL/database requests to continuous modernization — SQL Server, Oracle, MySQL, and Aurora migrations are handled by the SQL workload agent, see sql. |
| Mainframe / COBOL | Proceed to the Overview section. NEVER route mainframe requests to continuous modernization — COBOL/CICS/JCL transformations are handled by the mainframe workload agent, see mainframe. |
| Workload-unspecified | Continue to Step C. |
What ships with it
44 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/auth.md 4.0 KB
- references/AWSTransformInfrastructureExecutorAccessEC2.json 5.7 KB
- references/AWSTransformSecurityAgentExecutorAccess.json 1.8 KB
- references/continuous-modernization-analysis.md 21 KB
- references/continuous-modernization-aws-managed-execution.md 9.8 KB
- references/continuous-modernization-batch-execution.md 11 KB
- references/continuous-modernization-discovery.md 2.6 KB
- references/continuous-modernization-ec2-execution.md 13 KB
- references/continuous-modernization-findings.md 7.7 KB
- references/continuous-modernization-guide.md 16 KB
- references/continuous-modernization-remediation.md 15 KB
- references/continuous-modernization-reporting.md 18 KB
- references/continuous-modernization-schedule.md 22 KB
- references/continuous-modernization-security-agent.md 8.5 KB
- references/continuous-modernization-setup.md 4.9 KB
- references/continuous-modernization-source.md 12 KB
- references/continuous-modernization-status.md 2.0 KB
- references/continuous-modernization-troubleshooting.md 10 KB
- references/continuous-modernization.md 15 KB
- references/custom-cli-reference.md 9.4 KB
- references/custom-multi-transformation.md 10 KB
- references/custom-remote-execution.md 23 KB
- references/custom-repo-analysis.md 7.3 KB
- references/custom-results-synthesis.md 1.6 KB
- references/custom-single-transformation.md 15 KB
- references/custom-troubleshooting.md 9.2 KB
- references/custom.md 37 KB
- references/dotnet.md 38 KB
- references/mainframe-reimagine-analysis.md 23 KB
- references/mainframe-reimagine-ddd.md 13 KB
- references/mainframe-reimagine-modern-traceability.md 19 KB
- references/mainframe-reimagine-specgen.md 21 KB
- references/mainframe-reimagine-verify.md 9.7 KB
- references/mainframe-reimagine.md 13 KB
- references/mainframe.md 11 KB
- references/sql.md 49 KB
- references/tools.md 11 KB
- references/vmware-containerization.md 6.9 KB
- references/vmware-landing-zone.md 8.1 KB
- references/vmware-network.md 31 KB
- references/vmware-server.md 8.9 KB
- references/vmware.md 14 KB
- references/workflow.md 25 KB
- scripts/verify-traceability.py 26 KB runs code
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.
- yesterday First seen · 400 lines · 229 tokens per session scan C 678187448848
aws-transform is a skill published in the GitHub repository awslabs/agent-plugins (876 stars, last pushed 5d ago), licensed Apache-2.0. It adds 229 tokens to every session and 7,359 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it C with 4 findings (subtle steering, tells the agent never to refuse, downloads and executes remote code). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
redshift-support-specialist
Amazon Redshift domain expertise for query optimization, operational reviews, and cost optimization on provisioned clusters and Serverless workgroups. Use when a user asks about Redshift query tuning, slow queries, disk spill, distribution/sort key issues, a Redshift health check or operational review, or Redshift…
database-rds-devops
Database-level data-plane diagnostics for Aurora MySQL and Aurora PostgreSQL. Executes predefined read-only health check queries via RDS Data API to analyze buffer pool, connections, locks, replication, storage, performance, and index efficiency. Requires the rds-aidba MCP server for database-internal access beyond…
eks-operation-review
Comprehensive Amazon EKS operational review aligned with the AWS EKS Best Practices Guide. Use this skill when a user asks to review, audit, or assess EKS clusters for best practices compliance, operational readiness, security posture, cost optimization, reliability, networking, scalability, or upgrade readiness.…
investigation-cost-guardrail
Cost guardrail for AWS DevOps Agent that covers ALL AWS services and native agent tools. Before the agent makes any paid API call, this skill estimates cost, enforces budgets per investigation, detects expensive operations across all services (Athena queries, S3 scans, DynamoDB scans, SageMaker inference, PromQL…
cis-aws-foundations-3.2.3
Ensure that RDS instances are not publicly accessible.
bedrock-adoption-readiness
Amazon Bedrock production readiness assessment covering IAM governance, data retention (ZDR), quota and capacity headroom, and operational observability across Standard Bedrock and Mantle surfaces. Use this skill when a user asks to review Bedrock readiness, assess Bedrock security posture, evaluate quota headroom…