Skip to content
View Cubits11's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@PSUCyberSecurityLab

Block or report Cubits11

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
Cubits11/README.md

Pranav Bhave

I work on AI assurance and cloud security: measuring what a safety claim actually establishes, and where the evidence runs out.

Site → cubits11.github.io — technical claims there either link to public evidence or are marked as attested rather than shown.

Now

  • CC-Framework — Python. If two AI content filters each fail on 10% of harmful inputs, multiplying gives 1% for the pair — but that assumes their failures are independent. The real rate lies somewhere in [0%, 10%], depending on how far the two failure sets overlap, and measuring each filter alone never tells you which. CC-Framework reports the range the measurements actually support instead of assuming independence. Worked example: When Marginals Are Not Enough.

  • Ghost-Ark — TypeScript, AWS CDK. At Penn State's S2 Lab. A verifier that tests how far a signed audit receipt actually identifies the execution it claims to describe, and where that identification breaks down.

  • Assay — private, early. What a verifier can and cannot conclude from AWS Nitro Enclave attestation.

Penn State CS '26, Cybersecurity minor · AWS Certified Cloud Practitioner and AI Practitioner · Philadelphia, PA.

Reading this account

Repositories marked Archived are earlier exploration kept as a record, not as current claims — some carry language I would not write today. Current work is what's pinned, plus the site above.

Pinned Loading

  1. cc-framework cc-framework Public

    Python library that bounds the failure rate of stacked AI guardrails from each rail's individual rate, instead of assuming their failures are independent.

    Python 1

  2. PSUCyberSecurityLab/ghost-ark PSUCyberSecurityLab/ghost-ark Public

    AWS-native evidence ark for bounded AI assurance. Because an ark is not just storage. It preserves what matters through chaos. It carries evidence across uncertainty. It is infrastructure for survi…

    TypeScript 1

  3. cubits11.github.io cubits11.github.io Public

    Evidence-first AI assurance research: joint guardrail evaluation, reproducibility, and provenance.

    Python

  4. ghost-visualizer ghost-visualizer Public

    React/Vite visual essay on why two guardrails that each score 90% do not compose to 99%. Runs entirely in the browser, no backend.

    TypeScript