Develop, debug, and test LangBot plugins. Use when creating new LangBot plugins, fixing plugin bugs, setting up a LangBot test environment, or testing plugins via WebSocket. Covers plugin component architecture (EventListener, Command, Tool), the plugin SDK API (invoke_llm, get_llm_models, send_message, plugin storage), common pitfalls, and automated WebSocket-based testing. Triggers on "langbot plugin", "lbp", "GroupChatSummary", "plugin debug", "langbot test".
68
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Security
1 high severity finding. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The prompt includes explicit example secrets and commands that embed tokens/passwords (e.g., "test123", "sk-xxx", "lbpat_xxx", "eyJ...") and shows passing tokens on the CLI or in JSON bodies, which would require an LLM to handle or reproduce secret values verbatim if real credentials are inserted.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
LangBot pipeline/events ingest outsider-authored chat message text at runtime via the `*MessageReceived` / `*NormalMessageReceived` event flow (e.g., WebSocket `.../pipelines/<pipeline_uuid>/ws/connect?session_type=group` sending `type: "Plain", text: ...`), which the LLM context can then consume.
7803d56
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.