Exposed secret literal
- Finding
- File appears to expose a hardcoded API secret or token.
Security checks across static analysis, malware telemetry, and agentic risk
This is a coherent translation API skill, but it sends user content and signup details to an external provider and requires careful API-key handling.
Install only if you trust TranslateFlow and are comfortable sending translation content to its API. Replace the placeholder key with your own, store the real key securely, and avoid uploading confidential or regulated documents unless the provider's terms are acceptable.
VirusTotal findings are pending for this skill version.
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.
The agent may help create and use a TranslateFlow API key tied to the user's email address.
The skill asks for a personal email and creates/stores a provider API key. This is purpose-aligned, but credential scope and storage are not declared in metadata.
Ask the user for their email address to create a free TranslateFlow account. ... Save the API key securely for future use.
Use a dedicated API key, store it in a trusted secret manager or environment variable, and revoke it if you stop using the service.
Confidential text or documents submitted for translation would be sent to translateflow.vosscg.com.
The documented workflow uploads user-selected documents and text to an external provider for translation. This is core functionality, but private content could be exposed to that provider.
curl -X POST https://translateflow.vosscg.com/v1/documents/translate ... -F "file=@document.pdf"
Only send content you intend to share with the provider, and review the provider's privacy and retention terms before translating sensitive material.
Users have less registry-provided context for deciding whether to trust the external translation service.
The registry metadata provides limited provenance for the skill or external API provider, making it harder for users to verify the operator before sending data.
Source: unknown; Homepage: none
Verify the TranslateFlow provider and domain out-of-band before sending signup information, API keys, or sensitive documents.