pwnote-engagement-file
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill documentation includes an installation command
npx skills add Pwnote/skillswhich executes a shell command to install the skill from the vendor's repository. - [CREDENTIALS_UNSAFE]: The JSON schema defined in the skill includes a specific block type for credentials with fields for
usernameandsecret, which are intended to hold sensitive information. - [PROMPT_INJECTION]: The skill facilitates the processing of complex JSON files containing numerous free-text fields (such as
markdown,poc, anddescription), creating a surface for indirect prompt injection. - Ingestion points: Untrusted data enters the agent's context through user-supplied JSON files structured according to the pwnote engagement format (SKILL.md).
- Boundary markers: There are no instructions or delimiters provided to help the agent distinguish between the structured data and potential embedded commands.
- Capability inventory: The skill is designed to enable the agent to generate, edit, and verify these files, which involves reading and writing potentially malicious content.
- Sanitization: The skill does not provide methods for sanitizing or escaping the content within the text-heavy fields.
Audit Metadata