@marinjursic/prc-linux-arm64 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DISCLOSURE +21 -0
- package/README.md +5 -1
- package/bin/catalog/assertions/core-repository.yaml +28 -28
- package/bin/catalog/control-check-bindings.json.gz +0 -0
- package/bin/catalog/control-check-programs.json.gz +0 -0
- package/bin/catalog/control-contracts.json.gz +0 -0
- package/bin/catalog/control-id-registry.json.gz +0 -0
- package/bin/fixtures/benchmarks/core-native/suite-comprehensive.yaml +10 -1
- package/bin/fixtures/benchmarks/core-native/suite.yaml +13 -2
- package/bin/packs/core-foundation.yaml +4 -4
- package/bin/packs/core-native.yaml +10 -10
- package/bin/prc +0 -0
- package/bin/schemas/adapter-execution-v0.3.schema.json +145 -0
- package/bin/schemas/authoritative-evidence-bundle.schema.json +38 -0
- package/bin/schemas/authoritative-evidence-set.schema.json +38 -0
- package/bin/schemas/authoritative-evidence-verification.schema.json +54 -0
- package/bin/schemas/automatic-coverage.schema.json +49 -0
- package/bin/schemas/control-check-bindings.schema.json +119 -0
- package/bin/schemas/control-check-evidence-v0.1.schema.json +244 -0
- package/bin/schemas/control-check-evidence.schema.json +244 -0
- package/bin/schemas/control-check-program-catalog.schema.json +160 -0
- package/bin/schemas/control-check-program-definitions.schema.json +139 -0
- package/bin/schemas/control-check-program.schema.json +298 -0
- package/bin/schemas/control-classification-final.schema.json +64 -0
- package/bin/schemas/control-classification-review.schema.json +161 -0
- package/bin/schemas/control-classification-skeptic-review.schema.json +96 -0
- package/bin/schemas/control-classification-strength-review.schema.json +90 -0
- package/bin/schemas/control-contracts.schema.json +101 -12
- package/bin/schemas/control-review-output-v0.2.schema.json +66 -0
- package/bin/schemas/control-review-output.schema.json +22 -3
- package/bin/schemas/evidence-requirements.schema.json +144 -0
- package/bin/schemas/evidence-set-verification.schema.json +65 -0
- package/bin/schemas/provider-capabilities.schema.json +26 -0
- package/bin/schemas/run-result-v0.10.schema.json +5 -5
- package/bin/schemas/run-result-v0.11.schema.json +5 -5
- package/bin/schemas/run-result-v0.12.schema.json +270 -0
- package/bin/schemas/run-result.schema.json +166 -16
- package/bin/schemas/signature-verification.schema.json +8 -1
- package/bin/schemas/signature.schema.json +8 -1
- package/bin/schemas/trust-store.schema.json +8 -1
- package/manifest.json +1144 -5
- package/package.json +8 -3
- package/bin/LICENSE +0 -21
- package/bin/README.md +0 -335
- package/bin/catalog/control-contracts.json +0 -1
- package/bin/catalog/control-id-registry.json +0 -110470
- package/bin/docs/architecture/adapters.md +0 -380
- package/bin/docs/architecture/agent-providers.md +0 -188
- package/bin/docs/architecture/applicability.md +0 -80
- package/bin/docs/architecture/catalog-integrity.md +0 -85
- package/bin/docs/architecture/evidence-and-results.md +0 -154
- package/bin/docs/architecture/execution-plans.md +0 -61
- package/bin/docs/architecture/product-contract.md +0 -76
- package/bin/docs/architecture/publisher-trust.md +0 -68
- package/bin/docs/architecture/remediation-contract.md +0 -113
- package/bin/docs/architecture/trust-model.md +0 -95
- package/bin/docs/assets/hero.svg +0 -37
- package/bin/docs/assets/logo.svg +0 -13
- package/bin/docs/assets/production-readiness-scan-demo-poster.png +0 -0
- package/bin/docs/assets/production-readiness-scan-demo.gif +0 -0
- package/bin/docs/assets/production-readiness-scan-demo.mp4 +0 -0
- package/bin/docs/assets/social-card.png +0 -0
- package/bin/docs/assets/social-card.svg +0 -40
- package/bin/docs/engineering/source-manifest.md +0 -479
- package/bin/docs/guides/ai-assisted-review.md +0 -61
- package/bin/docs/guides/getting-started.md +0 -78
- package/bin/docs/index.md +0 -66
- package/bin/docs/prompts/evidence-challenge.md +0 -26
- package/bin/docs/prompts/full-readiness-review.md +0 -34
- package/bin/docs/prompts/release-diff-review.md +0 -31
- package/bin/docs/records/evidence-record.md +0 -42
- package/bin/docs/records/go-no-go-decision.md +0 -63
- package/bin/docs/records/release-assessment.md +0 -124
- package/bin/docs/records/risk-exception.md +0 -64
- package/bin/docs/references.md +0 -52
- package/bin/docs/scanner/ai-control-review.md +0 -208
- package/bin/docs/scanner/benchmarks.md +0 -122
- package/bin/docs/scanner/cli-contract.md +0 -130
- package/bin/docs/scanner/configuration.md +0 -101
- package/bin/docs/scanner/control-contracts.md +0 -47
- package/bin/docs/scanner/core-repository.md +0 -62
- package/bin/docs/scanner/diff-and-invalidation.md +0 -79
- package/bin/docs/scanner/doctor.md +0 -71
- package/bin/docs/scanner/getting-started.md +0 -355
- package/bin/docs/scanner/go-http-timeouts.md +0 -96
- package/bin/docs/scanner/infrastructure-policy.md +0 -64
- package/bin/docs/scanner/kubernetes-workloads.md +0 -63
- package/bin/docs/scanner/mcp-agent-integration.md +0 -138
- package/bin/docs/scanner/openapi-contracts.md +0 -75
- package/bin/docs/scanner/private-key-armor.md +0 -44
- package/bin/docs/scanner/releases.md +0 -160
- package/bin/docs/scanner/remediation.md +0 -273
- package/bin/docs/scanner/risk-exceptions.md +0 -52
- package/bin/docs/scanner/security-walkthrough.md +0 -236
- package/bin/docs/scanner/state-and-history.md +0 -113
- package/bin/docs/scanner/supply-chain.md +0 -132
- package/bin/docs/scanner/test-discovery.md +0 -60
- package/bin/docs/stylesheets/extra.css +0 -183
package/bin/docs/assets/hero.svg
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 280" role="img" aria-labelledby="title desc">
|
|
2
|
-
<title id="title">Production Readiness Checklist</title>
|
|
3
|
-
<desc id="desc">A checklist shield beside the words Production Readiness Checklist: know what is ready and what still needs work.</desc>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
6
|
-
<stop offset="0" stop-color="#111827"/>
|
|
7
|
-
<stop offset="0.55" stop-color="#312e81"/>
|
|
8
|
-
<stop offset="1" stop-color="#115e59"/>
|
|
9
|
-
</linearGradient>
|
|
10
|
-
<linearGradient id="mark" x1="0" y1="0" x2="1" y2="1">
|
|
11
|
-
<stop offset="0" stop-color="#818cf8"/>
|
|
12
|
-
<stop offset="1" stop-color="#2dd4bf"/>
|
|
13
|
-
</linearGradient>
|
|
14
|
-
<filter id="shadow" x="-30%" y="-30%" width="160%" height="160%">
|
|
15
|
-
<feDropShadow dx="0" dy="10" stdDeviation="12" flood-opacity=".25"/>
|
|
16
|
-
</filter>
|
|
17
|
-
</defs>
|
|
18
|
-
<rect width="1200" height="280" rx="24" fill="url(#bg)"/>
|
|
19
|
-
<circle cx="1120" cy="25" r="150" fill="#fff" opacity=".035"/>
|
|
20
|
-
<circle cx="1060" cy="270" r="110" fill="#2dd4bf" opacity=".07"/>
|
|
21
|
-
<circle cx="90" cy="250" r="125" fill="#818cf8" opacity=".06"/>
|
|
22
|
-
<g transform="translate(92 58)" filter="url(#shadow)">
|
|
23
|
-
<path d="M82 0 154 26v51c0 44-27 75-72 91C37 152 10 121 10 77V26L82 0Z" fill="url(#mark)"/>
|
|
24
|
-
<path d="m46 82 24 24 50-56" fill="none" stroke="#fff" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
-
</g>
|
|
26
|
-
<text x="300" y="82" fill="#99f6e4" font-family="Inter, ui-sans-serif, system-ui, sans-serif" font-size="16" font-weight="750" letter-spacing="2.5">OPEN-SOURCE CHECKLIST & PROJECT SCANNER</text>
|
|
27
|
-
<text x="298" y="137" fill="#fff" font-family="Inter, ui-sans-serif, system-ui, sans-serif" font-size="46" font-weight="750" letter-spacing="-1.5">Production Readiness Checklist</text>
|
|
28
|
-
<text x="302" y="178" fill="#ccfbf1" font-family="Inter, ui-sans-serif, system-ui, sans-serif" font-size="23" font-weight="500">Know what's ready and what still needs work.</text>
|
|
29
|
-
<g transform="translate(302 194)" font-family="Inter, ui-sans-serif, system-ui, sans-serif" font-size="16" font-weight="600">
|
|
30
|
-
<rect width="150" height="36" rx="18" fill="#fff" opacity=".12"/>
|
|
31
|
-
<text x="20" y="24" fill="#e0e7ff">10,042 controls</text>
|
|
32
|
-
<rect x="165" width="178" height="36" rx="18" fill="#fff" opacity=".12"/>
|
|
33
|
-
<text x="185" y="24" fill="#ccfbf1">read-only scanning</text>
|
|
34
|
-
<rect x="358" width="172" height="36" rx="18" fill="#fff" opacity=".12"/>
|
|
35
|
-
<text x="378" y="24" fill="#e0e7ff">Codex + Claude</text>
|
|
36
|
-
</g>
|
|
37
|
-
</svg>
|
package/bin/docs/assets/logo.svg
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-labelledby="title">
|
|
2
|
-
<title id="title">Production Readiness Checklist</title>
|
|
3
|
-
<defs>
|
|
4
|
-
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
5
|
-
<stop offset="0" stop-color="#4f46e5"/>
|
|
6
|
-
<stop offset="1" stop-color="#0f766e"/>
|
|
7
|
-
</linearGradient>
|
|
8
|
-
</defs>
|
|
9
|
-
<rect width="64" height="64" rx="16" fill="url(#g)"/>
|
|
10
|
-
<path d="M17 18.5h30a3 3 0 0 1 3 3v27a3 3 0 0 1-3 3H17a3 3 0 0 1-3-3v-27a3 3 0 0 1 3-3Z" fill="none" stroke="#fff" stroke-width="4"/>
|
|
11
|
-
<path d="m21 29 4 4 7-8M21 43l4 4 7-8M36 29h8M36 43h8" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
-
<path d="M24 14h16v9H24z" fill="#fff" rx="3"/>
|
|
13
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 640" role="img" aria-labelledby="title desc">
|
|
2
|
-
<title id="title">Production Readiness Checklist</title>
|
|
3
|
-
<desc id="desc">Production Readiness Checklist: know what is ready and what still needs work. 10,042 controls plus a read-only project scanner.</desc>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
6
|
-
<stop offset="0" stop-color="#0f172a"/>
|
|
7
|
-
<stop offset="0.55" stop-color="#312e81"/>
|
|
8
|
-
<stop offset="1" stop-color="#115e59"/>
|
|
9
|
-
</linearGradient>
|
|
10
|
-
<linearGradient id="mark" x1="0" y1="0" x2="1" y2="1">
|
|
11
|
-
<stop offset="0" stop-color="#818cf8"/>
|
|
12
|
-
<stop offset="1" stop-color="#2dd4bf"/>
|
|
13
|
-
</linearGradient>
|
|
14
|
-
<filter id="shadow" x="-40%" y="-40%" width="180%" height="180%">
|
|
15
|
-
<feDropShadow dx="0" dy="18" stdDeviation="20" flood-opacity=".28"/>
|
|
16
|
-
</filter>
|
|
17
|
-
</defs>
|
|
18
|
-
<rect width="1280" height="640" fill="url(#bg)"/>
|
|
19
|
-
<circle cx="1180" cy="50" r="240" fill="#fff" opacity=".03"/>
|
|
20
|
-
<circle cx="1090" cy="620" r="210" fill="#2dd4bf" opacity=".07"/>
|
|
21
|
-
<circle cx="70" cy="590" r="220" fill="#818cf8" opacity=".06"/>
|
|
22
|
-
<path d="M0 515C240 445 405 565 640 515s400-75 640-5v130H0Z" fill="#020617" opacity=".13"/>
|
|
23
|
-
<g transform="translate(92 108)" filter="url(#shadow)">
|
|
24
|
-
<path d="M142 0 268 45v90c0 78-47 131-126 159C63 266 16 213 16 135V45L142 0Z" fill="url(#mark)"/>
|
|
25
|
-
<path d="m78 144 42 42 88-98" fill="none" stroke="#fff" stroke-width="24" stroke-linecap="round" stroke-linejoin="round"/>
|
|
26
|
-
</g>
|
|
27
|
-
<text x="425" y="171" fill="#99f6e4" font-family="Inter, ui-sans-serif, system-ui, sans-serif" font-size="20" font-weight="750" letter-spacing="3.4">OPEN-SOURCE CHECKLIST & PROJECT SCANNER</text>
|
|
28
|
-
<text x="421" y="249" fill="#fff" font-family="Inter, ui-sans-serif, system-ui, sans-serif" font-size="57" font-weight="800" letter-spacing="-1.8">Production Readiness</text>
|
|
29
|
-
<text x="421" y="318" fill="#fff" font-family="Inter, ui-sans-serif, system-ui, sans-serif" font-size="57" font-weight="800" letter-spacing="-1.8">Checklist</text>
|
|
30
|
-
<text x="425" y="377" fill="#ccfbf1" font-family="Inter, ui-sans-serif, system-ui, sans-serif" font-size="28" font-weight="500">Know what's ready and what still needs work.</text>
|
|
31
|
-
<g transform="translate(425 425)" font-family="Inter, ui-sans-serif, system-ui, sans-serif" font-size="19" font-weight="700">
|
|
32
|
-
<rect width="180" height="48" rx="24" fill="#fff" opacity=".12"/>
|
|
33
|
-
<text x="25" y="31" fill="#e0e7ff">10,042 controls</text>
|
|
34
|
-
<rect x="196" width="220" height="48" rx="24" fill="#fff" opacity=".12"/>
|
|
35
|
-
<text x="221" y="31" fill="#ccfbf1">read-only scanning</text>
|
|
36
|
-
<rect x="432" width="196" height="48" rx="24" fill="#fff" opacity=".12"/>
|
|
37
|
-
<text x="457" y="31" fill="#e0e7ff">Codex + Claude</text>
|
|
38
|
-
</g>
|
|
39
|
-
<text x="425" y="545" fill="#a5b4fc" font-family="ui-monospace, SFMono-Regular, Consolas, monospace" font-size="19">github.com/MarinJursic/production-readiness-checklist</text>
|
|
40
|
-
</svg>
|