@marinjursic/prc-linux-arm64 0.1.0 → 0.1.9

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.
Files changed (63) hide show
  1. package/DISCLOSURE +21 -0
  2. package/README.md +5 -1
  3. package/bin/catalog/control-contracts.json.gz +0 -0
  4. package/bin/catalog/control-id-registry.json.gz +0 -0
  5. package/bin/prc +0 -0
  6. package/manifest.json +1034 -5
  7. package/package.json +8 -3
  8. package/bin/LICENSE +0 -21
  9. package/bin/README.md +0 -335
  10. package/bin/catalog/control-contracts.json +0 -1
  11. package/bin/catalog/control-id-registry.json +0 -110470
  12. package/bin/docs/architecture/adapters.md +0 -380
  13. package/bin/docs/architecture/agent-providers.md +0 -188
  14. package/bin/docs/architecture/applicability.md +0 -80
  15. package/bin/docs/architecture/catalog-integrity.md +0 -85
  16. package/bin/docs/architecture/evidence-and-results.md +0 -154
  17. package/bin/docs/architecture/execution-plans.md +0 -61
  18. package/bin/docs/architecture/product-contract.md +0 -76
  19. package/bin/docs/architecture/publisher-trust.md +0 -68
  20. package/bin/docs/architecture/remediation-contract.md +0 -113
  21. package/bin/docs/architecture/trust-model.md +0 -95
  22. package/bin/docs/assets/hero.svg +0 -37
  23. package/bin/docs/assets/logo.svg +0 -13
  24. package/bin/docs/assets/production-readiness-scan-demo-poster.png +0 -0
  25. package/bin/docs/assets/production-readiness-scan-demo.gif +0 -0
  26. package/bin/docs/assets/production-readiness-scan-demo.mp4 +0 -0
  27. package/bin/docs/assets/social-card.png +0 -0
  28. package/bin/docs/assets/social-card.svg +0 -40
  29. package/bin/docs/engineering/source-manifest.md +0 -479
  30. package/bin/docs/guides/ai-assisted-review.md +0 -61
  31. package/bin/docs/guides/getting-started.md +0 -78
  32. package/bin/docs/index.md +0 -66
  33. package/bin/docs/prompts/evidence-challenge.md +0 -26
  34. package/bin/docs/prompts/full-readiness-review.md +0 -34
  35. package/bin/docs/prompts/release-diff-review.md +0 -31
  36. package/bin/docs/records/evidence-record.md +0 -42
  37. package/bin/docs/records/go-no-go-decision.md +0 -63
  38. package/bin/docs/records/release-assessment.md +0 -124
  39. package/bin/docs/records/risk-exception.md +0 -64
  40. package/bin/docs/references.md +0 -52
  41. package/bin/docs/scanner/ai-control-review.md +0 -208
  42. package/bin/docs/scanner/benchmarks.md +0 -122
  43. package/bin/docs/scanner/cli-contract.md +0 -130
  44. package/bin/docs/scanner/configuration.md +0 -101
  45. package/bin/docs/scanner/control-contracts.md +0 -47
  46. package/bin/docs/scanner/core-repository.md +0 -62
  47. package/bin/docs/scanner/diff-and-invalidation.md +0 -79
  48. package/bin/docs/scanner/doctor.md +0 -71
  49. package/bin/docs/scanner/getting-started.md +0 -355
  50. package/bin/docs/scanner/go-http-timeouts.md +0 -96
  51. package/bin/docs/scanner/infrastructure-policy.md +0 -64
  52. package/bin/docs/scanner/kubernetes-workloads.md +0 -63
  53. package/bin/docs/scanner/mcp-agent-integration.md +0 -138
  54. package/bin/docs/scanner/openapi-contracts.md +0 -75
  55. package/bin/docs/scanner/private-key-armor.md +0 -44
  56. package/bin/docs/scanner/releases.md +0 -160
  57. package/bin/docs/scanner/remediation.md +0 -273
  58. package/bin/docs/scanner/risk-exceptions.md +0 -52
  59. package/bin/docs/scanner/security-walkthrough.md +0 -236
  60. package/bin/docs/scanner/state-and-history.md +0 -113
  61. package/bin/docs/scanner/supply-chain.md +0 -132
  62. package/bin/docs/scanner/test-discovery.md +0 -60
  63. package/bin/docs/stylesheets/extra.css +0 -183
package/DISCLOSURE ADDED
@@ -0,0 +1,21 @@
1
+ Production Readiness Checklist is a defensive, read-only assessment tool for
2
+ software projects that the user owns or is authorized to inspect.
3
+
4
+ The scanner includes security-related capabilities that can resemble dual-use
5
+ security tooling. It can identify exposed-secret patterns with bundled,
6
+ version-pinned Gitleaks rules. With an explicit verify-local capability grant,
7
+ it can invoke pinned Gitleaks, Syft, Grype, or Checkov container images against
8
+ local project files. It can also prepare bounded project context for an
9
+ explicitly selected Codex or Claude review. These features are intended to help
10
+ maintainers find production-readiness gaps in their own software.
11
+
12
+ The default scan does not change project files, install project dependencies,
13
+ run project lifecycle scripts, exploit a target, upload project contents, or
14
+ contact external analyzers. External adapters are opt-in, use exact manifests
15
+ and pinned inputs, and are designed to run without network access. AI review is
16
+ opt-in and advisory; it cannot create a verified pass.
17
+
18
+ The package contains no exploit payloads and is not intended for unauthorized
19
+ access, credential collection, persistence, evasion, or harm. Users are
20
+ responsible for scanning only projects and systems they are authorized to
21
+ assess.
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # Production Readiness Checklist native package
2
2
 
3
- This internal platform package is installed automatically by `@marinjursic/prc`. Install and invoke the launcher package instead of depending on this package directly.
3
+ This is one operating-system and CPU build of the native `prc` scanner. It is an internal package installed automatically by `@marinjursic/prc`; install and invoke the launcher instead of depending on this package directly.
4
+
5
+ The package has no npm dependencies and no install, update, or lifecycle scripts. It does not download a binary after installation. The launcher selects the exact package for the current machine, verifies the release-bound manifest, checks the SHA-256 and size of the native executable and every runtime support file, and fails closed if anything is missing or changed.
6
+
7
+ A normal scan reads a user-selected project and writes a private report outside that project. It does not fix project files, install project dependencies, or run project scripts. Security analyzers and Codex or Claude review require explicit opt-in. See the launcher package and project documentation for installation, supported commands, the dual-use disclosure, checksums, SBOM, and provenance information.
package/bin/prc CHANGED
Binary file