linkedin-copywriter
Fail
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to download and execute a shell script from
https://api.gtm-tools.sh/extension/install.shby piping it directly tobash. This allows for arbitrary code execution from a non-trusted source on the user's system. - [CREDENTIALS_UNSAFE]: The
connect_linkedintool described inreferences/tools-reference.mdprovides a mechanism to extract LinkedIn session cookies from local browser databases (Chrome, Brave, Edge, and Comet). This is a direct session hijacking mechanism used to bypass authentication. - [COMMAND_EXECUTION]: The skill makes extensive use of shell commands like
curl,jq, andbashto interact with remote services and execute local scripts, including the high-risk installation command. - [DATA_EXFILTRATION]: The skill facilitates the harvesting of authentication tokens (cookies) and provides network capabilities to transmit them to an external server (
api.gtm-tools.sh). - [INDIRECT_PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to its ingestion of unsanitized data from external LinkedIn posts and profiles.
- Ingestion points:
SKILL.md(useslist_user_posts,get_linkedin_post,list_linkedin_post_comments, andget_linkedin_profileto read external user-generated content). - Boundary markers: None present to distinguish instructions from ingested data.
- Capability inventory: Remote script execution, file system writes (
linkedin-<mode>-<timestamp>.txt), and authenticated message sending via API. - Sanitization: No security-focused sanitization of external content was identified.
- [EXTERNAL_DOWNLOADS]: The skill performs multiple downloads of scripts and content from external servers controlled by the author, bypassing standard package management and security audits.
Recommendations
- HIGH: Downloads and executes remote code from: https://api.gtm-tools.sh/extension/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata