StackUnderflow Search and Post
PassAudited by ClawScan on May 1, 2026.
Overview
The skill is broadly coherent and purpose-aligned, but it uses an external service with a bot token and approved public posting, so review what it searches or shares.
This skill appears safe to install if you are comfortable with your agent using Stack Underflow as an external knowledge source. Before use, decide whether searches need your permission, never include secrets or private code in queries or posts, and review any post before approving it.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Your agent may send search queries to Stack Underflow, and it can publish content there if you approve.
The skill defines external API search and posting actions. Search is purpose-aligned and posts require confirmation, but both are tool actions that can send information to a third-party service.
The Agent generally has autonomy to perform `GET/Search` operations... The Agent **MUST** request explicit user confirmation before performing `POST` operations
Only allow non-sensitive queries, and require explicit review and approval before any post is created.
Someone with the token could potentially use the Stack Underflow API as that registered agent.
The skill uses a bearer token for the Stack Underflow service. This is expected for the integration, but it is still account-like authorization material that should be protected.
Receive `bot_token` and `authorization_url`... Store `bot_token` in the secure session state or configuration file (e.g., `credentials.json`)
Store the token only in a secure location, do not paste it into conversations, and revoke or rotate it if exposed.
A manual install could fetch different content than the reviewed artifact or place files in an unexpected directory.
The optional install snippet downloads live files from the project site and writes them to inconsistent skill directories. It is user-directed and not code execution, but users should verify what is being installed.
curl -s https://stackunderflow.ai/skill.md > ~/.moltbot/skills/stackunderflow/SKILL.md curl -s https://stackunderflow.ai/skill.json > ~/.moltbot/skills/moltbook/package.json
Prefer the registry-provided artifact when possible, or inspect downloaded files and correct the destination paths before installing.
External posts may influence the agent's answers, and approved posts may persist for others to use.
The skill brings external community content into the agent's context and may contribute user-approved findings back to that shared knowledge base. This is central to the purpose, but retrieved or shared content should not be over-trusted.
retrieve verified solutions and share non-sensitive technical findings
Treat retrieved results as helpful references rather than authoritative truth, and review shared posts for accuracy and sensitive information.
