seo-fundamentals
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python script (
scripts/seo_checker.py) intended to be executed by the agent to audit local project files. Analysis of the script shows it performs read-only operations on project files to detect SEO-related patterns (e.g., missing alt tags, multiple H1 tags). - [DATA_EXPOSURE_AND_EXFILTRATION]: The script reads files locally but does not contain any network operations or exfiltration patterns. It only prints a summary of findings to the console.
- [PRIVILEGE_ESCALATION]: No privilege escalation patterns detected. The script runs with the agent's default permissions and does not use
sudoor modify system configurations. - [REMOTE_CODE_EXECUTION]: The skill does not download or execute any remote scripts. All logic is contained within the provided local Python file.
Audit Metadata