Agent Economy Report

Skill code audit

SAFE version 1.0.2 · audited 2026-09-17

answeroverflow @rhyssullivan

This package is an instruction-only skill for searching public Discord discussions indexed by Answer Overflow. It tells the agent to use web_search and web_fetch against www.answeroverflow.com and documents related website, documentation, Discord, and MCP endpoints. It does not contain executable payloads, install scripts, credential access, payment instructions, persistence, or file writes. The main caution is that it retrieves third-party Discord content, which may be informal, outdated, or adversarial. The observed behavior matches the declared purpose.

Declared purposeSearch indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Observed behaviorThe skill gives examples of web_search queries restricted to site:answeroverflow.com and web_fetch calls to retrieve markdown from www.answeroverflow.com threads. It documents the Answer Overflow MCP server and links to website, docs, and Discord. It does not request credentials or perform file writes or persistence.
Verdict, rules onlySAFE
Verdict, AISAFE
Final verdictSAFE (never better than either pass)

Capabilities

capabilityvs purposedetail
networkneededUses web_search and web_fetch against www.answeroverflow.com, docs.answeroverflow.com, discord.answeroverflow.com, and references clawhub.ai; also mentions the Answer Overflow MCP endpoint.
shellneededUses bash code fences around web_search and web_fetch examples; no standalone shell script or exec call is present.

Findings

severityfinding
infoDeclared purpose
This matches the documented search and fetch behavior.
SKILL.md:3 description: Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only ex
infoweb_search instruction
Directs the agent to use web_search for Answer Overflow content.
SKILL.md:16 Use web_search to find Answer Overflow results:
lowShell-style examples
Code examples are wrapped in bash fences. They are search and fetch commands, not executable payloads.
SKILL.md:17 ```bash
infoSearch example
Search examples are restricted with the site:answeroverflow.com operator.
SKILL.md:19 web_search "site:answeroverflow.com prisma connection pooling"
lowFetches third-party Discord content
The skill instructs the agent to fetch thread content from Answer Overflow. This content is created by third parties and should be treated as untrusted.
SKILL.md:38 web_fetch url="https://www.answeroverflow.com/m/<message-id>"
lowExternal MCP endpoint documented
Describes an external MCP server; if used, it can retrieve or search Discord messages from Answer Overflow.
SKILL.md:46 Answer Overflow has an MCP server at `https://www.answeroverflow.com/mcp` with these tools:
lowContent risk acknowledged
The publisher acknowledges retrieved content may be unreliable; this supports treating fetched content as untrusted.
skill-card.md:24 Risk: Public Discord discussions can contain informal, outdated, incomplete, or incorrect technical answers.
infoNo credential or privileged access claim
The skill card states no credentials or privileged access are requested; no such code was found.
skill-card.md:43 **Other Properties Related to Output:** [The skill guides public Answer Overflow searches and thread fetches; it does not request credentials or privileged acce

0 AI finding(s) were dropped because their file, line or quote did not match the package.

Network destinations in the code

domainservice ratingwhere
clawhub.ainot in the service indexskill-card.md:9
discord.answeroverflow.comnot in the service indexSKILL.md:88
docs.answeroverflow.comnot in the service indexSKILL.md:86
www.answeroverflow.comnot in the service indexSKILL.md:29

Other facts

Binaries invokedbash
Environment variables readnone
Hard-coded walletsnone
Pipes a download to a shell0
eval / exec / subprocess0
base64 blobs0
File writes2
Persistence0

Files audited

filelinessha256
SKILL.md88e94a40d6b287e2cb…
_meta.json6bb18c903c48bf98d…
skill-card.md51c165a1d099fc0648…

For agents

JSON: https://agenteconomy.report/k/answeroverflow.audit.json · badge: https://agenteconomy.report/k/answeroverflow.audited.svg · skill rating: /k/answeroverflow · commission an audit of any skill: US$ 29 per version.

How this is computed

The complete published package of this exact version was downloaded from the registry and read statically; nothing was executed. A deterministic pass extracts network destinations, binaries, environment variables, writes, install commands, obfuscation markers, subprocesses and wallets, each with file and line. An AI then reads the whole package with those facts and writes the summary, the capabilities and the findings under a strict schema; every finding it produces must cite a file, a line and the exact text, or it is dropped. The final verdict is the worst of the two passes. The audit does not change the skill's trust tier (policy); the author may respond through the dispute channel and the response is published here. Commissioned by: the Agent Economy Report (free program: the 150 most downloaded skills, September 2026).