technical-seo-audit
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides installation instructions that reference an external source for its files.
- Evidence:
git clonecommand inSKILL.mdtargeting the author's repository atgithub.com/thatrebeccarae/claude-marketing.git. - [COMMAND_EXECUTION]: The skill instructs the agent to use various command-line tools to perform technical diagnostic tasks on target domains.
- Evidence: Use of
curlto fetch robots.txt and sitemaps,digfor DNS resolution, andopensslfor SSL certificate inspection as outlined in the 'Common Tools & Commands' section ofSKILL.md. - [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes untrusted data from the websites it audits, which could potentially contain malicious instructions hidden in metadata or files.
- Ingestion points:
curlcommands inSKILL.mdused to retrieverobots.txt, XML sitemaps, and HTTP response headers from external targets. - Boundary markers: None are defined in the instructions for the agent when handling the output of these commands.
- Capability inventory: The skill has the ability to execute shell commands and perform network operations.
- Sanitization: The skill does not specify any sanitization or validation of the fetched external content before the agent processes it.
Audit Metadata