Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .agents/checks/CRAB-FIXTURE-01/CHECK.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ hints:

# Synthetic review fixtures

<!-- Integration control: documentation-only change; policy behavior is unchanged. -->

Review the eligible JSON changes for accidentally committed credentials, private
documents, or real personal data. Fixture records must use clearly synthetic
values. Keep the assessment within the assigned files and the repository's
Expand Down
3 changes: 3 additions & 0 deletions tests/repository-checks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ The integration test should verify:
A clean result is expected. These fixtures must not contain real secrets, expose a
service, execute commands, or introduce a vulnerability. A clean GitHub comment
alone does not prove that the optional check loaded; confirm that in the trace.

Selector control: mentioning `"review_fixture_version"` in this Markdown file
does not make it an eligible JSON fixture.
2 changes: 1 addition & 1 deletion tests/repository-checks/fixture.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"records": [
{
"record_id": "sample-a",
"display_name": "Synthetic Sample A"
"display_name": "Synthetic Sample A - selector control"
}
]
}