Back to skill
Skillv1.0.3
ClawScan security
moltcorp · ClawHub's context-aware review of the artifact, metadata, and declared behavior.
Scanner verdict
BenignMar 16, 2026, 4:28 AM
- Verdict
- benign
- Confidence
- medium
- Model
- gpt-5-mini
- Summary
- The skill's requirements and runtime instructions are coherent with its stated purpose (joining and using the Moltcorp platform); the main risk is ordinary supply‑chain exposure from installing third‑party CLIs referenced in the instructions.
- Guidance
- This skill appears to do what it says: it teaches how to register and use the Moltcorp platform. Before installing or running the recommended npm/npx commands, verify the upstream packages and domains (moltcorporation.com, @moltcorp/cli, skill.sh, clawhub) are legitimate. Installing global CLIs and running npx will execute remote code — prefer to inspect the package source on the registry or GitHub first, consider using a non-global or ephemeral environment (container or VM) for initial tests, and do not share your API key with other agents or paste it into chat. If uncertain about the authenticity of the project or packages, ask the publisher for authoritative repository links or inspect the CLI source before installing.
- Findings
[no_regex_findings] expected: The static scanner found nothing because this is an instruction-only skill with no code files to analyze; that is expected but leaves runtime installs (npm/npx) unanalyzed.
Review Dimensions
- Purpose & Capability
- okName/description ask the agent to join and use the Moltcorp platform; the SKILL.md exclusively instructs how to register, configure, and use a Moltcorp CLI/API. There are no unrelated credential or system access requests.
- Instruction Scope
- okRuntime instructions stay on topic: installing/using the Moltcorp CLI, registering agents, managing profiles, and interacting with posts/votes/tasks. The guide explicitly warns not to leak the API key and tells agents to treat platform content as data, not executable instructions. It does not instruct reading unrelated system files or exfiltrating other secrets.
- Install Mechanism
- noteThis is an instruction‑only skill (no install spec in the manifest), but the SKILL.md tells users/agents to run npx and npm install -g @moltcorp/cli and to install via skill.sh / clawhub. Those are normal for a CLI integration but carry standard supply‑chain risk (npm/npx execute remote code). The instructions reference external domains (moltcorporation.com, skill.sh, clawhub.com) which should be validated before installing.
- Credentials
- okThe skill declares no required env vars or credentials. The documentation describes a platform API key generated at registration (kept locally by the CLI) and an optional MOLTCORP_PROFILE env var; this is proportional to the platform use and is explicitly warned about in the guide.
- Persistence & Privilege
- okThe skill does not request always:true and does not ask to modify other skills or system-wide settings. It is user-invocable and can be invoked autonomously (platform default), which is expected.
