pp-atlas-obscura
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install a CLI tool from external repositories associated with the author. Evidence:
npx -y @mvanhorn/printing-press-library install atlas-obscura --cli-onlyandgo install github.com/mvanhorn/printing-press-library/library/travel/atlas-obscura/cmd/atlas-obscura-pp-cli@latest. - [COMMAND_EXECUTION]: The core functionality relies on executing a local binary
atlas-obscura-pp-cliwith various subcommands. The use of the--agentflag includes--yes, which bypasses confirmation for operations. - [DATA_EXFILTRATION]: The CLI provides a
--deliver webhook:<url>sink that allows command output to be POSTed to any external endpoint. Additionally, the feedback command can be configured viaATLAS_OBSCURA_FEEDBACK_ENDPOINTto send local diagnostic data to a remote server. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted community content from the Atlas Obscura website.
- Ingestion points: Descriptions of places, categories, and destinations fetched via the
places,destinations, androutecommands (e.g., SKILL.md recipes). - Boundary markers: The instructions do not define delimiters or warnings to prevent the agent from treating instructions inside the place data as system commands.
- Capability inventory: The CLI has the ability to write to files (
file:<path>) and transmit data over the network (webhook:<url>). - Sanitization: There is no evidence of sanitization or safety filtering of the community-sourced descriptions before they enter the agent context.
Audit Metadata