Newsletter Curation
Analysis
This looks like a coherent newsletter-writing aid, but it relies on a third-party CLI, login, and external search/image services you should trust before use.
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.
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 -fsSL https://cli.inference.sh | sh && infsh login
The skill tells the user to run an installer fetched from the internet. This is disclosed and related to the stated inference.sh workflow, but the installer itself is outside the provided artifact set.
allowed-tools: Bash(infsh *)
The skill permits Bash calls matching any infsh command, while the visible examples use specific content-sourcing and image-generation apps. The wildcard is broader than the examples but still tied to the stated CLI-based workflow.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
&& infsh login
The setup flow includes logging in to the inference.sh CLI, meaning an external account or authenticated session is involved even though the registry metadata lists no primary credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
infsh app run tavily/search-assistant --input '{ "query": "[your niche] news this week latest developments" }'The skill sends content-sourcing queries through infsh to external search apps such as Tavily and Exa. This is expected for newsletter sourcing, but the artifact does not describe provider-side data handling.
