Problem
os.getenv("AWS_SECRET") and process.env.AWS_SECRET produce 0 hits: the secret-read pattern covers os.environ/printenv/.env files but not the two most common env-read forms.
Where
src/rules.js (SKILL-SEC-003 pattern).
Acceptance
Add a failing test first asserting SEC-003 fires on process.env.X and os.getenv(. Then extend the alternation.
Problem
os.getenv("AWS_SECRET")andprocess.env.AWS_SECRETproduce 0 hits: the secret-read pattern coversos.environ/printenv/.envfiles but not the two most common env-read forms.Where
src/rules.js(SKILL-SEC-003 pattern).Acceptance
Add a failing test first asserting SEC-003 fires on
process.env.Xandos.getenv(. Then extend the alternation.