✓
Purpose & Capability
The name/description match the content: SKILL.md states explicitly this is an alias for raon-os and directs users to install raon-os. package.json only includes SKILL.md and metadata, which is proportionate for an alias.
ℹ
Instruction Scope
The runtime instructions only say 'clawhub install raon-os'. That's expected for an alias, but the SKILL.md delegates all functionality and security surface to the raon-os package — this alias does not provide details about what raon-os will install or require.
✓
Install Mechanism
No install spec and no code files are present in this package — nothing is written to disk by this alias itself. Installation risk depends entirely on the referenced raon-os package.
✓
Credentials
This alias declares no required environment variables, credentials, or config paths. There is no disproportionate credential request in the alias itself.
✓
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not modify other skills or request elevated persistence.
Assessment
This alias package itself is low-risk: it contains no code and requests no credentials. However, it simply points to the raon-os package for functionality. Before installing raon-os (clawhub install raon-os), review raon-os's SKILL.md, install spec, and package files to check for: required environment variables or API keys (e.g., Kakao integration may need tokens), any download URLs or extracted archives, use of external endpoints, always:true or broad credential access, and any scripts that run on install. If you are not comfortable with raon-os's requested permissions or install behavior, do not install it. If you want, provide the raon-os package contents and I can evaluate that package in the same way.