Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
YouTube Content Manager Pro
v1.0.0All-in-one YouTube Content Management Tool, AI generate topics, scripts, titles, SEO descriptions, tags, thumbnails, analytics. $0.005 USDT per use.
⭐ 0· 54·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
SKILL.md says the tool requires an OpenAI API key and promises local storage; the repository metadata declares no required env vars. The actual code does not call OpenAI at all — it calls api.siliconflow.cn and skillpay.me. The skill therefore requests/uses external services not described in registry metadata or SKILL.md, which is incoherent and unexpected.
Instruction Scope
SKILL.md promises local storage and describes feature flow, but scripts/app.py sends user-provided prompts and content to a third-party AI endpoint (SILICONFLOW_API_URL) and calls a payment API (BILLING_URL). That means user content leaves the local environment — contradicting the 'Local data storage, 100% safe' claim. The code also embeds and uses secret API keys rather than asking the runtime to provide them.
Install Mechanism
There is no install spec (instruction-only style with shipped code). No external installers, downloads, or package managers are invoked. The risk here derives from the included code, not an installer.
Credentials
Registry metadata declared no required credentials, but the code contains hardcoded secrets: SKILLPAY_API_KEY and SILICONFLOW_API_KEY. Hardcoded billing/AI keys are disproportionate and risky: they let the publisher's accounts handle payments and AI calls (and potentially see or charge for user data/usage). The SKILL.md's stated requirement (OpenAI key) is inconsistent with the code's use of a different AI provider and embedded keys.
Persistence & Privilege
The skill does not request always:true or install-time elevated privileges and does not appear to modify other skills or system-wide configs. It writes a local sqlite DB (data/youtube.db) which is normal for a web app; however, data stored locally may also be mirrored to external services via the hardcoded API calls.
What to consider before installing
Do not install or run this skill without further review. Specific concerns:
- The code contains hardcoded API keys (payment provider and an AI provider). That means the author’s external accounts will receive your prompts and handle billing; those keys could be abused.
- The SKILL.md claims 'local data storage' and an OpenAI API requirement, but the code sends data to api.siliconflow.cn and uses an embedded key — this is misleading and could leak content/metadata.
- Pricing and payment flow are inconsistent (SKILL.md lists $0.005 per use; code uses SkillPay endpoints and a different amount in places). Embedded payment keys could allow unexpected charges or tracking.
What you can do before proceeding:
1) Ask the publisher to remove hardcoded secrets and require runtime environment variables (and to document exactly which external endpoints will receive user data). Verify the owner identity of those endpoints.
2) Request an explanation for the OpenAI vs SiliconFlow discrepancy and for the pricing inconsistency.
3) If you must test, run the app in an isolated sandbox with network egress blocked to prevent data leaving your environment, and inspect network calls.
4) Prefer a version where API keys are provided by you at runtime, with clear privacy docs explaining what data is sent to external services and who controls the accounts that will be billed.
If the publisher cannot satisfactorily explain and fix these issues, treat the skill as untrusted: it can exfiltrate content and route payments through the publisher’s accounts.Like a lobster shell, security has layers — review code before you run it.
contentvk97cenjzxnzz89wvfk69211cy983g2bccreatorvk97cenjzxnzz89wvfk69211cy983g2bclatestvk97cenjzxnzz89wvfk69211cy983g2bcmanagementvk97cenjzxnzz89wvfk69211cy983g2bcmonetizationvk97cenjzxnzz89wvfk69211cy983g2bcscriptvk97cenjzxnzz89wvfk69211cy983g2bcseovk97cenjzxnzz89wvfk69211cy983g2bcyoutubevk97cenjzxnzz89wvfk69211cy983g2bc
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
