Live data from Hacker News

Viewing profile — Jonathanfishner

Jonathanfishner

HN member
Joined
Wed, Aug 21, 2019, 1:37 PM UTC
HN karma
198
Public activity
32 items

About Jonathanfishner

building onecli.sh (YC S26), open-source credential gateway for AI agents

Recent public activity

  1. comment
    Comment #49064589

    thats cool. n1. spent 15min looking on it rn

  2. comment
  3. comment
    Comment #49030527

    got it. we have not heard that need from users yet, but, can def see it being usefule as a fallback mechanism, since we are already sit at this network proxy layer. what type of ca…

  4. comment
    Comment #49025779

    thanks, both are useful. 1. we support OAuth apps today, and we're growing the catalog based on demand. we support rotating and refreshing tokens for those. 2. I'd like to understa…

  5. comment
    Comment #49025640

    yes the agent controls its environment which is exactly why nothing sensitive should live there. The gateway and the real secrets sit outside the sandbox. that said, not holding th…

  6. story
    Show HN: OneCLI – OSS credential gateway that keeps secrets out of AI agents

    hey HN, Jonathan and Guy here, creators of OneCLI ( https://onecli.sh/ ). OneCLI is an open source vault for AI Agents. Traditional vaults are used to store your secrets and, on de…

  7. story
  8. story
  9. comment
  10. comment
  11. story
  12. comment
    Comment #47502679

    Creator of OneCLI here. On (1), the agent runs in its own container where OneCLI doesn't exist. It can't spin up OneCLI or access its process because it's completely isolated from …

  13. comment
    Comment #47362797

    that's exactly the idea. appreciate you framing it so clearly

  14. comment
    Comment #47362505

    Re IronClaw is probably the most hardened open-source implementation I've seen for this, but a sufficiently clever prompt injection against the built-in tools (especially shell) co…

  15. comment
    Comment #47362315

    It's not the same. The core overlap is that agents shouldn't be holding raw credentials, that part isn't new, agreed. But the problem space goes further when you're building for ag…

  16. comment
    Comment #46966628

    i have 34 more minutes to edit this post, give me something good and i'll change it

  17. story
    Show HN: Clawe – open-source Trello for agent teams

    We recently started to use agents to update some documentation across our codebase on a weekly basis, and everything quickly turned into cron jobs, logs, and terminal output. it wo…

  18. story
    Show HN: ChartDB Cloud – Visualize and Share Database Diagrams

    Me and Guy (@guyb3) built ChartDB to generate ER diagrams from your database without a need of any database access (via query/sql/dbml). We started with an open-source version, and…

  19. comment
    Comment #44703818

    We’re building ChartDB - an open-source tool to visualize and edit your database schema. Supports Postgres, MySQL, SQLite, MSSQL, ClickHouse. Includes AI export to generate DDL in …

  20. story
  21. comment
    Comment #42029089

    Really interesting to see this built on Google Apps Script such an underrated gem for quick, reliable automations! Cal.com is already out there and doing great, but it’s still cool…

  22. comment
    Comment #41381634

    Thank you for the kind words! I'm glad you're enjoying ChartDB. We appreciate your feedback about handling large tables with 100+ columns. Improving that experience is definitely o…

  23. comment
    Comment #41350487

    Thanks for catching that! I’ve fixed it for you here: https://dbfiddle.uk/F2vuGKVS . I also tested the export script with a table name like "table", and it worked. If you don’t min…

  24. comment
    Comment #41346878

    Thanks for giving it a try! I just tested it on an RDS PostgreSQL 15.4 instance, and it worked on my end. Would you mind opening a GitHub issue so we can dig into this further and …

  25. comment
    Comment #41346874

    Thanks for pointing that out! Just to clarify, we provide a single, hardcoded query that fetches metadata, with no option for user input. The user only needs to take the generated …