Skills logo-generator
๐Ÿ“ฆ

logo-generator

Content revision r1 Medium Risk โš™๏ธ External commands๐ŸŒ Network access๐Ÿ“ Filesystem access๐Ÿ”‘ Env variables

Generate Transparent Brand Logos

Creating polished logo assets often requires multiple design and cleanup steps. This skill generates a logo with Replicate, removes the background, and saves a transparent PNG.

Supports: Claude Codex Code(CC)
โš ๏ธ 50 Poor

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "logo-generator" from https://skillstore.io/skills/aayushbaniya2006-logo-generator.md and its manifest at https://skillstore.io/api/skills/aayushbaniya2006-logo-generator/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "logo-generator". Create a minimalist logo for BrayanCodes.

Expected outcome:

A transparent PNG logo is saved at public/assets/logo.png, with the background removed and padding trimmed.

Using "logo-generator". Generate a retro badge logo for Mountain Roast.

Expected outcome:

  • A 1024 by 1024 logo concept is generated.
  • The background is removed through Replicate.
  • The final PNG is saved for use in the project.

Security Audit

Medium Risk
v8 โ€ข 7/4/2026 Open versioned report

Most static command, secret-file, and filesystem findings are false positives caused by Markdown backticks, JavaScript template literals, or hardcoded output handling. One confirmed issue is dynamic remote URL downloading without validation. Semantic review also found third-party data processing and disabled content moderation, with no evidence of prompt injection or credential exfiltration.

3
Files scanned
314
Lines analyzed
1
Review items
0
False positives ignored

Confirmed security concerns (2)

Medium
Third-Party API Data Processing
The script sends user prompts and generated image URLs to Replicate models. This is intended functionality, but users need disclosure because brand names and design prompts leave the local environment.
The Replicate prediction calls include the composed prompt and image URL. Static analysis only flagged fetch, so the library-mediated external API processing needed semantic review.
Medium
Content Moderation Disabled for Background Removal
The background removal request sets content_moderation to false, and the reference documents the same setting. This weakens safety checks for uploaded image content.
The setting is explicitly present in both the executable script and reference documentation. It is a content-safety concern, even if the main use case is logo generation.
Capability review items (1)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Medium
Fetch API call
const response = await fetch(transparentUrl);
The code fetches a URL derived from remote model output without a scheme or host allow-list. This is intended image download behavior, but it can contact unexpected endpoints if the remote output is manipulated.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/aayushbaniya2006-logo-generator/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/aayushbaniya2006-logo-generator/security.svg)](https://skillstore.io/skills/aayushbaniya2006-logo-generator?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/aayushbaniya2006-logo-generator?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/aayushbaniya2006-logo-generator/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/aayushbaniya2006-logo-generator.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

AayushBaniya2006. (2026). logo-generator security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/aayushbaniya2006-logo-generator/audits/8

BibTeX citation

@techreport{aayushbaniya2006-aayushbaniya2006-logo-generator-2026, author = {AayushBaniya2006}, title = {logo-generator security audit report (audit version 8)}, institution = {Skillstore}, year = {2026}, number = {8}, url = {https://skillstore.io/skills/aayushbaniya2006-logo-generator/audits/8}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "logo-generator security audit report (audit version 8)" version: "unspecified" type: report authors: - name: "AayushBaniya2006" date-released: "2026-07-04" url: "https://skillstore.io/skills/aayushbaniya2006-logo-generator/audits/8" identifiers: - type: other value: "skillstore:aayushbaniya2006-logo-generator:audit:8" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
59
Architecture
85
Maintainability
87
Content
70
Community
83
Spec Compliance

What You Can Build

Create startup brand drafts

Generate early logo concepts for a new product before investing in a full identity system.

Prepare transparent app assets

Create a transparent PNG logo that can be placed into a website or dashboard asset folder.

Explore visual directions

Produce quick logo variations from style prompts before refining the strongest concept manually.

Try These Prompts

Basic logo prompt
Generate a clean logo for a local bakery named Flour House. Use warm colors and a simple icon.
Style-directed logo
Create a modern technology logo for NovaLedger. Use blue and green accents, geometric shapes, and clear negative space.
Project asset logo
Generate a transparent logo for the dashboard project. Save it to public/assets/logo.png and keep it readable on light backgrounds.
Detailed brand brief
Create a premium fintech logo for ArcMint. Use a monogram, restrained gold and charcoal colors, no mascots, and strong small-size readability.

Best Practices

  • Include the brand name, audience, style, and color direction in the prompt.
  • Review every generated logo for legal clearance, text quality, and brand fit.
  • Move or rename the saved PNG before running another generation.

Avoid

  • Do not use vague prompts like make a cool logo without brand context.
  • Do not publish generated marks before checking trademark and licensing risks.
  • Do not run the skill with sensitive or confidential brand information without approval.

Frequently Asked Questions

Does this skill require an API key?
Yes. It needs REPLICATE_API_TOKEN in the environment before the script can run.
Where does the logo get saved?
The included script saves the processed PNG to public/assets/logo.png.
Can it edit an existing logo?
No. The included workflow generates a new logo and processes that generated output.
Can I choose a different output path?
The current script uses a fixed output path. Modify the script if another path is required.
Does it send data to an external service?
Yes. Prompts, company names, and generated image data are processed by Replicate models.
Does it guarantee a trademark-safe logo?
No. Review the final logo for legal, brand, and quality issues before use.

Developer Details

License

MIT

Skillstore revision

r1

Version notice

The author did not declare a version.

Ref

a29db30e42179ff8ed4d95c9dfba3704c22643d0

Maintenance freshness

7/18/2026

Usage

28 downloads ยท 222 views

File structure

๐Ÿ“ scripts/

๐Ÿ“„ generate-logo.ts

๐Ÿ“„ reference.md

๐Ÿ“„ SKILL.md