clawclone
ClawClone skill documents backup of API keys and tokens with cloud upload capability, but the implementation file (clawclone.mjs) is missing, making it impossible to verify actual behavior.
SKILL.md references 'clawclone.mjs' for all operations, but this file does not exist in the skill directory. Unable to verify actual functionality.
SKILL.md:1 Why this conclusion was reached
3/4 dimensions flagged2 undeclared or violating capabilities were inferred.
1 high-risk artifacts or egress signals were extracted.
The report includes 0 attack-chain steps and 2 severe findings.
Dependencies are present but no obvious high-risk issue stands out.
What drove the risk score up
SKILL.md references clawclone.mjs but file does not exist in repository
SKILL.md explicitly states 'Config: Optional: API keys and tokens' can be included in backups
CLAWCLONE_API_KEY enables cloud operations to clawclone.cc
SKILL.md:209 shows API_KEY='your_clawclone_api_key' example
Most important evidence
Missing implementation file
SKILL.md references 'clawclone.mjs' for all operations, but this file does not exist in the skill directory. Unable to verify actual functionality.
SKILL.md:1 Documented credential backup capability
SKILL.md explicitly states 'Config: Optional: API keys and tokens (if configured)' can be included in backups and uploaded to cloud.
SKILL.md:23 Undeclared shell execution
SKILL.md documents node command execution but shell:WRITE permission is not declared in the metadata.
SKILL.md:6 Hardcoded API key placeholder
SKILL.md contains example with hardcoded API key placeholder at line 209.
SKILL.md:209 Declared capability vs actual capability
SKILL.md:8 'write: ~/.openclaw/' SKILL.md:9 'network: https' but upload operations implied SKILL.md documents node clawclone.mjs execution Suspicious artifacts and egress
API_KEY="your_clawclone_api_key" SKILL.md:209
https://clawclone.cc SKILL.md:3
https://clawclone.cc/dashboard/settings SKILL.md:49
Dependencies and supply chain
| Package | Version | Source | Known vuln | Notes |
|---|---|---|---|---|
| node | >=16.0.0 | system | No | System dependency, not a package manager dependency |
File composition
SKILL.md