Skip to content

fix(smoke): skip data/raw in secret scan#4

Merged
agentic-organization merged 1 commit into
mainfrom
fix/smoke-skip-data-raw
May 12, 2026
Merged

fix(smoke): skip data/raw in secret scan#4
agentic-organization merged 1 commit into
mainfrom
fix/smoke-skip-data-raw

Conversation

@agentic-organization
Copy link
Copy Markdown
Owner

Problem

The smoke test's secret scanner walks every file in the repo. Once a user starts running ingestion, fills with GitHub API responses, JSON payloads, and third-party content. These trigger false-positive secret alerts (e.g. GitHub event IDs that look like AWS keys, Nostr pubkeys that match secret patterns).

Fix

Skip in the secret scan loop, mirroring the pattern already used for the directory.

Impact

  • No false positives from raw ingestion artifacts.
  • No security loss: is not repo-authored code; secrets should not be stored there intentionally.

Already verified in AOS repo

This fix has been running in the AOS mini-agi repo (commit 7813e03) without issues.

Raw evidence under data/raw/ contains API responses and third-party
payloads that are not repo-authored secrets. Skipping them prevents
false-positive secret alerts from ingestion artifacts.
@agentic-organization agentic-organization merged commit 680c35c into main May 12, 2026
1 check passed
@agentic-organization agentic-organization deleted the fix/smoke-skip-data-raw branch May 12, 2026 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant