frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI 2027 Tracker

https://ai2027-tracker.com/
1•merksittich•9m ago•0 comments

Alan Greenspan Has Died

https://businessdesk.co.nz/article/economy/remembering-alan-greenspan
2•vismit2000•13m ago•0 comments

How much? The hidden costs of restaurant dishes

https://www.theguardian.com/food/2026/jun/26/how-much-the-hidden-costs-of-restaurant-dishes
1•helsinkiandrew•14m ago•0 comments

Midwit Cleanse – midwits wipe themselves off the gene pool

https://demiculus.com/midwit-cleanse/
1•demiculus•15m ago•0 comments

Translating Pandas to Polars using LLMs

https://pola.rs/posts/llm-polars-patterns/
2•jeroenjanssens•18m ago•0 comments

Paris to ban drinking alcohol in public as hospitals hit heatwave breaking point

https://www.theguardian.com/world/2026/jun/26/paris-heatwave-drinking-ban-drinking-alcohol-public
2•teleforce•18m ago•1 comments

Paying for LLM inference by the kilowatt-hour instead of per token

https://www.coinerella.com/energy-based-llm-billing-cut-my-bill-to-a-sixth/
1•willy__•19m ago•0 comments

How your team can save 100's of hours of work

https://www.dcaulfield.com/save-your-team-100s-of-hours
1•cauliflower99•28m ago•0 comments

Google Vids: AI-Powered Video Creator and Editor

https://workspace.google.com/products/vids/
1•tilt•29m ago•0 comments

GuixPkgs: Every Guix package, as a Nix flake

https://fzakaria.com/2026/06/25/guixpkgs-every-guix-package-as-a-nix-flake
1•ingve•31m ago•0 comments

Micron blames Apple and customers for the lack of memory capacity

https://www.wsj.com/tech/apple-raises-prices-on-macs-ipads-by-200-or-more-on-some-models-a7463f99
1•alecco•32m ago•1 comments

Patent-CR: A Dataset for Patent Claim Revision

https://aclanthology.org/2025.naacl-long.116/
1•teleforce•37m ago•0 comments

Building effective pen-testing agents

https://cecuro.ai/blog/building-effective-pen-testing-agents
2•GustavHartz•40m ago•1 comments

The Age of the Solopreneur

https://www.stripeeconomics.com/p/the-age-of-the-solopreneur
2•jv_dh•41m ago•0 comments

CasaOS: An open-source home server OS for Docker apps

https://github.com/IceWhaleTech/CasaOS
2•chandler93•42m ago•0 comments

The Human Agentic Gap

https://zenodo.org/records/20920098
1•tas101•44m ago•0 comments

Show HN: Helios – Business OS for Freelancers

https://www.helios.today/
1•Koran37•51m ago•0 comments

What if plants could talk? (OpenAI YouTube) [video]

https://www.youtube.com/watch?v=q_diWy3xdrw
1•frabcus•52m ago•0 comments

Snap's Evan Spiegel, Miranda Kerr help erase $550M in med debt for Californians

https://www.latimes.com/business/story/2026-06-25/snaps-evan-spiegel-miranda-kerr-help-erase-550-...
2•thunderbong•1h ago•0 comments

Show HN: A Transformer Is All You Need

https://zenodo.org/records/20906443
1•KnoxProtocol•1h ago•0 comments

Chinese cybersecurity company claims it's built a better-than-Mythos bug finder

https://www.theregister.com/security/2026/06/26/chinese-cybersecurity-company-claims-its-built-a-...
2•lukewarm707•1h ago•0 comments

Why software GPS spoofing can't beat Pokémon Go's anti-cheat on iOS 17

https://zenodo.org/records/20917374
2•KKSwift•1h ago•0 comments

Reward hacking is swamping model intelligence gains

https://cursor.com/blog/reward-hacking-coding-benchmarks
1•DR_MING•1h ago•0 comments

Evaluating performance and efficiency of the GitHub Copilot agentic harness

https://github.blog/ai-and-ml/github-copilot/evaluating-performance-and-efficiency-of-the-github-...
1•mariuz•1h ago•0 comments

See who stars a GitHub repo, on a map

https://starmapper.bruniaux.com
1•t3r•1h ago•1 comments

Pandas-ta-classic 0.6.52: SMC liquidity sweep detector, Ichimoku fixes

https://github.com/xgboosted/pandas-ta-classic
1•xgboosted•1h ago•0 comments

Global cyber strike disrupts SocGholish, Amadey, and StealC malware networks

https://www.europol.europa.eu/media-press/newsroom/news/global-cyber-strike-disrupts-socgholish-a...
1•jruohonen•1h ago•0 comments

Stop Killing Games Pivots to Amending Digital Fairness Act in EU After Loss

https://www.techdirt.com/2026/06/25/stop-killing-games-pivots-to-amending-digital-fairness-act-in...
3•beardyw•1h ago•0 comments

I made a Claude Code session manager for tmux

https://www.devas.life/i-made-a-claude-code-session-manager-for-tmux/
1•philips•1h ago•0 comments

Teen Patti Rules

https://playkline.com/
1•tpgame•1h ago•0 comments
Open in hackernews

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

https://pypi.org/project/agentshield-sdk/
2•iamsanjayk•1y 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•1y 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•1y 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.