pp-fireflies
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the
fireflies-pp-cliandfireflies-pp-mcptools from vendor-owned repositories. - Evidence:
npx -y @mvanhorn/printing-press install fireflies --cli-onlyin SKILL.md. - Evidence:
go install github.com/mvanhorn/printing-press-library/library/productivity/fireflies/cmd/fireflies-pp-cli@latestin SKILL.md. - [COMMAND_EXECUTION]: The skill operates by executing shell commands using the
fireflies-pp-clibinary. - Evidence: Multiple examples of
fireflies-pp-clicommands provided in the 'Unique Capabilities' and 'Recipes' sections of SKILL.md. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its processing of untrusted meeting transcript data and its associated capabilities.
- Ingestion points: Transcript data is retrieved and searched via commands like
transcripts searchandtranscripts find(SKILL.md). - Boundary markers: There are no explicit delimiters or instructions provided to the agent to treat the retrieved content as untrusted data.
- Capability inventory: The skill has access to file system writes via the
--appendand--vaultflags, and network capabilities via the--deliver webhook:<url>flag (SKILL.md). - Sanitization: No sanitization or filtering of the transcript content is performed before it is processed by the agent.
- [DATA_EXFILTRATION]: The CLI tool includes a delivery mechanism that allows command output to be sent to arbitrary webhooks or local files.
- Evidence: The
--deliverflag documentation in SKILL.md supportswebhook:<url>andfile:<path>sinks.
Audit Metadata