home.social

#trailofbits — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #trailofbits, aggregated by home.social.

  1. source: 404media.co/a-secure-chat-apps…

    The #Swisscows CEO confirmed a “technically possible but artificially constructed scenario.” Trail of Bits, for its part, refers to a “misrepresentation” of the #exploit by Swisscows: “The core problem is that Teleguard’s server has all the information needed to decrypt every user’s private key and read every message,” said #DanGuido, co-founder and CEO of #TrailOfBits .

    #teleguard #chat #messenger #security #encryption #hack #hacker #software #fail #omg #wtf #news #meme #bug #internet #spy #attack #end2end #rsa

  2. source: 404media.co/a-secure-chat-apps…

    The #Swisscows CEO confirmed a “technically possible but artificially constructed scenario.” Trail of Bits, for its part, refers to a “misrepresentation” of the #exploit by Swisscows: “The core problem is that Teleguard’s server has all the information needed to decrypt every user’s private key and read every message,” said #DanGuido, co-founder and CEO of #TrailOfBits .

    #teleguard #chat #messenger #security #encryption #hack #hacker #software #fail #omg #wtf #news #meme #bug #internet #spy #attack #end2end #rsa

  3. source: 404media.co/a-secure-chat-apps…

    The #Swisscows CEO confirmed a “technically possible but artificially constructed scenario.” Trail of Bits, for its part, refers to a “misrepresentation” of the #exploit by Swisscows: “The core problem is that Teleguard’s server has all the information needed to decrypt every user’s private key and read every message,” said #DanGuido, co-founder and CEO of #TrailOfBits .

    #teleguard #chat #messenger #security #encryption #hack #hacker #software #fail #omg #wtf #news #meme #bug #internet #spy #attack #end2end #rsa

  4. ----------------

    🛠️ Tool
    ===================

    Opening: Trail of Bits maintains an opinionated configuration repository for working with Claude Code that codifies defaults, workflows, and recommended patterns for security audits, development, and research. The project documents approaches for sandboxing, permission handling, extensibility via hooks and skills, and options for MCP servers and local models.

    Key Features:
    • Sandboxing and permissions: clear guidance on restricting agent capabilities and separating risky actions from privileged contexts.
    • Hooks and skills: patterns for extending Claude Code with custom hooks and reusable skills to automate common audit tasks.
    • MCP server patterns: documented layouts and usage patterns for Model Context Protocol servers to centralize context management across sessions.
    • Local model support: notes and recommendations for running local models with tools such as LM Studio and headless daemons like llmster.
    • Terminal and session guidance: recommended terminal (Ghostty) and operational notes for handling long, high-volume Claude Code sessions.

    Technical Implementation:
    • The repository presents opinionated configuration files, integration points for hooks/skills, and documented MCP server topologies rather than executable scripts.
    • Design choices emphasize principle-of-least-privilege for agent actions, separation of IO-bound operations into isolated sandboxes, and modular skill injection to keep sessions auditable and reproducible.

    Use Cases:
    • Security audits where an analyst needs repeatable LLM-driven workflows constrained by explicit permission boundaries.
    • Development and research setups requiring local model experimentation, context servers, and consistent session tooling.
    • Teams that require a shared baseline for Claude Code sessions to reduce variance across engagements.

    Limitations:
    • The repository is opinionated and reflects Trail of Bits operational preferences; it may not fit all organizational policies or threat models.
    • Some components referenced (terminals, local model tooling) assume platform compatibility and may require alternative choices in constrained environments.

    References:
    • Core concepts include claude-code-config, Ghostty, LM Studio, llmster, and MCP patterns. Documentation focuses on capabilities and integration patterns rather than installation or runtime instructions.

    🔹 tool #claudecode #mcp #sandboxing #trailofbits

    🔗 Source: github.com/trailofbits/claude-

  5. 👨‍💻 Wow, an "amazing" discovery: code has bugs 🐞—who would've guessed?! 🎉 Trail of Bits bravely announces they used a tool to find issues, as if highlighting a #zero-day is akin to finding Waldo in a single-page book. 🤦‍♂️
    blog.trailofbits.com/2025/11/1 #amazingdiscovery #codebugs #TrailofBits #findings #softwareissues #HackerNews #ngated

  6. 👨‍💻 Wow, an "amazing" discovery: code has bugs 🐞—who would've guessed?! 🎉 Trail of Bits bravely announces they used a tool to find issues, as if highlighting a #zero-day is akin to finding Waldo in a single-page book. 🤦‍♂️
    blog.trailofbits.com/2025/11/1 #amazingdiscovery #codebugs #TrailofBits #findings #softwareissues #HackerNews #ngated

  7. 👨‍💻 Wow, an "amazing" discovery: code has bugs 🐞—who would've guessed?! 🎉 Trail of Bits bravely announces they used a tool to find issues, as if highlighting a #zero-day is akin to finding Waldo in a single-page book. 🤦‍♂️
    blog.trailofbits.com/2025/11/1 #amazingdiscovery #codebugs #TrailofBits #findings #softwareissues #HackerNews #ngated

  8. 👨‍💻 Wow, an "amazing" discovery: code has bugs 🐞—who would've guessed?! 🎉 Trail of Bits bravely announces they used a tool to find issues, as if highlighting a #zero-day is akin to finding Waldo in a single-page book. 🤦‍♂️
    blog.trailofbits.com/2025/11/1 #amazingdiscovery #codebugs #TrailofBits #findings #softwareissues #HackerNews #ngated

  9. huh #trailofbits did an audit of #simplex - only the "protocol spec" github.com/simplex-chat/simple

    quite limited scope. and last time i looked at the spec i lost my appetite, but apparently there have been updates, like addition of sntrup pq kem. so maybe this has improved? still wouldn't use it the supply chain attack surface is begging for a "soon" not an "if". and the global transcript of group chats was out of scope in this audit. so, meh?

  10. CW: Curl, security audit

    I truly enjoyed reading Trail of Bits blog post on their security audit of #curl ( blog.trailofbits.com/2022/12/2 ) and @bagder answer on his blog ( daniel.haxx.se/blog/2022/12/21 ).
    This is the way security audits should be handled, keeping clarity, addressing critical flaws, and working together towards a common path, software security and reliability.

    #infosec #trailofbits

  11. The 2022 #Curl Security Audit by #trailofbits was interesting as I've myself done quite a bit of digging into curl internals over the years. While there were many findings, only two of them were considered security vulnerabilities.

    2022 security audit: daniel.haxx.se/blog/2022/12/21

    older post about increased CVE activity: daniel.haxx.se/blog/2022/08/22

  12. The 2022 #Curl Security Audit by #trailofbits was interesting as I've myself done quite a bit of digging into curl internals over the years. While there were many findings, only two of them were considered security vulnerabilities.

    2022 security audit: daniel.haxx.se/blog/2022/12/21

    older post about increased CVE activity: daniel.haxx.se/blog/2022/08/22

  13. The 2022 #Curl Security Audit by #trailofbits was interesting as I've myself quite a bit of digging into curl internals over the years. While there were many findings, only two of them were considered security vulnerabilities.

    2022 security audit: daniel.haxx.se/blog/2022/12/21

    older post about increased CVE activity: daniel.haxx.se/blog/2022/08/22