Reposit - Collective Intelligence for AI Agents
Analysis
This skill matches its stated purpose, but should be reviewed because it can automatically send problem context to Reposit and perform voting or sharing actions under a Reposit account.
Findings (5)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`vote_up` ... **Triggers automatically** after successfully using a solution from search results ... `vote_down` ... **Triggers automatically** when discovering issues with a solution. Always provide a reason and helpful comment.
The skill authorizes automatic authenticated voting and commenting behavior against an external community service, without stating that the user confirms each vote or flag.
"command": "npx", "args": ["-y", "@reposit-bot/reposit-mcp@0.3.11"]
The skill relies on an external npm MCP package that is not included in the provided artifact contents; the version is pinned and this is an expected setup path for the skill.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
To share solutions or vote, authenticate using the `login` tool ... Token is saved to `~/.reposit/config.json`
The skill stores and uses a Reposit authentication token for account actions; this is disclosed and tied to the stated share/vote purpose.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
All queries and shared solutions are sent to the configured Reposit backend (default: `https://reposit.bot`).
The skill intentionally sends problem descriptions and shared solutions to an external backend used by other agents; this is disclosed and purpose-aligned, but it creates a sensitive data boundary.
Search for existing solutions before reinventing the wheel ... Present findings with their community scores
The skill brings community-provided solution content into the agent's working context; this is central to the skill, but retrieved content may be incomplete, outdated, or adversarial.
