SKILLEMALL.ai

BC appstore-api

Apple App Store API for AI agents — search iOS apps by name, keyword, App Store ID or bundle ID, then retrieve app metadata, iOS app ratings, App Store reviews, developer/publisher details, privacy labels, similar apps and competitors as structured JSON. Use for App Store search, ASO research and ASO keyword research, app competitor research, iOS app review analysis, ratings lookup, developer lookup and mobile app competitive analysis. Read-only public App Store data through the ReplyNodes API.

ClawHub Agent Skills author: ReplyNodes v2.1.3 MIT-0 10 files body ≈ 4 516 tokens Open the sourceclawhub.ai analyzed 9 h ago

Apple App Store API for AI agents — search iOS apps by name, keyword, App Store ID or bundle ID, then retrieve app metadata, iOS app ratings, App Store…

As a process C 63/100 · Has gaps — weak spots: inputs and preconditions, running it twice

IntegrationNotionData and analyticsAI and agentsPersonal productivitytype and topics are labelled automatically from the skill text
JSON
Technical rating
B
86/100
safety, quality, tests
Safety 60%
91
Quality 40%
79
Run on models
none yet
Process rating
C
63/100
Has gaps
Inputs and preconditions w 11
0
Running it twice w 4
30
Failures and branches w 10
50
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.

Exfiltration 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 instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

    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 · 5

    ✓ No critical or high findings

    Medium and low: 5
    • medium Exfiltration net-credential-use INSTALL.md:41
      Credential used in a network call (verify the destination is the intended service)
      curl -sS -H "Authorization: Bearer $REPLYNODES_API_KEY" \
    • low Exfiltration net-credential-use llms.txt:9
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host; quoted — discussed, not commanded)
      Auth: `Authorization: Bearer $REPLYNODES_API_KEY`, sent only to https://api.replynodes.com — the
      vendor-hostquoted
    • low Exfiltration net-credential-use references/endpoints.md:12
      Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)
      document these references were generated from; `curl -sS -H "Authorization: Bearer $REPLYNODES_API_KEY"
      quoted
    • low Exfiltration net-credential-use SKILL.md:39
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      auth: Authorization: Bearer $REPLYNODES_API_KEY sent only to https://api.replynodes.com — the complete claim/poll protocol is embedded in the Authentication section of this file
      vendor-host
    • low Exfiltration net-credential-use SKILL.md:245
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host; quoted — discussed, not commanded)
      AUTH="Authorization: Bearer $REPLYNODES_API_KEY"   # sent only to https://api.replynodes.com
      vendor-hostquoted

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

    Against the Agent Skills spec

    • warning frontmatter-yaml SKILL.md: the frontmatter is not valid YAML (YAML parse error: Nested mappings are not allowed in compact mappings at line 38, column 7: auth: Authorization: Bearer $REPLYNODES_API_KEY sent only to https://api.replyn… ^ ); fields were read line by line. The usual cause is a colon inside an unquoted value
    • note frontmatter-key unknown frontmatter key "title"
    • note frontmatter-key unknown frontmatter key "contract_version"
    • note frontmatter-key unknown frontmatter key "mode"
    • note frontmatter-key unknown frontmatter key "keywords"
    • note frontmatter-key unknown frontmatter key "search_terms"
    • note frontmatter-key unknown frontmatter key "entrypoint"
    • note frontmatter-key unknown frontmatter key "auth"

    Process rating: all ten parameters 63/100

    • 0Inputs and preconditions. Does not say what the process needs to start
    • 30Running it twice. 19 mutating operations with no state check
    • 50Failures and branches. 0 branches, has a failure section
    • 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
    • 60Result and completion. Output format stated, no completion criterion
    • 70When it triggers. States when to use, but not when not to
    • 70Execution cost. Instruction body is 4516 tokens
    • 100Steps. 52 steps
    • 100Consistency. Name and required fields are in place
    • 100Progress reporting. Reports progress
    • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
    • low 12 top-level sections: this looks like several domains in one skill
    • low The response is described with custom markup (9 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)
    • +2Single-language instructions
    • +3Description length 499: enough signal without eating the budget
    • +4Structure: 13 headings
    • +3Step-by-step instructions: 52 items
    • +3Output format is stated explicitly
    • +4Has examples (4 code blocks)
    • +4Reference files are cited in the instructions (2 of 2)
    • +1License stated

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

    External checks

    ClawHub: clean
    This skill is a disclosed read-only wrapper for a ReplyNodes Apple App Store data API, with normal API-key and metered-credit considerations.
    LLM: benign (high) · VirusTotal: · 12 Sept 2026