frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I can never talk to an AI anonymously again

https://www.theargumentmag.com/p/i-can-never-talk-to-an-ai-anonymously
1•momentmaker•48s ago•0 comments

Iran's IRGC warns it may cut undersea internet cables in Persian Gulf

https://timesofindia.indiatimes.com/technology/tech-news/irans-irgc-warns-it-may-cut-undersea-int...
1•us321•3m ago•0 comments

Google Search to classify 'back button hijacking' as spam

https://9to5google.com/2026/04/13/google-search-back-button-hijacking/
1•thunderbong•7m ago•0 comments

Don't invert that matrix (2010)

https://www.johndcook.com/blog/2010/01/19/dont-invert-that-matrix/
1•downbad_•9m ago•1 comments

AI Will Have the Biggest Impact on Photography Since the Digital Camera (2018)

https://www.artsy.net/article/artsy-editorial-ai-will-forever-change-create-find-truth-images
1•binauralskys•9m ago•0 comments

Discord group says it accessed Claude Mythos by guessing location

https://mashable.com/article/discord-group-accesses-claude-mythos-claims
2•kocial•11m ago•0 comments

Outerloop – A persistent world where AI agents live alongside humans

https://outerloop.ai
1•organizaciones•15m ago•1 comments

DeepSeek V4 with Strix: a quick test

https://theaq.blog/2026/04/25/deepseek-v4-with-strix-a-quick-test.html
1•TheArtificialQ•16m ago•0 comments

Tiny 1000bhp 13Kg Motor Cuts 200kg From EVs [video]

https://www.youtube.com/watch?v=B2Hl4c1iZK0
1•CharlesW•19m ago•0 comments

Stop Posting About Claude Getting Worse, You're Embarrassing Yourselves

https://mdelcaro.substack.com/p/stop-posting-about-claude-getting
2•fathermarz•21m ago•1 comments

OpenAI CEO apologizes to Tumbler Ridge community

https://techcrunch.com/2026/04/25/openai-ceo-apologizes-to-tumbler-ridge-community/
1•latein•23m ago•0 comments

North American Millets Alliance(2023)

https://milletsalliance.org/
1•num42•24m ago•0 comments

Architecture of Honesty, Why Claude Swept Seven Rounds

https://sso.accounts.dowjones.com/login-page?scope=openid+profile+email+pib+is_dowjones_employee&...
2•Paodim•24m ago•0 comments

Research Topics in AI and ML in 2026 and Their Philosophical Connections

https://omseeth.github.io/blog/2026/philosophy_2026/
1•philoai•25m ago•0 comments

Mine, an IDE for Coalton and Common Lisp

https://coalton-lang.github.io/mine/
1•varjag•26m ago•0 comments

After 5000 applications, 1000s of rejections got an offer – tech UK

https://www.youtube.com/watch?v=RRGOAj2dEX4
1•shaanuknow•27m ago•1 comments

The longest train journey in the EU

https://jonworth.eu/the-longest-train-journey-in-the-eu/
4•fanf2•31m ago•0 comments

Claude Mythos: The first AI-native cyberweapon?

https://en.landingfymax.com.br/cybersecurity/claude-mythos-ai-cyber-weapon-2026
1•EvCarvalho•32m ago•0 comments

An amateur just solved a 60-year-old math problem–by asking AI

https://www.scientificamerican.com/article/amateur-armed-with-chatgpt-vibe-maths-a-60-year-old-pr...
2•pr337h4m•32m ago•0 comments

Count tokens, model compatibility, and estimated costs

https://howmanytokens.app/
1•walidio•33m ago•0 comments

Swift-bridge facilitates Rust and Swift interop

https://github.com/chinedufn/swift-bridge
2•dlahoda•34m ago•0 comments

Ask HN: How to think in terms of parallel Claude agents

2•gndp•37m ago•0 comments

Why Maine's Governor Just Killed a Pioneering Data Center Moratorium

https://www.motherjones.com/politics/2026/04/maine-data-center-janet-mills-veto/
1•cdrnsf•38m ago•1 comments

Sense, local code intelligence for AI coding agents

https://luuuc.github.io/sense/
1•luuuc•39m ago•0 comments

I found an old telephone and made it control Spotify

https://natya.is-a.dev/the-beetel/
2•birdculture•39m ago•0 comments

FSF Position on "Ethical" AI

https://www.fsf.org/blogs/licensing/rail-are-nonfree-and-unethical
1•j_m_b•39m ago•0 comments

The AI Compute Crunch Is Here (and It's Affecting the Economy)

https://www.404media.co/the-ai-compute-crunch-is-here-and-its-affecting-the-entire-economy/
1•Brajeshwar•40m ago•0 comments

Scientists are worried about Atlantic Meridional Overturning Circulation slowing

https://www.cbc.ca/news/science/amoc-slowdown-9.7176387
6•pseudolus•40m ago•0 comments

"Wealth inflation" has led to "elite overproduction"

https://greyenlightenment.com/2026/02/07/wealth-inflation-leads-to-elite-overproduction/
2•paulpauper•42m ago•0 comments

Claude OAuth

https://developer.puter.com/tutorials/claude-oauth/
1•ent101•42m ago•0 comments
Open in hackernews

Show HN: AgentShield SDK – Runtime security for agentic AI applications

https://pypi.org/project/agentshield-sdk/
2•iamsanjayk•11mo ago
Hi HN,

We built AgentShield, a Python SDK and CLI to add a security checkpoint for AI agents before they perform potentially risky actions like external API calls or executing generated code.

Problem: Agents calling arbitrary URLs or running unchecked code can lead to data leaks, SSRF, system damage, etc.

Solution: AgentShield intercepts these actions:

- guarded_get(url=...): Checks URL against policies (block internal IPs, HTTP, etc.) before making the request.

- safe_execute(code_snippet=...): Checks code for risky patterns (os import, eval, file access, etc.) before execution.

It works via a simple API call to evaluate the action against configurable security policies. It includes default policies for common risks.

Get Started:

Install: pip install agentshield-sdk

Get API Key (CLI): agentshield keys create

Use in Python: from agentshield_sdk import AgentShield # shield = AgentShield(api_key=...) # await shield.guarded_get(url=...) # await shield.safe_execute(code_snippet=...)

Full details, documentation, and the complete README are at <https://pypi.org/project/agentshield-sdk/>

We built this because securing agent interactions felt crucial as they become more capable. It's still early days, and we'd love to get your feedback on the approach, usability, and policies.

Comments

subhampramanik•11mo ago
Looks interesting -- Does it work like a wrapper on top of OpenAI specs? Like, can we just replace the OpenAI package with this, and it's fully integrated?
iamsanjayk•11mo ago
Hey, thanks for asking! Good question.

AgentShield isn't a wrapper around the OpenAI package, so you wouldn't replace openai with it. Think of AgentShield as a separate safety check you call just before your agent actually tries to run a specific risky action.

So, you'd still use the openai library as normal to get your response (like a URL to call or code to run). Then, before you actually use httpx/requests to call that URL, or exec() to run the code, you'd quickly check it with shield.guarded_get(the_url) or shield.safe_execute(the_code).

Currently, It focuses on securing the action itself (the URL, the code snippet) rather than wrapping the LLM call that generated it.