Production-tested Hermes Agent automations: grounded briefs, cron watchdogs, Alexa delivery, Google Calendar/Fitbit/mail/finance context, career workflows, and reusable agent skills.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport streamable-http counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
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
- prompt-file Chere3-hermes-automation-stack-9a00b1e/prompts/alexa-evening-brief.md
- prompt-file Chere3-hermes-automation-stack-9a00b1e/prompts/alexa-morning-brief.md
- prompt-file Chere3-hermes-automation-stack-9a00b1e/prompts/whatsapp-daily-brief.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/autonomous-ai-agents/autonomous-agent-watchdogs/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/computer-use/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/devops/stateful-container-upgrades/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/devops/tailscale-service-publishing/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/productivity/career-ops-stage/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/productivity/daily-operations-briefing/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/research/wearable-wellness-coaching/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/security/secrets-management-automation/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/security/secrets-manager-automation/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/smart-home/alexa-smart-home-automation/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/software-development/android-binary-static-analysis/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/software-development/android-hybrid-app-packaging/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/software-development/public-data-source-integration/SKILL.md
- skill Chere3-hermes-automation-stack-9a00b1e/skills/software-development/third-party-automation-integration/SKILL.md
danger signals8
- over-broad OAuth scope gmail.modify Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/google_api.py :48
"https://www.googleapis.com/auth/gmail.modify", - over-broad OAuth scope https://www.googleapis.com/auth/drive
expected for this server's purpose
Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/google_api.py :50
"https://www.googleapis.com/auth/drive", - over-broad OAuth scope https://www.googleapis.com/auth/spreadsheets
expected for this server's purpose
Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/google_api.py :52
"https://www.googleapis.com/auth/spreadsheets", - over-broad OAuth scope https://www.googleapis.com/auth/documents
expected for this server's purpose
Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/google_api.py :53
"https://www.googleapis.com/auth/documents", - over-broad OAuth scope gmail.modify Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/setup.py :51
"https://www.googleapis.com/auth/gmail.modify", - over-broad OAuth scope https://www.googleapis.com/auth/drive
expected for this server's purpose
Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/setup.py :53
"https://www.googleapis.com/auth/drive", - over-broad OAuth scope https://www.googleapis.com/auth/spreadsheets
expected for this server's purpose
Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/setup.py :55
"https://www.googleapis.com/auth/spreadsheets", - over-broad OAuth scope https://www.googleapis.com/auth/documents
expected for this server's purpose
Chere3-hermes-automation-stack-9a00b1e/skills/productivity/google-workspace/scripts/setup.py :56
"https://www.googleapis.com/auth/documents",
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