API Documentation Builder

PassAudited by ClawScan on Apr 30, 2026.

Overview

This instruction-only API documentation helper appears proportionate, but users should review generated docs and avoid providing real credentials despite credential-related examples.

This skill is reasonable to use for generating API documentation from local code. Point it only at code you intend to document, do not paste real tokens or API keys, and review generated Markdown/OpenAPI output before publishing or feeding it into SDK, testing, or gateway tools.

Findings (3)

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

Generated documentation may repeat misleading or unwanted wording from source comments.

Why it was flagged

The skill intentionally uses text from source comments as documentation content. This is purpose-aligned, but comments from untrusted or messy code could influence generated descriptions.

Skill content
Extracts JSDoc comments: Incorporates developer-written descriptions
Recommendation

Review generated documentation before publishing, especially when documenting code from third parties or legacy repositories.

What this means

Users could mistake documentation examples for a need to provide real tokens or API keys.

Why it was flagged

Credential-related signals are present, likely due the API authentication examples. The registry requirements and SKILL.md state no primary credential or environment credential is required, so this is a user-awareness note rather than evidence of privilege abuse.

Skill content
Capability signals: requires-oauth-token; requires-sensitive-credentials
Recommendation

Do not provide real OAuth tokens, API keys, or secrets to this skill unless a separate, clearly justified workflow requires them.

What this means

Incorrect generated documentation could mislead developers or downstream tooling if treated as authoritative.

Why it was flagged

Generated API specifications can feed downstream automation such as SDK generation, contract tests, or gateway configuration. This is purpose-aligned, but inaccurate generated specs could propagate if published or imported without review.

Skill content
Generated OpenAPI specs enable: Client generation ... API gateways ... API testing
Recommendation

Validate generated OpenAPI specs and examples against the real implementation before publishing, importing into gateways, or using them for SDK generation.