Agentic Api Transformer

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherently focused on helping transform API projects, with some normal but review-worthy guidance around inspecting codebases, generating code, and running validation commands.

This skill appears safe to install as an instruction-only helper. Before using it, make sure the agent is pointed at the correct API repository or spec, review generated code before applying it, and approve any dependency installation or test commands manually.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may read project structure, endpoint definitions, and framework files to generate transformation guidance.

Why it was flagged

The skill may lead an agent to inspect a user's API project and use analysis utilities. This is aligned with API transformation, but it should be limited to the intended repository or API documentation.

Skill content
Use API analysis utilities to scan existing endpoints ... Auto-detect the user's framework from their codebase
Recommendation

Use the skill only on the intended API project or OpenAPI spec, and review any proposed scans or tool use before proceeding.

What this means

If followed, local commands may install packages, run tests, or interact with development services configured by the project.

Why it was flagged

The instructions contemplate running tests and suggesting dependency installation commands. That is expected for validating an API migration, but commands can affect the local development environment.

Skill content
Run automated test suites against transformed APIs ... Installation commands for dependencies ... Testing commands to verify the transformation
Recommendation

Review commands before running them, prefer a development branch or sandbox, and avoid executing generated install/test commands against production environments.