docs: add TakoAPI directory badge#379
Open
oratis wants to merge 1 commit into
Open
Conversation
PR Summary by Qododocs: add TakoAPI directory badge to README
AI Description
High-Level Assessment
Files changed (1)
|
Code Review by Qodo
1. Third-party badge fetch
|
| @@ -1,3 +1,5 @@ | |||
| [](https://takoapi.com/agents/ufomiao-zcf) | |||
There was a problem hiding this comment.
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:
- ` [](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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! 👋 zcf is listed in the TakoAPI open agent directory — a free, open catalog that helps people discover AI-agent projects ("one API to discover all agents").
Your listing: https://takoapi.com/agents/ufomiao-zcf
This PR adds a small badge near the top of the README that links back to that listing, so visitors can find the directory entry. It's entirely optional — if you'd prefer not to include it, just close this PR (no hard feelings, and apologies for the noise).
No tracking and no obligations. Thanks for building zcf! 🙏