
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Prompter is an interpreter for Chatfiles
A Chatfile is similar to a Dockerfile, but is used for automatically constructing ChatGPT prompts using reference content and summarization.
Here's an example of a chatfile:
OBJECTIVE_PROMPT
"""
Introduce new API endpoints that allow users to sign up. It should take an email
and send a code to the email address. The email allows a link to be clicked to
sign in.
"""
ENGINE gpt-3.5-turbo
TOKEN_LIMIT 4000
LOAD_DIRECTORY ./src /src
SUMMARIZE_DIRECTORY /src /prompt/directory-summary 1000tk
FIND_RELEVANT_FILES /prompt/directory-summary /relevant-files
LOAD_FILES /relevant-files /prompt/relevant-files-loaded 4000tk
ENGINE gpt-4
TOKEN_LIMIT 8000
# For debugging
# PRINT_PROMPT
EDIT_DIRECTORY /prompt ./src
You should always create a default chatfile for a Github Repository. This chatfile is used as the foundation/cache for any feature requests or bug reports that the AI will be asked to fix.
Here's an example of a default Chatfile:
ENGINE gpt-3.5-turbo
TOKEN_LIMIT 4000
LOAD_DIRECTORY ./src /src
SUMMARIZE_DIRECTORY /src /prompt/directory-summary 1000tk
FIND_RELEVANT_FILES /prompt/directory-summary /relevant-files
LOAD_FILES /relevant-files /prompt/relevant-files-loaded 4000tk
ENGINE gpt-4
TOKEN_LIMIT 8000
FAQs
Prompter is an interpreter for Chatfiles
The npm package chatfile receives a total of 0 weekly downloads. As such, chatfile popularity was classified as not popular.
We found that chatfile 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.