content-writer
Fail
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/install-dependencies.shclones external repositories from GitHub (AgriciDaniel/claude-seoandblader/humanizer) and automatically executes a shell script namedinstall.shfound within those repositories. This logic is triggered automatically byscripts/postinstall.jsduring the npm installation process. - [COMMAND_EXECUTION]: Multiple scripts (
scripts/postinstall.js,scripts/ship.js, andscripts/install-dependencies.sh) useexecSyncor direct shell commands to perform operations such asgit clone,zip,npm view, andnpm install. This provides a significant attack surface for command injection if user inputs are not properly sanitized. - [EXTERNAL_DOWNLOADS]: The skill is configured to fetch and analyze content from user-provided URLs for 'tone detection' and 'research' purposes, utilizing the
read_url_contentandsearch_webtools. While these are part of the intended functionality, they represent a data ingestion path from untrusted external sources. - [COMMAND_EXECUTION]: The
skills/writer/update.mdandskills/writer/update.mdfiles instruct the agent to runcat,npm view, andnpm install -gcommands, which interact with the local system and the global npm registry. - [DATA_EXPOSURE]: The installation process and the skill's operational logic involve reading from and writing to the user's home directory (
~/.claude/skills) and local project directories, potentially exposing or modifying sensitive configuration files.
Recommendations
- AI detected serious security threats
Audit Metadata