ios-self-improve
v1.1.0iOS 开发自改进技能 - Swift/ObjC 规范、审核合规、崩溃预防、自动自检、Xcode、UIKit、SwiftUI
⭐ 1· 79·1 current·1 all-time
byJoe.Lee@joelee09
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name, description, and included files all describe an iOS-focused self-improvement / static-checking extension. The declared dependency on developer-self-improve-core and the script calls into that core for rule generation are coherent with the stated purpose.
Instruction Scope
SKILL.md describes pre_answer/post_answer/periodic checks and states it reads platform-specific long-term memory and proposes rules but does not auto-modify memory. The included shell script implements local static checks and will call the dependency's script when generating proposals. This scope is appropriate, but the skill's runtime behavior depends on the core dependency's implementation and any long-term-memory access handled by the core; audit that core for memory access behavior if you are concerned about data usage.
Install Mechanism
There is no external install spec (instruction-only skill) and the only shipped code is a local shell script. The script creates a rules file and logs folder inside the skill directory on init — expected for this type of skill. No network downloads or remote install URLs are present.
Credentials
The skill declares no environment variables or external credentials. It requires standard utilities (bash/grep/find) which the script uses. It reads a relative config from a sibling dependency (../developer-self-improve-core/config/config.yaml) — this is expected but does require trusting that dependency.
Persistence & Privilege
No special privileges requested (always:false). The skill writes only to its own directories (rules/, logs/) during init and otherwise reads config files; this is appropriate. It will invoke the dependency's script if present, so privilege/behavior depends on that dependency, not on this skill having elevated platform privileges.
Assessment
This skill appears internally coherent and does what it claims: local static checks and iOS rule proposals that rely on a separate core skill. Before installing, review and/or install and audit the required dependency (developer-self-improve-core), because this skill will read its config and invoke its script — if that dependency were malicious or compromised it could change behavior. Also note the skill will create a rules file and logs directory under its own folder on init; this is normal but means it writes to its own install path. If you want additional assurance, inspect the dependency's scripts and confirm there are no network calls or unexpected file accesses.Like a lobster shell, security has layers — review code before you run it.
latestvk97asm9jv358jytkpj2ay40ybn84h6q6
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
