cron-writer
Warn
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses the
npx ai-cron-gencommand, which downloads and executes theai-cron-genpackage from the public npm registry at runtime. This package is not provided by a verified trusted organization or well-known service. - [COMMAND_EXECUTION]: The skill executes shell commands using the
npxutility to process user input, which presents a security risk if malicious strings are passed to the shell. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. 1. Ingestion points: Natural language schedule descriptions passed as arguments to the
npxcommand. 2. Boundary markers: No delimiters or ignore-instruction warnings are present. 3. Capability inventory: Command execution vianpxand external data transmission to an AI model. 4. Sanitization: No input validation or escaping is implemented in the skill files to sanitize user-provided strings before execution.
Audit Metadata