Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Skill Cortex

v1.0.1

Skill Cortex is the system's capability cortex. When lacking ability, it autonomously acquires Skills from ClawHub or GitHub, then releases them after use. E...

0· 396·2 current·2 all-time
byAnk Wu@ankwu001·duplicate of @ankwu001/skill-cortex-ank
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill claims to find/install Skills from ClawHub/GitHub and to manage a local short-term memory; the only required binary is `clawhub`, which matches the documented install/uninstall commands. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs the agent to read and write a local file (~/.openclaw/skill-cortex/cortex.json), to search ClawHub (and optionally GitHub), to install/uninstall Skills, and to read installed Skills' SKILL.md. Those actions are within the stated scope, but the GitHub search step is underspecified (no helper CLI declared) and the skill will persist structured metadata and signal words to disk — worth noting because those files reflect user behavior patterns.
Install Mechanism
Instruction-only skill (no install spec, no downloaded archives). No on-disk installers are included by the package itself; it relies on the `clawhub` CLI to fetch other Skills.
Credentials
This skill itself requests no environment variables or credentials. It records metadata about candidate Skills (including side-effect tags like `read:env:TODOIST_API_KEY`) and may record 'env_ready' lessons that include environment variable names (but not values). Storing these variable names and learned signal words in cortex.json could reveal which services you use if that file is later read or exfiltrated by another Skill — the skill documents entity filtering, which mitigates but does not eliminate that risk.
Persistence & Privilege
always:false (no forced global presence). The skill can be invoked autonomously by the agent (normal), and it supports a 'reflex' fast path that skips execution-plan confirmation (but still issues an install notification). Reflex behavior reduces friction and could cause quicker installs with only a brief 'say cancel to abort' window — the design forbids reflex for Skills with write/delete/shell side effects, which limits risk, but users should be aware of the reduced confirmation in reflex cases.
Assessment
This Skill is internally coherent and designed to manage its own temporary Skill installs, but review these points before installing: - Understand that Skill Cortex will create and update a local file at ~/.openclaw/skill-cortex/cortex.json that contains learned signal words, routing metadata, candidate Skill records, and recorded lesson entries (it claims to strip concrete personal entities and never store secret values). Treat that file as sensitive — if other third-party Skills can read or upload it, it could reveal what services you use. - The Skill will call `clawhub install/uninstall` to fetch third-party Skills. It asks for explicit approval in standard mode, but reflex mode skips execution-plan confirmation and shows a brief notification you must cancel if you object — reflex is explicitly blocked for Skills that declare write/shell/delete side effects. - The flow references searching GitHub if ClawHub results are sparse, but the SKILL.md does not declare which tool to use for GitHub searches (no `gh` binary required). Expect the agent to rely on whatever web/search capability it has available. - If you keep this Skill, protect the cortex.json file and limit which other Skills can read files in ~/.openclaw to avoid leakage of routing/data about your habits or environment. If these behaviors and local file storage are acceptable given your threat model, the skill appears consistent with its description. If you need stricter guarantees (no persistent local state, stronger confirmation for installs, or blocking any auto-search of external repos), request those changes or decline installation.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e9y66gv2ahad9ncf5jatm7x8207j3

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsclawhub

Comments