create-code-scans-skill
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the local utility script
scripts/check-skill-paths.shto verify that all repository paths referenced in the newly generated auditing skill are valid. - [DYNAMIC_EXECUTION]: The skill generates shell commands for code searching and auditing based on the target repository's context and then executes these commands in a trial run to verify the generated skill's functionality.
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data from repository-local documentation and history to inform the content of the generated skill, creating a vulnerability surface where malicious instructions in the repository could influence the agent's generated guidance.
- Ingestion points: Reads files including
AGENTS.md,CLAUDE.md,CONTRIBUTING.md,REVIEW.md,SECURITY.md, and various documentation files within thedocs/directory of the repository being analyzed. - Boundary markers: No explicit delimiters or boundary markers are utilized during the data ingestion phase to prevent the agent from following embedded instructions in the documentation.
- Capability inventory: The generated skill utilizes
rgandgit ls-filesfor searching, and executes repository-defined commands (such asnpm run lint,knip, orbun run check) during the trial validation phase. - Sanitization: The skill does not implement explicit sanitization or filtering of the ingested content before interpolating it into the generated skill's instructions.
Audit Metadata