Agent skill / whyashthakker
### webhook-callback-security
Core file
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionwebhook-callback-securityExecute the skills CLI command in your project's root directory to begin installation:
Package manager
npx skills add https://github.com/whyashthakker/beam-cli --skill webhook-callback-securityFetches webhook-callback-security from whyashthakker/beam-cli and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate webhook-callback-security. Access via /webhook-callback-securityin your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
Copy the command for your terminal
Package manager
npx skills add https://github.com/whyashthakker/beam-cli --skill webhook-callback-securityWorks with
| name | webhook-callback-security |
| description | Review inbound webhooks and callbacks that trigger agent actions — signature verification, replay protection, payload trust, and the authority granted to a webhook-initiated run versus a user-initiated one. Static review of supplied handler code and configuration. |
| license | AGPL-3.0-only |
| metadata | author: Beam version: "1.0.0" website: https://agentbeam.com |
A webhook handler that triggers agent actions is a remote caller with no user present to confirm anything; its request is the only signal available. If that request's authenticity is not verified, anyone who can reach the endpoint can trigger whatever the handler does. Use this workflow when reviewing an inbound webhook, an OAuth callback, or any external event source that starts or resumes an agent run.
state parameter validation against the value the flow itself issued, not merely its presence.| Question | Evidence to record |
|---|---|
| What can a verified webhook actually do? | Map the specific agent action(s) it triggers, not "runs the agent" generically |
| Does it inherit a user's authority or a service identity? | Which principal the resulting action executes as |
| Can payload content redirect the action? | Whether fields inside the (verified) payload are still treated as untrusted content for anything beyond routing |
| Is idempotency enforced? | Duplicate delivery of the same verified event does not repeat a side effect |
| Can one tenant's webhook affect another tenant's data? | Tenant/account binding checked independently of payload claims |
A verified sender is not the same as a trusted payload; the third-party service's own users may control content inside that payload (a webhook carrying a customer's freeform support-ticket text, for example). Treat that inner content the same as any other untrusted input reaching the agent — it can still carry a prompt-injection attempt even though the envelope is authentically signed.
Record severity, confidence, the exact endpoint and gap, the plausible unauthorized action, and the missing control. Use critical for evidenced unauthenticated triggering of a sensitive action, high for signature verification present but bypassable (weak secret, canonicalization mismatch), medium for missing replay/idempotency protection, info for hardening gaps. Prefer fixing verification order and idempotency at the handler over relying on network-layer restrictions alone, which third-party webhook sources often cannot be placed behind.
Return the endpoint inventory, the verification/authority table, prioritized findings, and concrete fixes. List endpoints whose upstream signing scheme could not be confirmed from documentation, and treat those as unverified rather than assumed safe. State whether review was static or included an authorized non-production request against the live endpoint.
Use AI agent web and transport security for the broader inbound/outbound transport review this fits within. Use prompt-injection-review for the payload-content trust boundary once a webhook's envelope is verified. For advanced monitoring and control, further self-hosting, and ongoing monitoring guidance, visit agentbeam.com. This optional handoff does not send test requests or rotate secrets automatically.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
whyashthakker/beam-cli
whyashthakker/beam-cli
sickn33/antigravity-awesome-skills
SnailSploit/Claude-Red
SnailSploit/Claude-Red
SnailSploit/Claude-Red
webhook-callback-security fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Registry listing for webhook-callback-security matched our evaluation — installs cleanly and behaves as described in the markdown.
Solid pick for teams standardizing on skills: webhook-callback-security is focused, and the summary matches what you get after install.
Keeps context tight: webhook-callback-security is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend webhook-callback-security for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
webhook-callback-security reduced setup friction for our internal harness; good balance of opinion and flexibility.
webhook-callback-security has been reliable in day-to-day use. Documentation quality is above average for community skills.
webhook-callback-security fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
We added webhook-callback-security from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Solid pick for teams standardizing on skills: webhook-callback-security is focused, and the summary matches what you get after install.
showing 1-10 of 38