refactor-agents-md
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches documentation from
developers.openai.comandwww.aihero.devto calibrate its prompt auditing logic. While theopenai.comdomain is associated with a well-known service,aihero.devis a third-party domain and is not on the whitelisted sources list. - [INDIRECT_PROMPT_INJECTION]: The skill processes content from external websites and local
AGENTS.mdfiles to perform refactoring, which presents a surface for indirect prompt injection. - Ingestion points: The agent fetches external content from three URLs (Step 2) and reads local
AGENTS.mdfiles from the user home and project directories (Step 3). - Boundary markers: The instructions do not specify the use of delimiters or 'ignore embedded instructions' warnings for the data ingested from external sources or existing files.
- Capability inventory: The skill possesses the capability to read local files and perform multi-pass rewrites (overwriting) of
AGENTS.mdfiles based on the processed content. - Sanitization: There is no mention of sanitization, validation, or filtering of the external documentation or the content of the files being audited before they are processed or rewritten.
Audit Metadata