Caveat verdict
smart-agent-template
Agent workflow template providing task classification and context management methodology, references a public GitHub repo for setup — no sensitive data access or external transmission.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (15)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
docs/OLLAMA_SETUP.md · code · curl -fsSL https://ollama.com/install.sh | sh
Pipe to sh — executes piped content as shell commands
docs/OLLAMA_SETUP.md · code · | sh
Possible hardcoded credential
docs/OLLAMA_SETUP.md · code · TOKEN="你的Bot Token
Recursive delete from root or home — destructive command
docs/OLLAMA_SETUP.md · code · rm -rf ~
HTTP request to bare IP address — common in malicious payloads
docs/FEISHU_INTEGRATION.md · code · http://127.0.0.1
References sudo — requests elevated privileges
integrations/feishu/DEPLOYMENT.md · code · sudo
Uses exec() — may execute shell commands
process-standards/core/SECURITY_CHECK.md · code · exec(
Python os.getenv — reads environment variable
CHROMADB_INTEGRATION.md · code · os.getenv(
References agent memory files
CHROMADB_INTEGRATION.md · code · memory.md
References tunneling service
docs/FEISHU_INTEGRATION.md · code · ngrok
pip3 install — installs Python packages at runtime
integrations/feishu/DEPLOYMENT.md · code · pip3 install
Opens WebSocket connection
integrations/feishu/DEPLOYMENT.md · code · WebSocket
subprocess execution — runs system commands from Python
integrations/memory_manager.py · prose · downgraded · subprocess.run(
Python urllib.request — network access
integrations/feishu/bot_longconn.py · prose · downgraded · urllib.request
References agent configuration files
README.md · prose · downgraded · CLAUDE.md
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
Is this flag fair?
Thanks — recorded.