Aguara helps teams answer a practical question:
Can we trust this repository before we install it, run it in CI, or give it to an AI coding agent?
That question is getting harder to answer.
A repo is no longer just source code. It can carry lockfiles, install scripts, package-manager policy, dependency aliases, CI assumptions, agent instructions, and local agent configuration.
Any of those can change what gets trusted or executed.
Over the last week, we expanded Aguara across that workflow:
> more known-malicious package coverage from lockfiles, including around 202,000 additional package entries visible to local checks
> npm v12 and pnpm trust-policy checks
> alias resolution, so a dependency cannot hide behind another name
> Bun and Yarn Berry lockfile coverage before install
> checks for agent config and instruction files
> CI baseline/diff mode, so teams can adopt it without blocking on old findings
> fuzzing across parser surfaces, so malformed repo files cannot easily crash the scanner
The goal is not more alerts.
The goal is to give developers, DevOps teams, and security teams a fast local review before trust becomes execution.
No package execution.
No scan-time network calls.
No telemetry.
No LLM calls.