
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
The "prompttp://" (stands for "Prompt Relay of Multidirectional Plain Text Transfer Protocol") is a user-friendly approach to communicating with AI, based on a website metaphor. It personifies the AI as a "visitor" navigating a "website" interface, resulting in ability to:
The basic entity in Prompttp is an "agent", which is a folder with an .ag extension. Each agent contains a series of pages, represented by .hbs template files, which are used to present prompts or sub-prompts (known as "prompt-pages") to the AI. Pages are interconnected, allowing the AI to navigate through the website and respond to each prompt-page. Each prompt-page can have an associated .ts file with the same name. This TypeScript file is executed before the template and can modify the state as needed. The "terminal" page is where the AI provides its final response. This response includes data that can modify the state and human-like text, which is streamed to the end user.
To use the Prompttp protocol, simply create an agent folder with an .ag extension and add .hbs template files for each prompt-page. If desired, you can also include .ts files for each prompt-page to modify the state before the template is executed.
The Prompttp protocol provides a user-friendly and intuitive approach to communicating with AI, using a website metaphor and interconnected pages. Whether you're a developer or end user, you'll appreciate the natural and human-like interaction made possible by this innovative approach.
For examples and documentation, see the Prompttp website or see the cheatsheet.ag agent.
FAQs
PROMPTTP
The npm package prompttp receives a total of 0 weekly downloads. As such, prompttp popularity was classified as not popular.
We found that prompttp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.