docs(flake): annotate KEEP+DEP rationale (standards#102)#37
Merged
Conversation
Per the campaign gate, this flake is LOAD-BEARING — sole source of the full Rust dev environment (rust-overlay rustToolchain with rust-src/rustfmt/clippy, pkg-config, just, cargo-watch/audit/outdated/ license, openssl, git), and the `full` shell adds tokei, ripgrep, fd, bat, exa, cargo-flamegraph, cargo-criterion. guix.scm uses cargo-build-system with zero declared inputs. Top-comment now states the dep so the flake's retention is self-documenting. Refs standards#101 standards#102. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🔍 Hypatia Security ScanFindings: 27 issues detected
View findings[
{
"reason": "Must be in .machine_readable/ only",
"type": "banned",
"file": "META.scm",
"action": "move",
"rule_module": "root_hygiene",
"severity": "critical"
},
{
"reason": "Must be in .machine_readable/ only",
"type": "banned",
"file": "STATE.scm",
"action": "move",
"rule_module": "root_hygiene",
"severity": "critical"
},
{
"reason": "Must be in .machine_readable/ only",
"type": "banned",
"file": "ECOSYSTEM.scm",
"action": "move",
"rule_module": "root_hygiene",
"severity": "critical"
},
{
"reason": "Required file missing",
"type": "missing",
"file": "0-AI-MANIFEST.a2ml",
"action": "create",
"rule_module": "root_hygiene",
"severity": "high"
},
{
"reason": "No test directory or test files found",
"type": "no_tests",
"file": "/home/runner/work/file-soup/file-soup",
"action": "flag",
"rule_module": "honest_completion",
"severity": "high",
"deduction": 20
},
{
"reason": "Issue in quality.yml",
"type": "missing_workflow",
"file": "quality.yml",
"action": "create",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "Issue in security-policy.yml",
"type": "missing_workflow",
"file": "security-policy.yml",
"action": "create",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in secret-scanner.yml",
"type": "missing_workflow",
"file": "secret-scanner.yml",
"action": "create",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "Action hyperpolymath/standards/.github/workflows/governance-reusable.yml@main needs attention",
"type": "unpinned_action",
"file": "governance.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "unwrap() without prior check -- DoS via panic (5 occurrences, CWE-754)",
"type": "unwrap_without_check",
"file": "/home/runner/work/file-soup/file-soup/plugins/version-detection/src/lib.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "high"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs standards#101 standards#102.
Per the Nix-mirror retirement campaign (Wave 6),
file-soup's flake is LOAD-BEARING (KEEP+DEP): the dev shell is the sole source of the full Rust dev env (rust-overlay rustToolchain + rust-src/rustfmt/clippy, pkg-config, just, cargo-watch/audit/outdated/license, openssl, git) plus thefullshell's tokei/ripgrep/fd/bat/exa/cargo-flamegraph/cargo-criterion.guix.scmusescargo-build-systemwith zero declared inputs.This PR adds the rule-3 annotation so the flake's retention is self-documenting. No package-set change.
🤖 Generated with Claude Code