frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

TimeCodeSecurity – Deterministic AST SAST and Auto-Remediation for Python

2•AyushGaur•55m ago
Hi Hacker News! I built TimeCodeSecurity (TCS), an open-source static security engine for Python.

Most existing open-source SAST tools rely on regex patterns or LLMs, leading to high false-positive rates and alert fatigue. TCS takes a compiler-level deterministic approach: it parses Python's Abstract Syntax Tree (AST) and tracks dataflow from function parameters directly into sensitive execution sinks (subprocess.run, raw SQL cursors, and path operations).

Key highlights: - Deterministic AST taint tracking (Zero regex / Zero AI guessing) - Closed-loop remediation: Patches are validated via AST syntax compilation and re-scanned in-memory before touching disk - Chronological visual proof graphs: Source -> Taint -> Sink - Sub-second execution (~700ms)

You can run it directly in your terminal:

  pip install git+https://github.com/kushigaur3103-svg/time-code-security.git
  tcs scan ./your_project --fix
GitHub: https://github.com/kushigaur3103-svg/time-code-security

Would love feedback on the AST traversal and in-memory verification approach! https://github.com/kushigaur3103-svg/time-code-security And that's my linkdin link https://www.linkedin.com/in/ayush-gaur-1488b1420?utm_source=share_via&utm_content=profile&utm_medium=member_android

Christophe Laudamiel: Planted Memory, Cultivated Ethics, and Perfumery

https://worldsensorium.com/christophe-laudamiel-planted-memory-cultivated-ethics-and-more-blossom...
1•dnetesn•1m ago•0 comments

AI models are not hacking "autonomously"

https://blog.keyvan.net/p/ai-models-are-not-hacking-autonomously
1•k1m•1m ago•0 comments

If a Lion Could Speak

https://blue-continuum.com/if-a-lion-could-speak
1•dnetesn•2m ago•0 comments

Sunshine coast airport floor tiling pattern inspired hardest problem of IMO 2025

https://petermc.net/blog/2025/07/21/imo-2025/
1•vismit2000•4m ago•0 comments

How to classify, route, and score with Jev and AI SDK

https://vercel.com/kb/guide/typesafe-jev-and-ai-sdk
1•flashbrew•6m ago•0 comments

Show HN: Gravitype – a terminal typing game where words fall from the sky

https://github.com/kanakOS01/gravitype
1•kanakOS01•8m ago•0 comments

Dusklight 2.0.0

https://github.com/TwilitRealm/dusklight/releases/tag/v2.0.0
1•skibz•8m ago•0 comments

Google Joins OpenAI, Anthropic, Meta in Disclosing AI Hacks

https://www.bloomberg.com/news/articles/2026-09-18/google-s-gemini-ai-system-hacked-three-systems...
2•dlx•11m ago•1 comments

CodeIO: Sprinkle determinism into your AI for better PRs

https://nloum.github.io/blog/codeio/
2•imagent•14m ago•0 comments

Build Distributed Systems from Scratch

https://builddistributedsystem.com
2•dockerd•15m ago•0 comments

When the Debugger Lies

https://danielmangum.com/posts/when-the-debugger-lies/
1•hasheddan•16m ago•0 comments

Chinese university builds "synthetic population" for shaping foreign propaganda

https://www.aspistrategist.org.au/china-is-building-an-ai-system-for-tailoring-its-foreign-propag...
3•ilamont•16m ago•0 comments

Claude Code Supports AGENTS.md

https://github.com/anthropics/claude-code/tree/main/mods/agents-md
2•tosh•24m ago•0 comments

CSS-Tricks could be a co-op

https://ericwbailey.website/published/css-tricks-could-be-a-co-op/
1•birdculture•24m ago•0 comments

Kubernetes Changed Block Tracking API – Beta Differences

https://kubernetes.io/blog/2026/09/14/csi-changed-block-tracking-beta/
1•hn9zmdcaou•29m ago•0 comments

Unexpected Facts about Turkeys

https://www.vox.com/2014/11/27/7299377/turkey-facts-fun
1•thunderbong•32m ago•0 comments

Anyone Used Cloudflare AI Agent Diagnostics for SaaS Purchases?

https://blog.cloudflare.com/aeo/
2•tkrenn06•32m ago•1 comments

EconDash – Explore 753 economic indicators across 298 countries

https://econdash.org
1•latentframe•32m ago•0 comments

Walking Men Worldwide

https://walking-men.com/
2•bookofjoe•34m ago•0 comments

Taking notes while reading: the John Locke commonplace method

https://fs.blog/john-locke-common-place-book/
1•mimo84•36m ago•0 comments

Infillion Acquires Foursquare

https://infillion.com/blog/infillion-to-acquire-foursquare-closing-the-loop-between-advertising-a...
1•doppp•42m ago•0 comments

Options Trading – Formula better than the Black-Scholes model

https://zenodo.org/records/22772029
2•zipotm•43m ago•0 comments

Launched a JEV directory with 100 uses cases

https://madewithjev.com
1•kraayen_jon•43m ago•0 comments

Show HN: NotchBuddy – Your MacBook's Notch Can Do All This

https://notchbuddy.com
1•mohitvaswani•44m ago•0 comments

Wonder how smart Jev is? Ask him directly

https://ouijev.com/
1•Rom2•45m ago•0 comments

OwnNotes: Private AI Notebook

https://apps.apple.com/us/app/ownnotes-private-ai-note/id6805594736
1•rajeevkrasr•46m ago•0 comments

Nonprofit that tracks meteors taken down by "critical blow" from a cyberattack

https://arstechnica.com/security/2026/09/nonprofit-that-tracks-meteors-taken-down-by-critical-blo...
1•joozio•53m ago•0 comments

RoboHarm: Do Frontier Robot Policies Refuse Unsafe Instructions?

https://robocurve.org/roboharm/
1•jonbaer•54m ago•0 comments

AnyFilter: Hide anything you don't want to see on any site, powered by Jev

https://github.com/anyfilter/anyfilter
1•lime66•55m ago•0 comments

TimeCodeSecurity – Deterministic AST SAST and Auto-Remediation for Python

2•AyushGaur•55m ago•0 comments