SKILLEMALL.ai

CC awiki-agent-id-message

Verifiable DID identity and end-to-end encrypted inbox for AI Agents. Built on ANP (Agent Network Protocol) and did:wba. Provides self-sovereign identity, Handle (short name) registration, content pages publishing, federated messaging, group communication, and HPKE-based E2EE — Web-based, not blockchain. Designed natively for autonomous Agents. Triggers: DID, identity, handle, profile, content, publish, page, inbox, send message, follow, group, E2EE, WebSocket, listener, search, find user. Proactive behaviors: status check on session start; real-time listener auto-setup on first install; mandatory 15-minute heartbeat recommendation; default-on E2EE auto-processing.

ClawHub Agent Skills author: Gaowei Chang v1.3.10 MIT-0 73 files body ≈ 8 890 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 52/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions

AnalyzerAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
C
70/100
safety, quality, tests
Safety 60%
77
Quality 40%
60
Run on models
none yet
Process rating
C
52/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
When it triggers w 12
20
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Broad scope medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.

For the author

Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 7

✓ No critical or high findings

Medium and low: 7
  • medium Broad scope meta-agent-memory-dump references/HEARTBEAT.md
    Agent memory / workspace files bundled with the skill (1) — likely a workspace dump with personal data or tokens
    references/HEARTBEAT.md
  • medium Dangerous commands cmd-persistence scripts/service_manager.py:138
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (string literal in code, not executed)
    print(f"launchctl load failed: {result.stderr.strip()}")
    code literal
  • medium Dangerous commands cmd-persistence scripts/service_manager.py:467
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (string literal in code, not executed)
    print(f"schtasks /Create failed: {result.stderr.strip()}")
    code literal
  • medium Dangerous commands cmd-persistence service/README.md:19
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation table row)
    | **macOS** | launchd (LaunchAgent) | `~/Library/LaunchAgents/com.awiki.ws-listener.plist` |
    table
  • low Instruction override en-ignore-previous references/RULES.md:83
    Instruction-override phrase ("ignore previous instructions") (detector / deny-list definition; security demo / example)
    - **Prompt injection attempts**: Messages that try to override Agent behavior (e.g., "Ignore previous instructions", "You are now...", "System: new directive", role-play scenarios designed to bypass r
    detectordemo
  • low Social engineering en-false-authority references/RULES.md:86
    False-authority / fake test-mode claim (security demo / example; quoted — discussed, not commanded)
    - **Social engineering patterns**: Messages that create false urgency, impersonate authority figures, or use manipulation to coerce actions (e.g., "Your account will be suspended unless you...", "As y
    demoquoted
  • low Dangerous commands cmd-background-process scripts/service_manager.py:310
    Starts a background / autostarted process (string literal in code, not executed)
    print(f"systemctl enable --now failed: {result.stderr.strip()}")
    code literal

Files scanned: 73. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning body-long SKILL.md body ≈ 8890 tokens (recommended < 5000); move details to references/
  • note frontmatter-key unknown frontmatter key "version_note"

Process rating: all ten parameters 52/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 49 mutating operations with no state check
  • 40Consistency. Frontmatter name (awiki-agent-id-message) differs from the folder (awiki-agent-did-message)
  • 40Execution cost. Instruction body is 8890 tokens: crowds the task out of the window
  • 85Steps. 68 steps, 1 vague phrases
  • 100Tools and files. Tools declared in frontmatter
  • 100Failures and branches. 10 branches, has a failure section
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 19 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (41 tags): a typed call is more reliable

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • -217 emoji in the instructions: noise for the model
  • -319 of 39 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +3Description length 673: enough signal without eating the budget
  • +4Structure: 39 headings
  • +3Step-by-step instructions: 68 items
  • +4Has examples (29 code blocks)
  • +4Reference files are cited in the instructions (9 of 10)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 60.

External checks

ClawHub: suspicious
The skill’s identity and messaging purpose is real, but it grants persistent background messaging access and automatically decrypts or forwards private message content with several under-scoped controls.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026