Skip to content
View agentsincorporated's full-sized avatar

Block or report agentsincorporated

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
agentsincorporated/README.md

Attest

Deterministic compliance attestation for code and repositories.

In the AI era, most production code is written or assisted by AI. An AI model grading AI-generated code is circular — two runs on the same code can disagree with each other. Attest takes the opposite approach: a deterministic engine first, AI only where no tool applies, and always labeled.

How it works

  • Real scanners, not opinions — Semgrep, gitleaks, osv-scanner, and checkov run against your repo; every finding cites the tool, rule, and file:line.
  • Mapped to real clauses — findings map to the technical controls of 65 compliance frameworks: HIPAA, SOC 2, PCI DSS, GDPR, ISO 27001, NIST 800-53, the OWASP LLM Top 10, and more.
  • Reproducible verdicts — the same commit always yields the same result. Your auditor can run the same open tools and reproduce the evidence independently.
  • Signed reports — frozen, hashed, and signed, with a public verification link.
  • The PR Gate — every pull request is diffed against your compliance baseline and gets an advisory verdict as a comment before merge. It never blocks.
  • Read-only, any stack — no build, no toolchain, no write access. Attest reads code; it never modifies a repository, and it does not issue certifications — it produces technical evidence for auditors.

Get started

A signed, evidence-backed compliance report for one repository and one framework is $19, one time — before your next standup.

agentsincorporated.ai · FAQ · LinkedIn · support@agentsincorporated.ai

Popular repositories Loading

  1. .github .github Public

  2. agentsincorporated agentsincorporated Public

    Deterministic compliance attestation for code — 65 frameworks, reproducible evidence, signed reports.

  3. juice-shop juice-shop Public

    Forked from juice-shop/juice-shop

    OWASP Juice Shop: Probably the most modern and sophisticated insecure web application

    TypeScript