platform-manifest-generate
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
bashtool to executesf project generate manifestcommands. It incorporates user-provided inputs such as source directories, metadata component names, and org aliases directly into these commands. This is standard behavior for the intended functionality. - [SAFE]: The skill interacts with local project files such as
sfdx-project.jsonto resolve API versions and uses theWritetool to create XML files. All operations are consistent with Salesforce development workflows. - [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection as it processes user-supplied strings for manifest generation.
- Ingestion points: User-provided paths for
--source-dirand component names for the--metadataflag inSKILL.md. - Boundary markers: Absent; the instructions do not specify delimiters for user-provided data.
- Capability inventory: The skill uses the
bashtool for command execution and theWritetool for file creation. - Sanitization: No explicit sanitization or shell-escaping of user-provided strings is mandated in the instructions.
Audit Metadata