Github Readme Maker

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a simple GitHub profile README markdown generator, with the main thing to notice being that its generated README uses third-party badge and stats image services.

This skill looks safe for generating README markdown. Before adding the output to a public GitHub profile, review the external badge and stats links and edit any placeholder personal details such as email or social handles.

Findings (1)

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

If you publish the generated README, visitors' browsers or GitHub's rendering pipeline may load images from external badge and stats providers.

Why it was flagged

The script emits README markdown that references third-party badge/stat image services using the supplied username or text. This is purpose-aligned for profile README generation, but those services may receive page-load requests when the README is viewed.

Skill content
![Stats](https://github-readme-stats.vercel.app/api?username=$user&show_icons=true&theme=tokyonight)
Recommendation

Review the generated markdown before publishing and remove any external image links you do not want to rely on.