Seo Content Brief
Analysis
This is a coherent SEO briefing skill, but it relies on an external CLI, login, and third-party search apps that users should review 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.
allowed-tools: Bash(infsh *)
The tool permission permits any `infsh` command, not only the specific SEO search and extraction commands shown in the examples.
curl -fsSL https://cli.inference.sh | sh && infsh login
The quick start asks the user to install an external CLI by piping a remote script to the shell. This is disclosed and purpose-aligned, but it depends on trusting that remote install source.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
infsh login
The workflow requires logging in to the external inference.sh CLI, even though the registry metadata declares 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 ...; infsh app run tavily/extract ...; infsh app run exa/search ...
The skill sends search queries and URLs to external inference.sh apps backed by search/extraction providers.
