TNBC Research Swarm
Analysis
This instruction-only skill is coherent for TNBC research collaboration, but it does send agent-generated findings and QC verdicts to a third-party multi-agent research API.
Findings (3)
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.
curl -s -X POST https://www.researchswarm.org/api/v1/agents/[agentId]/findings ... -d @/path/to/finding.json
The workflow has the agent POST generated research findings and QC verdicts to an external service. This is aligned with the skill's purpose, but it is still a remote mutation that users should review.
Source: unknown; Homepage: none
The skill has no installed code, but its provenance is limited in the registry metadata while it directs use of a third-party API.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
The response includes an assignment with: - `type`: "research" or "qc_review" ... - `description`: Research topic - `searchTerms`: Keywords for searching
A remote multi-agent platform supplies assignments that guide the agent's work. This is core to the skill, but the platform identity and task-origin boundaries are not further described.
