x-integration
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The host process uses
spawnto execute local TypeScript scripts (scripts/post.ts,scripts/like.ts, etc.) vianpx tsx. The execution paths are strictly controlled through a mapping inhost.ts, which prevents the execution of arbitrary or malicious scripts. - [EXTERNAL_DOWNLOADS]: The skill requires standard Node.js dependencies for its core functionality, specifically
playwrightfor browser automation anddotenv-clifor configuration management. These are well-known packages from the official NPM registry. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its interaction with external content from X.
- Ingestion points: The skill processes tweet URLs and text content provided by users or retrieved from the platform.
- Boundary markers: There are no explicit delimiters or instructions within the provided scripts to prevent the model from obeying instructions embedded in the tweet data it processes.
- Capability inventory: The skill possesses the capability to modify the user's social media presence (posting, replying, liking) based on model decisions.
- Sanitization: Content is validated for length (280 characters), but there is no semantic filtering to detect or block malicious instructions in the input data.
Audit Metadata