github Python analyzed 9a00b1e

Chere3/hermes-automation-stack

github

Production-tested Hermes Agent automations: grounded briefs, cron watchdogs, Alexa delivery, Google Calendar/Fitbit/mail/finance context, career workflows, and reusable agent skills.

maintainer
Chere3
licence
MIT
first seen
2026-09-11
last seen
2026-09-12
releases · 30d
1
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 0 tools
transport streamable-http counts 0 tools · 0 res · 0 prompts permission surface via code analysis

No tools enumerated yet for this server.

skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit 9a00b1e · analyzer v33 · 6d ago

skills & prompt files 18

danger signals8

code evidence vv1.0.0 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 25

filesystem 22

  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/alexa_auth_preflight.py :7 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/alexa_brief_receipt_watchdog.py :7 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/alexa_evening_context.py :12 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/alexa_morning_context.py :11 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/astrazeneca_zapopan_jobs_watch.py :14 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/career_ops_context.py :6 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/ebay_bid_watch.py :18 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/google_calendar_brief_context.py :9 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/google_health_reauth_reminder.py :5 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/google_health_sync.py :5 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/linkedin_daily_context.py :16 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/proton_mail_brief_context.py :9 from pathlib import Path
show 10 more
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/tests/test_astrazeneca_zapopan_jobs_watch.py :12 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/tests/test_ebay_bid_watch.py :8 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/tests/test_google_calendar_brief_context.py :4 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/whisper_money_finance_context.py :14 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/whisper_money_stale_alert.py :7 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/skills/productivity/career-ops-stage/scripts/test-career-browser-session.py :7 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/_hermes_home.py :20 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/google_api.py :27 import shutil
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/gws_bridge.py :11 from pathlib import Path
  • fs (weak) Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/setup.py :29 import shutil

shell / exec 12

  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/alexa_auth_preflight.py :5 import subprocess
  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/astrazeneca_zapopan_jobs_watch.py :9 import subprocess
  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/career_ops_context.py :5 import subprocess
  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/ebay_bid_watch.py :13 import subprocess
  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/proton_mail_brief_context.py :7 import subprocess
  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/tests/test_astrazeneca_zapopan_jobs_watch.py :8 import subprocess
  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/tests/test_career_ops_context.py :2 import subprocess
  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/whisper_money_finance_context.py :12 import subprocess
  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/skills/productivity/career-ops-stage/scripts/test-career-browser-session.py :4 import subprocess
  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/google_api.py :28 import subprocess
  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/gws_bridge.py :8 import subprocess
  • shell (weak) Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/setup.py :30 import subprocess

network 7

  • net (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/alexa_morning_context.py :12 from urllib.parse import urlencode
  • net (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/astrazeneca_zapopan_jobs_watch.py :15 from urllib.parse import urlencode
  • net (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/ebay_bid_watch.py :19 from urllib.parse import urlencode
  • net (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/tests/test_astrazeneca_zapopan_jobs_watch.py :14 from urllib.parse import parse_qs, urlparse
  • net (weak) Chere3-hermes-automation-stack-9a00b1e/skills/devops/tailscale-service-publishing/scripts/query_dns_authority.py :9 import socket
  • net (weak) Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/gws_bridge.py :34 import urllib.error
  • net (weak) Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/setup.py :384 from urllib.parse import parse_qs, urlparse

secrets 1

  • secrets (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/ebay_bid_watch.py :29 EXPECTED_TITLE_TOKEN = os.getenv("EBAY_EXPECTED_TITLE_TOKEN", "").strip()

database 1

  • db (weak) Chere3-hermes-automation-stack-9a00b1e/scripts/alexa_evening_context.py :9 import sqlite3

declared dependencies 3

  • mcp@>=1.0
  • google-api-python-client@>=2.0
  • httpx@>=0.27