Skip to content

security: replace public httpbin target with localhost in simple.yaml - #25

Open
cycloarcane wants to merge 1 commit into
Stanford-Trinity:mainfrom
cycloarcane:fix/unsafe-default-target
Open

security: replace public httpbin target with localhost in simple.yaml#25
cycloarcane wants to merge 1 commit into
Stanford-Trinity:mainfrom
cycloarcane:fix/unsafe-default-target

Conversation

@cycloarcane

@cycloarcane cycloarcane commented Feb 24, 2026

Copy link
Copy Markdown

Addresses #24.

Problem:
The default configuration in configs/tests/simple.yaml points to httpbin.org. When users run this as their first test, the autonomous Supervisor frequently plans high-volume tasks like Denial of Service (DoS) probing and directory brute-forcing. Running these against a public resource without permission is a safety/legal risk.

Solution:
This PR changes the default target to http://localhost:8000. This ensures that new users operate within a safe, contained environment for their initial testing.

Changes:

  • Updated configs/tests/simple.yaml target to localhost.

Addresses Stanford-Trinity#24 by changing the default test target to localhost. This prevents accidental automated attacks (DoS, Fuzzing) against public infrastructure when new users run the default smoke test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant