Skip to content

feat: add prompt injection corpus summary#5

Open
mattpartida wants to merge 3 commits into
mainfrom
feat/20260608-prompt-corpus-summary
Open

feat: add prompt injection corpus summary#5
mattpartida wants to merge 3 commits into
mainfrom
feat/20260608-prompt-corpus-summary

Conversation

@mattpartida

Copy link
Copy Markdown
Owner

Summary

  • add a dependency-light prompt-injection fixture corpus summary helper with JSON and Markdown output
  • cover manifest count aggregation and Markdown rendering with regression tests
  • document the helper in the README, agent-security skill, and detector-quality guide

Test Plan

  • python -m pytest tests/test_prompt_injection_fixture_corpus.py -q
  • python -m compileall -q skills tests
  • python -m pytest -q
  • ruff check .
  • ./package-skills.sh
  • git diff --check

Notes

  • TDD RED was verified first: the new corpus-summary tests failed because the helper script did not exist.
  • Static scan of added lines found no hardcoded secrets, shell injection, eval/exec, pickle, or SQL string-format patterns.

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