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.
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
How to improve
- 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-tokenpackage-lock.json:75High-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-tokenpackage-lock.json:168High-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-tokenpackage-lock.json:261High-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-tokenpackage-lock.json:434High-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-tokenpackage-lock.json:443High-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-urlREADME.md:47Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)NGROK_URL=https://your-domain.ngrok-free.app
placeholder -
low Exfiltration
exfil-webhook-urlREADME.md:48Webhook / 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-urlSKILL.md:45Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)NGROK_URL=https://xxxx.ngrok-free.app
placeholder -
low Exfiltration
exfil-webhook-urlSKILL.md:46Webhook / 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-processSKILL.md:51Starts a background / autostarted processnohup 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.