Moltlang Translator
v0.1.1Translate between English and MoltLang, a compact AI language that cuts token usage by 50-70% for efficient, validated, and error-handled agent communication.
⭐ 1· 1.6k·3 current·4 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name, commands, and SKILL.md all describe a translation service (English ↔ MoltLang). The skill requests no binaries, env vars, or config paths — consistent with a simple translator/instruction-only skill.
Instruction Scope
SKILL.md does not instruct reading local secrets or system files, but it explicitly points to a remote API (https://moltlang.up.railway.app) and suggests installing a pip package. Using the remote API would send user-provided content off-host; the doc gives the agent discretion to use that endpoint but does not give concrete guidance about what to send or about handling sensitive content.
Install Mechanism
There is no install spec in the registry (instruction-only). However, the document advertises 'pip install moltlang' and a GitHub link — installing a third-party package would run arbitrary code from PyPI/GitHub if you choose to install it locally. The skill itself does not perform installation automatically.
Credentials
The skill declares no required environment variables, credentials, or config paths. There is no disproportionate credential request in the registry metadata or SKILL.md.
Persistence & Privilege
always is false and autonomous invocation is allowed by default (normal). The skill does not request persistent/system-wide privileges or modify other skills' configs.
Scan Findings in Context
[no_regex_findings] expected: The static scanner found nothing to analyze because this is an instruction-only skill with no code files. That absence of findings is expected but not evidence of safety.
Assessment
This skill appears to do what it says (translate between English and a compact MoltLang). Things to check before installing or using it: 1) The SKILL.md points to a third‑party API (moltlang.up.railway.app) — any text you send there may leave your environment, so avoid sending secrets or private data. 2) The doc recommends 'pip install moltlang' — inspect the PyPI package and GitHub repo first (review code, maintainer, recent releases) and install in a virtualenv or sandbox if you must. 3) Verify the API host and GitHub repo legitimacy (look for repo activity, issues, and source files). 4) If you need strict privacy, prefer a local implementation or decline use of the remote API. If you want, I can fetch the GitHub repo and PyPI package metadata (owner, version history, files) and summarize any red flags.Like a lobster shell, security has layers — review code before you run it.
latestvk97732km28p3d2b9pcmnn8j91x80ghed
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
