https://github.com/systemslibrarian/postquantum-file-encryption
· scanned 2026-06-16 00:27 UTC (2 months, 2 weeks ago)
12 raw signals (0 security + 12 graph)
Last scanned 2 months, 2 weeks ago · v1 · 10 actionable findings from 1 signal source. 2 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 245 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
VERSION-RECONCILIATION.md |
software | healthy | VERSION-RECONCILIATION.md |
ROADMAP.md |
software | healthy | ROADMAP.md |
KNOWN-GAPS.md |
software | healthy | KNOWN-GAPS.md |
LICENSE |
software | healthy | LICENSE |
SUPPORT.md |
software | healthy | SUPPORT.md |
CODE_OF_CONDUCT.md |
software | healthy | CODE_OF_CONDUCT.md |
SECURITY.md |
software | healthy | SECURITY.md |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
KeyProviderTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/KeyProviderTests.cs |
DeterministicVectorTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/DeterministicVectorT… |
ErrorHandlingTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/ErrorHandlingTests.cs |
RoundTripTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/RoundTripTests.cs |
DependencyInjectionTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/DependencyInjectionT… |
NoOracleTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/NoOracleTests.cs |
KnownAnswerVectorTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/KnownAnswerVectorTes… |
StreamingTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/StreamingTests.cs |
CancellationTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/CancellationTests.cs |
PropertyTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/PropertyTests.cs |
PassphraseOverloadTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/PassphraseOverloadTe… |
SyncApiTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/SyncApiTests.cs |
SigningKnownAnswerVectorTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/SigningKnownAnswerVe… |
HybridTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/HybridTests.cs |
AtomicWriteIoFailureTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/AtomicWriteIoFailure… |
CrossImplementationTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/CrossImplementationT… |
BytesApiTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/BytesApiTests.cs |
TestSupport.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/TestSupport.cs |
DecryptionLimitsTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/DecryptionLimitsTest… |
OptionsHelpersTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/OptionsHelpersTests.… |
RecipientTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/RecipientTests.cs |
CloudKeyProviderTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/CloudKeyProviderTest… |
TelemetryAndAtomicTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/TelemetryAndAtomicTe… |
FuzzTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/FuzzTests.cs |
KdfTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/KdfTests.cs |
SigningTests.cs |
software | healthy | tests/PostQuantum.FileEncryption.Tests/SigningTests.cs |
Program.cs |
software | healthy | benchmarks/PostQuantum.FileEncryption.Benchmarks/Program.cs |
ThroughputBenchmarks.cs |
software | healthy | benchmarks/PostQuantum.FileEncryption.Benchmarks/Throughput… |
HybridThroughputBenchmarks.cs |
software | healthy | benchmarks/PostQuantum.FileEncryption.Benchmarks/HybridThro… |
KEY-MANAGEMENT.md |
software | healthy | docs/KEY-MANAGEMENT.md |
ANNOUNCE.md |
software | healthy | docs/ANNOUNCE.md |
CONFORMANCE.md |
software | healthy | docs/CONFORMANCE.md |
SECURITY-ARCHITECTURE.md |
software | healthy | docs/SECURITY-ARCHITECTURE.md |
AUDIT-GUIDE.md |
software | healthy | docs/AUDIT-GUIDE.md |
TEST-VECTORS.md |
software | healthy | docs/TEST-VECTORS.md |
FUZZING.md |
software | healthy | docs/FUZZING.md |
HYBRID-COMBINER.md |
software | healthy | docs/HYBRID-COMBINER.md |
COMPARISON.md |
software | healthy | docs/COMPARISON.md |
ROADMAP-2.0.md |
software | healthy | docs/ROADMAP-2.0.md |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
PostQuantum.FileEncryption.Tests |
software | healthy | tests/PostQuantum.FileEncryption.Tests |
benchmarks |
software | healthy | benchmarks |
PostQuantum.FileEncryption.Benchmarks |
software | healthy | benchmarks/PostQuantum.FileEncryption.Benchmarks |
docs |
software | healthy | docs |
audits |
software | healthy | docs/audits |
fuzz |
software | healthy | fuzz |
PostQuantum.FileEncryption.Fuzz |
software | healthy | fuzz/PostQuantum.FileEncryption.Fuzz |
audit-scripts |
software | healthy | audit-scripts |
docfx |
software | healthy | docfx |
api |
software | healthy | docfx/api |
oss-fuzz |
software | healthy | oss-fuzz |
samples |
software | healthy | samples |
pqfe-wasm |
software | healthy | samples/pqfe-wasm |
tests |
software | healthy | samples/pqfe-wasm/tests |
fuzz |
software | healthy | samples/pqfe-wasm/fuzz |
fuzz_targets |
software | healthy | samples/pqfe-wasm/fuzz/fuzz_targets |
examples |
software | healthy | samples/pqfe-wasm/examples |
src |
software | healthy | samples/pqfe-wasm/src |
Pqfe.Cli |
software | healthy | samples/Pqfe.Cli |
PostQuantum.FileEncryption.Demo |
software | healthy | samples/PostQuantum.FileEncryption.Demo |
wwwroot |
software | healthy | samples/PostQuantum.FileEncryption.Demo/wwwroot |
Components |
software | healthy | samples/PostQuantum.FileEncryption.Demo/Components |
Layout |
software | healthy | samples/PostQuantum.FileEncryption.Demo/Components/Layout |
Properties |
software | healthy | samples/PostQuantum.FileEncryption.Demo/Properties |
pqfe-web |
software | healthy | samples/pqfe-web |
.github |
software | healthy | .github |
ISSUE_TEMPLATE |
software | healthy | .github/ISSUE_TEMPLATE |
scripts |
software | healthy | .github/scripts |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
PostQuantum.FileEncryption.Aws |
software | healthy | src/PostQuantum.FileEncryption.Aws |
PostQuantum.FileEncryption.Signing |
software | healthy | src/PostQuantum.FileEncryption.Signing |
Internal |
software | healthy | src/PostQuantum.FileEncryption.Signing/Internal |
PostQuantum.FileEncryption |
software | healthy | src/PostQuantum.FileEncryption |
Internal |
software | healthy | src/PostQuantum.FileEncryption/Internal |
PostQuantum.FileEncryption.Extensions.DependencyInjection |
software | healthy | src/PostQuantum.FileEncryption.Extensions.DependencyInjecti… |
PostQuantum.FileEncryption.Hybrid |
software | healthy | src/PostQuantum.FileEncryption.Hybrid |
Internal |
software | healthy | src/PostQuantum.FileEncryption.Hybrid/Internal |
PostQuantum.FileEncryption.AzureKeyVault |
software | healthy | src/PostQuantum.FileEncryption.AzureKeyVault |
| Label | Layer | Status | Path |
|---|---|---|---|
handleReconnectStateChanged |
software | healthy | samples/PostQuantum.FileEncryption.Demo/Components/Layout/R… |
retry |
software | healthy | samples/PostQuantum.FileEncryption.Demo/Components/Layout/R… |
resume |
software | healthy | samples/PostQuantum.FileEncryption.Demo/Components/Layout/R… |
retryWhenDocumentBecomesVisible |
software | healthy | samples/PostQuantum.FileEncryption.Demo/Components/Layout/R… |
$ |
software | healthy | samples/pqfe-web/app.js:$ |
createWorkerBackend |
software | healthy | samples/pqfe-web/app.js:createWorkerBackend |
createMainThreadBackend |
software | healthy | samples/pqfe-web/app.js:createMainThreadBackend |
formatBytes |
software | healthy | samples/pqfe-web/app.js:formatBytes |
showStatus |
software | healthy | samples/pqfe-web/app.js:showStatus |
download |
software | healthy | samples/pqfe-web/app.js:download |
readFile |
software | healthy | samples/pqfe-web/app.js:readFile |
tooLarge |
software | healthy | samples/pqfe-web/app.js:tooLarge |
refreshEncryptButton |
software | healthy | samples/pqfe-web/app.js:refreshEncryptButton |
refreshDecryptButton |
software | healthy | samples/pqfe-web/app.js:refreshDecryptButton |
wireFileInfo |
software | healthy | samples/pqfe-web/app.js:wireFileInfo |
onEncrypt |
software | healthy | samples/pqfe-web/app.js:onEncrypt |
onDecrypt |
software | healthy | samples/pqfe-web/app.js:onDecrypt |
main |
software | healthy | samples/pqfe-web/app.js:main |
| Label | Layer | Status | Path |
|---|---|---|---|
analyze |
cicd | healthy | .github/workflows/codeql.yml |
review |
cicd | healthy | .github/workflows/dependency-review.yml |
bench |
cicd | healthy | .github/workflows/benchmarks.yml |
analysis |
cicd | healthy | .github/workflows/scorecard.yml |
dotnet |
cicd | healthy | .github/workflows/ci.yml |
aot |
cicd | healthy | .github/workflows/ci.yml |
rust |
cicd | healthy | .github/workflows/ci.yml |
interop |
cicd | healthy | .github/workflows/ci.yml |
audit |
cicd | healthy | .github/workflows/ci.yml |
build |
cicd | healthy | .github/workflows/docs.yml |
release |
cicd | healthy | .github/workflows/release.yml |
build |
cicd | healthy | .github/workflows/pages.yml |
deploy |
cicd | healthy | .github/workflows/pages.yml |
verify |
cicd | healthy | .github/workflows/reproducibility.yml |
rust-cargo-fuzz |
cicd | healthy | .github/workflows/fuzz.yml |
dotnet-sharpfuzz |
cicd | healthy | .github/workflows/fuzz.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::codeql |
cicd | healthy | .github/workflows/codeql.yml |
gha::dependency-review |
cicd | healthy | .github/workflows/dependency-review.yml |
gha::benchmarks |
cicd | healthy | .github/workflows/benchmarks.yml |
gha::scorecard |
cicd | healthy | .github/workflows/scorecard.yml |
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::docs |
cicd | healthy | .github/workflows/docs.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
gha::pages |
cicd | healthy | .github/workflows/pages.yml |
gha::reproducibility |
cicd | healthy | .github/workflows/reproducibility.yml |
gha::fuzz |
cicd | healthy | .github/workflows/fuzz.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
port:03 |
network | healthy | .github/workflows/codeql.yml |
port:27 |
network | healthy | .github/workflows/codeql.yml |
port:05 |
network | healthy | .github/workflows/benchmarks.yml |
port:17 |
network | healthy | .github/workflows/benchmarks.yml |
port:04 |
network | healthy | .github/workflows/fuzz.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | README.md |
vps::azure |
hardware | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-w6igfjtc |
software | healthy | /tmp/repobility-clone-w6igfjtc |
| Label | Layer | Status | Path |
|---|---|---|---|
image::oss-fuzz/Dockerfile |
hardware | healthy | oss-fuzz/Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::.github/workflows/release.yml |
security | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
NUGET_API_KEY |
cicd | healthy | — |
This page is publicly accessible at:
https://repobility.com/scan/675cf399-ff50-473c-9561-207369ddb360/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/675cf399-ff50-473c-9561-207369ddb360/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.