A lightweight .NET micro-ORM organized as a monorepo.
SaferSkills independently audited dotnet-micro-orm (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A lightweight .NET micro-ORM organized as a monorepo.
dotnet-micro-orm/
├── src/
│ ├── MicroOrm.Core/ # Core abstractions and interfaces
│ └── MicroOrm.Dapper/ # Dapper-based implementation
├── tests/
│ ├── MicroOrm.Core.Tests/ # Tests for core abstractions
│ └── MicroOrm.Dapper.Tests/ # Tests for the Dapper implementation
├── samples/
│ └── MicroOrm.Sample/ # Console app demonstrating usage
├── .github/workflows/ci.yml # CI/CD pipeline
├── Directory.Build.props # Shared MSBuild properties
├── global.json # .NET SDK version pin
└── dotnet-micro-orm.sln # Root solution filedotnet build dotnet-micro-orm.slndotnet test dotnet-micro-orm.slndotnet run --project samples/MicroOrm.Sample| Project | Description |
|---|---|
MicroOrm.Core | Core interfaces (IRepository<T>, IUnitOfWork) and base models |
MicroOrm.Dapper | Dapper-backed generic repository implementation |
MicroOrm.Core.Tests | Unit tests for core abstractions |
MicroOrm.Dapper.Tests | Integration tests using an in-memory SQLite database |
MicroOrm.Sample | Sample console application |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.