Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

This PR addresses discrepancies between the codebase and the documentation in docs/.

Changes:

  1. Eldritch DSL (docs/_docs/user-guide/eldritch.md):

    • Added missing methods for crypto (aes_decrypt, aes_encrypt, md5, sha1, sha256), random (bytes, uuid), and pivot (reverse_shell_repl, create_portal) libraries based on eldritch-lib* traits.
    • Corrected file.moveto to file.move to match #[eldritch_method("move")].
    • Removed pivot methods bind_proxy, port_forward, and smb_exec as they are not present in the library trait definition.
  2. Tavern Configuration & CLI (docs/_docs/user-guide/tavern.md):

    • Added a "Configuration" section listing environment variables and defaults found in tavern/config.go.
    • Added a "CLI" section documenting the redirector subcommand found in tavern/app.go.

PR created automatically by Jules for task 4944595619513707917 started by @KCarretto

- Update `docs/_docs/user-guide/eldritch.md` to match current Eldritch v2 library methods:
  - Add missing `crypto` methods (`aes_decrypt`, `aes_encrypt`, hashing).
  - Add missing `random` methods (`bytes`, `uuid`).
  - Add missing `pivot` methods (`reverse_shell_repl`, `create_portal`).
  - Rename `file.moveto` to `file.move`.
  - Remove unimplemented `pivot` methods.
- Update `docs/_docs/user-guide/tavern.md` to document:
  - Environment variable configuration.
  - `redirector` CLI command.
@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2026

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
2866    ±0 2866    ±0 0    ±0 0    ±0 0    ±0 0    ±0 1ms    ±0

Previous Results

Build 🏗️ Result 🧪 Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
#287 2866 2866 0 0 0 0 15.9s

Insights

Average Tests per Run Total Flaky Tests Total Failed Slowest Test (p95)
2866 0 0 43.2s

Slowest Tests

Test 📝 Results 📊 Duration (avg) ⏱️ Duration (p95) ⏱️
eldritch: random::string_impl::tests::test_string_uniform 3 41.7s 43.2s
eldritch: random::string_impl::tests::test_string_uniform 3 41.7s 43.2s
eldritch: random::string_impl::tests::test_string_uniform 3 41.7s 43.2s
eldritch: pivot::ncat_impl::tests::test_ncat_send_tcp 3 2.7s 8.0s
eldritch: pivot::ncat_impl::tests::test_ncat_send_tcp 3 2.7s 8.0s
eldritch: pivot::ncat_impl::tests::test_ncat_send_tcp 3 2.7s 8.0s
eldritch: pivot::ncat_impl::tests::test_ncat_send_udp 3 2.7s 8.0s
eldritch: pivot::ncat_impl::tests::test_ncat_send_udp 3 2.7s 8.0s
eldritch: pivot::ncat_impl::tests::test_ncat_send_udp 3 2.7s 8.0s
eldritch: pivot::port_scan_impl::tests::test_portscan_cidrparse 3 2.7s 8.0s

🎉 No failed tests in this run. | 🍂 No flaky tests in this run.

Github Test Reporter by CTRF 💚

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