docs: add 4 new agent-scan detection skills to documentation#480
Merged
Conversation
PR #452 registered 4 detection skills (originally added in PR #444 but missing from _DETECTION_SKILLS in agent.py) into the active scan pipeline. Update docs to reflect the complete set of detection capabilities: - agent-scan_openSource.md: Add direct-injection, file-path-traversal, hardcoded-secret, and memory-poisoning detection to detection dimensions - agent-scan_openSource_en.md: Same additions in English version New detection categories added: - Data Security: hardcoded-secret-detection - Injection Attacks: direct-injection-detection - Tool Abuse: file-path-traversal-detection - Memory Security: memory-poisoning-detection (new category)
aig-doc-bot
deleted the
fix-main-docs-20260715-agent-scan-detection-skills
branch
July 16, 2026 07:10
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.
PR #452 registered 4 detection skills (originally created in PR #444 but accidentally missing from
_DETECTION_SKILLSinagent-scan/core/agent.py) into the active scan pipeline. This PR updates the documentation to reflect the complete set of detection capabilities now active.Changes:
agent-scan_openSource.md: Expand detection dimensions with 4 new capabilitiesagent-scan_openSource_en.md: Same additions in EnglishNew detection capabilities documented:
hardcoded-secret-detection→ added to Data Security categorydirect-injection-detection→ added to Injection Attacks categoryfile-path-traversal-detection→ added to Tool Abuse categorymemory-poisoning-detection→ new Memory Security category added