Caveat verdict
AgentPathfinder
certainlogic-pathfinder
Local HMAC-SHA256 audit trail system for agent tool calls that logs to local files and sends status notifications to the agent's own chat; no external exfiltration of audit data.
⚠ 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 (13)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
HONEST_PRODUCT_DEFINITION.md · code · curl evil.com | bash
Recursive delete from root or home — destructive command
HONEST_PRODUCT_DEFINITION.md · code · rm -rf /
Pipe to bash — executes piped content as shell commands
HONEST_PRODUCT_DEFINITION.md · code · | bash
Uses exec() — may execute shell commands
HONEST_PRODUCT_DEFINITION.md · code · exec(
HTTP request to bare IP address — common in malicious payloads
BUILD_SYSTEM.md · code · http://127.0.0.1
Pipe to python — executes piped content as Python code
HONEST_PRODUCT_DEFINITION.md · prose · downgraded · | Python
<script> tag in markdown — potential code injection
scripts/dashboard_v130.py · prose · downgraded · <script>
Popular HTTP library — network access
v12_vs_v13_WHAT_CHANGED.md · code · got
subprocess execution — runs system commands from Python
agentpathfinder/task_engine.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
agentpathfinder/tool_audit.py · prose · downgraded · subprocess.run(
command, shell=True
Python urllib.request — network access
agentpathfinder/tool_audit.py · prose · downgraded · urllib.request
Sets world-executable permissions
SAFETY.md · prose · downgraded · chmod 700
Python shutil file operation — copies/moves/deletes files
tests/test_runtime_callbacks.py · prose · downgraded · shutil.rmtree(
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.
network_in Is this flag fair?
Thanks — recorded.