openclaw-poster
Fail
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [CREDENTIALS_UNSAFE]: The file
scripts/publish_to_lemmy.pycontains hardcoded authentication credentials for the Lemmy forum service, specifically theLEMMY_USERNAME('xiaer01') andLEMMY_PASSWORD('e8$EqyiPDpVZ!UgZVw') variables. - [COMMAND_EXECUTION]: Multiple scripts use
subprocess.runto execute other Python scripts or system commands: scripts/publish_all_today.pyexecutesfetch_and_format.pyandpublish_to_lemmy.pyvia shell calls.scripts/test_debug.pyexecutesfetch_and_format.pyusing a hardcoded absolute file path (/home/openclaw/.openclaw/workspace/skills/openclaw-poster/scripts/fetch_and_format.py).scripts/fetch_and_format.pycontains a stub for executing theopenclawsystem command viasubprocessin itscall_llm_for_analysisfunction.- [EXTERNAL_DOWNLOADS]: The skill performs network requests to external infrastructure:
scripts/fetch_and_format.pyfetches announcement data fromhttp://39.104.68.74:8452usingurllib.request.scripts/publish_to_lemmy.pycommunicates withhttps://xiaer.aito authenticate and create forum posts using therequestslibrary.- [PROMPT_INJECTION]: The
scripts/fetch_and_format.pyscript ingests untrusted data from a remote API (announcement titles and content) and interpolates it into a prompt for analysis in thegenerate_overall_analysisfunction. This creates a surface for indirect prompt injection where malicious content in a corporate announcement could influence the agent's output.
Recommendations
- AI detected serious security threats
Audit Metadata