SKILLEMALL.ai

BC ngrok-unofficial-webhook-skill

Start an ngrok tunnel to receive incoming webhooks and process them via the LLM. Use when the user asks to listen for webhooks, set up a webhook endpoint, start ngrok, or when another skill (like Zoom RTMS Meeting Assistant) needs a public webhook URL. Receives webhook payloads and lets the LLM decide how to handle them.

modbender/skill-library-mcp Agent Skills author: modbender MIT 6 files body ≈ 914 tokens Open the sourcegithub.com analyzed 2 d ago

Start an ngrok tunnel to receive incoming webhooks and process them via the LLM.

As a process C 57/100 · Has gaps — weak spots: result and completion, failures and branches, running it twice

ProcedureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
88/100
safety, quality, tests
Safety 60%
90
Quality 40%
85
Run on models
none yet
Process rating
C
57/100
Has gaps
Result and completion w 14
0
Failures and branches w 10
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

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

    ✓ No critical or high findings

    Medium and low: 10
    • low Secrets in code secret-high-entropy-token package-lock.json:75
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…U1l+3HIg…YhQ==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:168
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…YZ4+PnKB…IK5/YkuhRqPJl/9FivKEw==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:261
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…FFX/+gVeY…NlM++NqRc…bqg==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:434
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…FrF+LTRo…W3g==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:443
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…A6j+hAmM…GbS+kf5c…csw==",
      detector
    • low Exfiltration exfil-webhook-url README.md:47
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      NGROK_URL=https://your-domain.ngrok-free.app
      placeholder
    • low Exfiltration exfil-webhook-url README.md:48
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      Webhook endpoint: https://your-domain.ngrok-free.app/webhook
      placeholder
    • low Exfiltration exfil-webhook-url SKILL.md:45
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      NGROK_URL=https://xxxx.ngrok-free.app
      placeholder
    • low Exfiltration exfil-webhook-url SKILL.md:46
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      Webhook endpoint: https://xxxx.ngrok-free.app/webhook
      placeholder
    • low Dangerous commands cmd-background-process SKILL.md:51
      Starts a background / autostarted process
      nohup node scripts/webhook-server.js >> /tmp/ngrok-webhook.log 2>&1 &

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

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 57/100

    • 0Result and completion. Does not say what the result is
    • 0Failures and branches. Linear process with no failure handling
    • 0Progress reporting. Says nothing while it works
    • 30Running it twice. 4 mutating operations with no state check
    • 60Tools and files. Uses tools (bash) that frontmatter does not declare
    • 70When it triggers. States when to use, but not when not to
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 100Steps. 22 steps
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 914 tokens

    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
    • -2localhost URLs: will not work for another user
    • +1No license
    • +2Single-language instructions
    • +3Description length 322: enough signal without eating the budget
    • +4Structure: 11 headings
    • +3Step-by-step instructions: 22 items
    • +4Has examples (8 code blocks)
    • +3All 1 scripts are documented

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