job-article
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill ingests untrusted data from
sucai.mdand external results from theweb_searchtool to populate article content. This creates a surface for indirect prompt injection, as the skill lacks explicit boundary markers or instructions to the agent to disregard potential instructions embedded in the source material.\n - Ingestion points:
sucai.md(user-provided materials) and results fromweb_search.\n - Boundary markers: No specific delimiters or "ignore previous instructions" warnings are implemented for processed data.\n
- Capability inventory: The skill has access to
web_search,bash(executing thedatecommand and a local Python script), andAskUserQuestion.\n - Sanitization: There is no evidence of filtering or sanitization of content retrieved from external sources.\n- [COMMAND_EXECUTION]: The skill uses the
bashenvironment to execute thedatecommand for timestamping articles and runs a bundled script./scripts/check_body_length.pyto verify the word count of the generated article. These commands are used for utility purposes and are restricted to specific, non-malicious tasks within the local execution environment.
Audit Metadata