Interop Forge

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is a disclosed monorepo integration helper that can make broad project changes and generate MCP/auth code, so users should review its plan and diffs before use.

Before installing, treat this as a repo-writing integration assistant: verify the source/version, review its plan and diffs, avoid committing secrets, and check generated MCP/auth code before running or deploying it.

Findings (4)

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

Using the skill may substantially change a repository's structure, generated code, and configuration.

Why it was flagged

The skill is explicitly designed to write and modify important monorepo files. This is purpose-aligned, but it can affect builds, APIs, and app behavior.

Skill content
This skill creates TypeScript packages, OpenAPI specs, MCP server files, and configuration files.
Recommendation

Review the execution plan and file diffs before accepting changes, and run builds/tests after each incremental change.

What this means

Generated MCP servers or SDKs could later run with access to user-provided service credentials.

Why it was flagged

Generated code may rely on cloud, database, and LLM service credentials. The artifact discloses this and says the skill does not directly read credential files.

Skill content
`OPENROUTER_API_KEY` is optionally used in generated MCP server code ... `SUPABASE_URL`, `SUPABASE_ANON_KEY`, `GCP_PROJECT_ID`, and `GOOGLE_APPLICATION_CREDENTIALS` are referenced in generated inter-app SDK code and MCP server implementations
Recommendation

Use least-privilege credentials, keep secrets out of source control, and review generated credential-handling code before deployment.

What this means

If generated MCP tools are too broad or weakly authenticated, agents may gain more app access than intended.

Why it was flagged

MCP servers expose application capabilities to agents. This is core to the skill, but it creates an inter-agent/tool boundary that should be reviewed.

Skill content
scaffold full MCP servers so each app can be orchestrated by AI agents
Recommendation

Review each generated MCP tool, authentication check, and allowed operation before enabling the server.

What this means

Users may have less clarity about the exact published version and source location of the skill.

Why it was flagged

The supplied registry metadata has limited provenance information and differs from the included claw.json, which declares version 1.0.0, a GitHub homepage, and node/npx/git requirements.

Skill content
Version: 0.1.1; Source: unknown; Homepage: none
Recommendation

Verify the skill source and version before relying on it for significant repository changes.