Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Listed on TakoAPI](https://takoapi.com/api/badge/ufomiao-zcf)](https://takoapi.com/agents/ufomiao-zcf)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Informational

1. Third-party badge fetch 🐞 Bug ⛨ Security

The new README badge embeds an image hosted on takoapi.com, so anyone viewing the README will fetch
that image from a third-party domain and expose basic request metadata (e.g., IP address and
User-Agent) to that host. If the project prefers to avoid additional third-party requests from
documentation, the badge image should be self-hosted (while keeping the link to TakoAPI if desired).
Agent Prompt
## Issue description
The README adds a badge image loaded from `https://takoapi.com/...`, which causes README renderers to make a third-party network request.

## Issue Context
This is documentation-only, but projects that are privacy-conscious or want to minimize third-party dependencies in docs typically avoid externally hosted badge images.

## Fix Focus Areas
- README.md[1-2]

## Suggested fix
- Download the badge image and commit it into the repo (e.g., `src/assets/takoapi-badge.svg`), then update the markdown to use the local image while keeping the hyperlink to the TakoAPI listing.
  - Example:
    - ` [![Listed on TakoAPI](./src/assets/takoapi-badge.svg)](https://takoapi.com/agents/ufomiao-zcf)`
- Alternatively, remove the badge image and keep a plain text link if you want zero third-party image fetches.

β“˜ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
Expand Down